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


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	font-size:small;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 719px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:428px;
	background-image:url(images/content_bg.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #title{
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:116px;
	background-image:url(images/title_bar.png);
}
.oneColFixCtr #mainContent {
	width: 470px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:400px;
	margin:15px 15px 0px 15px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	overflow:scroll;
	background-color:#FFF;
	float:right;
}
.oneColFixCtr #sideContent {
	width: 179px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:428px;
	margin:0px;
	padding:0px;
	background-image:url(images/menu_bg.png);
	float:left;
}

.oneColFixCtr #nav_container{
	position:relative;
	top:60px;
	left:-10px;
	text-decoration:none;
}
.oneColFixCtr #nav_container li {
	list-style-type:none;
	
}
.oneColFixCtr #nav_container li a{
	text-decoration:none;
	color:#FFF;
	
}
.oneColFixCtr #nav_container li a:hover{
	text-decoration:none;
	color:#07366F;
	
}

h1 {
	color:#333;
	}
	
	
	li{
		
		
		list-style-type:square;}
