@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body, html {
	font-size: 12px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg_repeat.gif) repeat-x fixed;
}


/* Common */

.clear {
	clear: both;
}


/* Structure */

#wrapper {

}


#container {
	width: 900px;
	padding: 0 5px;
	background: url(images/content_bg.png) repeat-y;
	margin: 0 auto;
	padding-top: 20px;
}


/* header */

#logo {
	width: 260px;
	height: 180px;
	background: url(images/logo.jpg) no-repeat;
	float: left;
	margin-left: 20px;
	padding-bottom: 20px;
}

#topHeader {
	width: 580px;
	height: 180px;
	background: url(images/top_image.jpg) no-repeat;
	float: left;
	margin-left: 20px;
	padding-bottom: 20px;
}



/* Side Bar */

#sideBar {
	width: 240px;
	height: 580px;
	padding-left: 20px;
	padding-top: 20px;
	background: url(images/sidebar_bg.jpg) no-repeat;
	float: left;
	margin-left: 20px;
}

/* Content */
#content {
	width: 580px;
	float: left;
	margin-left: 20px;
}

#contentInner {
	width: 870px;
	float: left;
	margin-left: 20px;
}



/* Footer */

#footer {
	width: 900px;
	height: 80px;
	padding: 0 5px;
	margin: 0 auto;
	position: relative;
	padding-top: 60px;
}

	#footer .footerBg {
		width: 910px;
		height: 60px;
		background: url(images/footer_bg.png) no-repeat;
		position: absolute;
		float: left;
		top: 0px;
		left: 0px;
	}

	#footer .links {
		float: left;
		width: 400px;
		color: #00ffe4;
		font-weight: bold;
		position: relative;
		z-index: 1;
	}
	
		#footer .links a:link, #footer .links a:visited {
			color: #00ffe4;
			text-decoration: none;
		}
		
		#footer .links a:active, #footer .links a:hover {
			color: #9ffff7;
			text-decoration: underline;
		}
		
	#footer .copyright {
		width: 400px;
		text-align: right;
		font-size: 10px;
		color: white;
		font-weight: bold;
		float: right;
		position: relative;
		z-index: 1;
	}
	
	table.footer {
		margin: 0 auto;	/* special class for Table */
	}

.error {
	color:#FF0000;
}