

.body{
text-align:center; 
margin:auto; 
width: 1024px;

}

#splash_container
{
width: 800px; 
text-align: center; 
margin: 0 auto; 
margin-top: 150px;
}

#menu_navigation, #header, #footer, #container_center
{
	width: 758px;

}

#container{width: 1024px;}

#container_center{

	float: left; text-align:left; background: url(images/extender.jpg) repeat-y;  height: auto;

}

#container_right{

	float: right;
	width: 133px;
	height: 400px;
	background: url(images/right_bg.jpg) no-repeat;

}

#container_left{
	float: left;
	width: 133px;
	height: 400px;
	background: url(images/left_bg.jpg) no-repeat;

}

#header{
	float: left; 
	width: 758px;

}

#inner_header{
	width: 741px; 
	height: 137px; 
	margin-left: 9px; 
	margin-right: 8px; 
	background-color: #00a0c6;
}

#menu_navigation{
	float:left;

}

#navigation{
	height: 32px; 
	width: 741px; 
	margin-left: 9px; 
	margin-right: 8px; 
	background-color: #00a0c6;
}

#left{
	float: left; 
	width: 31px;

}

#right{ 
	float: left; 
	width: 134px; 
	height: 478px;

}

#content{ 
	float: left; 
	width: 593px; 
	height: auto; 
	min-height: 400px; 
	overflow:hidden;

}

#inner_content{

	margin-left: 5px; 
	width: 575px; 
	height: auto;
	padding: 0px 20px 0px 10px;
}



#footer{text-align: center; font-size: 9px; color: #000000; font-weight: bold;

}


#footer a.footer_link{
font-size: 9px; 
color: #000000; 
font-weight: bold;
}
 

