@charset "utf-8";
/* CSS Document */

#OuterWrapper{
	margin:auto; 
	margin-top:0px; 
	padding:0px; 
	width:100%;  
	background-color:#FFFFFF;
}
#Banner {
	margin:auto;
	height:113px; 
	background-color:#7386ac;
	text-align:center;
}

#MainMenu{
	padding-top:5px;
	height:39px;
	width:100%;
	float:left;
	background-color:#42506f;
	text-align:center;
}


#Content {
	background:url(images/background_gradient.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	width:100%;
	padding:30px;
	float:left;
}

#Footer {
	margin:auto;
	height:97px; 
	background-color:#ff9900;
	text-align:center;
	font-size:9pt;
}

#Gallery{
	padding-bottom:5px;
	padding-right:15px;	

	background-color:#42506f;

}

#GalleryLogo{
	padding-left:15px;
	background-color:#42506f;
}


