/* 
This file is for any styles used in the layout of the template. Content classes 
should be saved it the SITE_content.css file.  This is done so that the content css
styles can be imported to the wysiwyg editor.
 */

body{	
	background: #ffffff url(../img/round2/summer_bg.jpg) repeat-x center top;
}

#container{
	width: 863px;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
}


#background{
	/*width: 1175px;*/
	width: 863px;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
		float: center;
}






#logobanner{
  width: 239px;
  height: 104px;
  margin-top: 70px;
  /*margin-left: 25px;*/
	border-bottom: 0px solid white;
	background-color: transparent;
	float: left;
}

#nav{
  width: 598px;
  height: 22px;
  margin-top: 113px;
  margin-right: 25px;
	border-bottom: 0px solid white;
	background-color: transparent;
	float: left;
	margin-bottom: 0;
	vertical-align: bottom;
}

#leftcolumn {
  width: 239px;
  height: 320px;
  margin-top: 0px;
  /*margin-left: 25px;*/
	border-bottom: 0px solid white;
	background-color: #294B3B;
	float: left;
}

#leftcontent {
  	width: 220px;
  	height: 320px;
  	margin-top: 5px;
  	/*margin-left: 11px;*/
  	padding: 3px 8px 3px 8px;
	border-bottom: 0px solid white;
	background-color: transparent;
	float: left;
	color: white;
	font-size: 12px;
}

#content_topper{
  width: 623px;
  height: 15px;
  margin-top: 0px;
  /*margin-right: 25px;*/
	border-bottom: 0px solid white;
	background-color: transparent;
	float: left;
}

#flashcontainer{
	width: 623px;
   height: 341px;
	margin-right: 25px;
	background: #294B3B url(../img/round2/flash_back_sum.gif) no-repeat right;
	
}

#maincontainer{
	width: 863px;	
	/*margin-left: 18px;
	margin-right: 18px;*/
	background: #ffffff;
	/*border: 1px solid red;*/
}

#bottomnav{
	font: bold 11px arial, verdana, tahoma;
	text-align: center;
}
#bottomnav a{
	color: white;
	display: inline;
}
#bottomnav a:hover{
	
}

#footer{
	background: #ffffff url(../img/round2/footer.gif) repeat-x top;
	font: bold 13px arial, verdana, tahoma;
	text-align: center;
	width: 863px;
	height: 44px;
	/*margin-left: 25px;
	margin-right: 25px;	*/
	color: #ffffff;
}


#footer-content{
	padding: 10px;
}
#footer-content a{
	color: white;
	text-decoration: none;
}
#footer-content a:hover{
	text-decoration: underline;
}

a.leftnav {
	font: bold 12px arial, verdana, tahoma; 
	color: #000000;}
	
h1.main {
	font: bold 15px arial, verdana, tahoma; 
	color: #000000;
	}
	
a.footer {
	font: 9px arial, verdana, tahoma; 
	color: #000000;}
