body
{ 
	color: #111; 
	background-color: #ccc; 
	margin: 0px 20px 0px 20px; 
	padding: 0px;
	height: 100%; 
	font-size: 14px; 
	font-family: "MS Trebuchet", Tahoma, Helvetica, sans-serif; 
	line-height: 22px; 
} 

html 
{
	height: 100%;
} 

#wrapper
{
    	border-left: 2px solid #036;
    	border-right: 2px solid #036;
	background: #fff url(/cersc_744x171.png) no-repeat center top;
  	min-height: 100%;
 	margin: 0px;
 	padding: 0px 20px 145px 20px;
 	width: 720px;
  	margin-left: auto;
  	margin-right: auto;
} 

* html #wrapper 
{
	height: 100%
} 

#header
{ 
	text-align: center; 
	margin: 0px; 
	padding: 0px;
   	height: 170px; 
}


#footer 
{
	font-size: 12px;
	line-height: 18px;
	clear: both;
	max-height: 145px;
 	margin: -145px 0px 0px 0px;
  	padding: 20px 20px 0px 20px;
  	width: 720px;
  	margin-left: auto;
  	margin-right: auto;
}

#container
{
	padding: 0px 0px 145px 0px; 
}

.wide
{
	float: left;
	width: 550px;
	margin-left: 20px;
}

hr
{
	background-color: #036;
}

.navigation
{
	padding-top: 10px;
	max-width: 150px;
	font-size: 14px;
	float: left;
	color: #666;
	letter-spacing: 0em;
	line-height: 28px;
	font-weight: bold;
	text-indent: 10px;
}
.selected
{
	padding-top: 2px;
	border-right: 5px solid #036;
	display: block;
	width: 145px;
	max-width: 145px;
	color: #fff;
	text-decoration: none;
	background: #036;
	margin-bottom: 5px;
}
.navigation a
{
	padding-top: 2px;
	border-right: 5px solid #036;
	display: block;
	width: 145px;
	max-width: 145px;
	color: #036;
	text-decoration: none;
	background: #ccc;
	margin-bottom: 5px;
}
.navigation a:hover
{
	padding-top: 2px;
	border-right: 5px solid #036;
	color: #fff;
	background-color: #059;
	margin-bottom: 5px;
}
