@charset "utf-8";

/*=== Highest Level Elements ===*/
body {  margin: 0px; padding: 0px; /* background-color: #e7e7e9; */ /* background: url(../content/images/body_gradient3.gif) repeat; */ background-color: #336666;}
#outer {width: 100%; background: url(../content/images/back_shadow3.gif) repeat-y center;   padding: 0; overflow: hidden;}
#container {width: 900px; /*56.33em */; min-height: 800px; margin: 0px auto; border: 0px solid; background-color: #fff; }

/*=== Copyright block is actually outside of #outer and #container ===*/
#copyright 
{
	width: 915px; height:50px;
	margin: 0px auto;  padding: 0px;
	font-size: small; text-align: center; 
	overflow: hidden; 
	background: url(../content/images/footer_background2.gif) no-repeat bottom left; 
}
#copyright p {margin: 5px auto 0px;}

/*=== Main divs within #container -- header, left, right, center and footer ===*/
#header 
{
	width: 100%; height: 100px; 
	margin: 0em; padding: 0em; 
	background: url(../content/images/hdr_bg_01.gif) repeat-x; background-color: #e8e8ea;
}
#header img#logo {height: 100px;}

#left, #right, #center {margin: 0em;}

#left 
{
	float: left; 
	width: 200px;   
	padding: 5px 0px 0px 0px; 
	background: url(../content/images/hdr_menu_02.gif) no-repeat; background-color: #E7C6A5; 
}

#right 
{
	float: right; 
	width: 200px; 
	padding: 0px 0px 10px 0px; 
	background: url(../content/images/right_footer_logos.gif) no-repeat bottom center; background-color: #e7e7e9;
}

#center {padding: 5px 5px 5px 5px; margin-left: 20px; width: 490px; overflow: hidden;  }

#center p, #center h1, #center h2, #center h3, #center h4 {margin-bottom: .5em ; margin-top: .5em ;}

#footer {clear: both; padding: 0px; height: 0px; width: 100%;  overflow: hidden;}
#copyright, #footer {background-color: transparent;}

/*=== Other ===*/
#content {width: 100%; min-height:700px; padding: 0px; }
#contentImage {width: 500px !important; position: relative; top: -5px; left: -5px;}

