/* CSS Document */

body {
	background: #000000;
	font: 10px 'arial', Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	line-height: 14px;
	text-align: center;
}

a:link {
	color: #209900;
	text-decoration: none;
	
}

a:visited {
	color:#CCCCCC;
	text-decoration:none;
	}

a:hover, a:active {
	color: #ffba00;
	text-decoration:none;
}



a.nav:link {
	color: #ffffff;
	text-decoration: none;

}

a.nav:visited {
	color:#ffffff;
	text-decoration:none;

	}

a.nav:hover {
	color: #ffba00;
	text-decoration:none;

}

a.nav:active {
	color: #209900;
	text-decoration:none;

}

.style3 {
	color: #ffba00;
	letter-spacing: 2px;
}

.style2 {
	color: #209900;
	letter-spacing: 0px;
}

#container {
	height: 600px;
	width: 800px;
	text-align:left;
	background: #000000;
}

.outermost_body{width:800px;height:600px;background:white;padding:0px;text-align:center;margin:0 auto;}

#header {
	background: url("../img/main_header.jpg");
	height: 62px;
	width: 800px;
}

#bodycontainer {
	background: url("../img/main_body.jpg");
	height: 468px;
	width: 800 px;
	margin: 0px 0px 0px 0px;
}

#pagetitle {
	color: #ffba00;
	text-decoration:none;
	letter-spacing: 2px;
	position: relative;
	left: 76px;
	top: 40px;
	text-align:left;
}



#content-hor {
	background: url("../img/main_body_dark.jpg");
	background-position: -76px -75px;
	width: 570px;
	height: 255px;
	position: relative;	
	top: 60px;
	left: 76px;	
	border: 1px solid #000000;
	padding: 15px 15px 15px 15px;
	text-align:left;
	margin: 0px 0px 0px 0px;
	overflow:auto;
}


#content-ver {
	background: url("../img/main_body_dark.jpg");
	background-position: -76px -75px;
	width: 440px;
	height: 330px;
	position: relative;	
	top: 60px;
	left: 76px;	
	border: 1px solid #000000;
	padding: 15px 15px 15px 15px;
	text-align:left;
	margin: 0px 0px 0px 0px;
	overflow:auto;
	float:left;
}

#content-ver-home {
	background: url("../img/main_body_dark.jpg");
	background-position: -76px -75px;
	width: 440px;
	height: 330px;
	position: relative;	
	top: 60px;
	left: 76px;	
	border: 1px solid #000000;
	padding: 15px 15px 15px 15px;
	text-align:left;
	margin: 0px 0px 0px 0px;
	overflow:visible;
	float:left;
}

#content-sidebar {
	width: 150px;
	height: 250px;
	position: relative;	
	border: 1px solid #000000;
	padding: 15px 15px 15px 15px;
	text-align:left;
	margin: 60px 25px 0px 0px;
	overflow: visible;
	float: right;
	background-color:#444444;
}


#navcontainer {
	width: 724px;
	position:relative;
	top: 0px;
	bottom: 0px;
	left: 76px;
	text-align:left;
}

#footer {
	position:relative;
	top: 0px;
	background: url("../img/main_footer.jpg");
	height: 70px;
	width: 800px;
}
