/* 
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/bg_gradient.gif) repeat-x top;	
}

#container{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: #dbe3cc;
}

#banner{
  	height: 132px;
  	width: 900px;
	background-color: #536237;
}


#topnav{
	height: 25px;
  	width: 900px;
  	background-color: #a5c349;
}

#left_picture{
	width: 364px;
	height: 445px;
	/*float: left;*/
	margin-left: auto;
	margin-right: auto;
  /*	background: #dbe3cc url(../img/ACM_home.jpg) no-repeat;*/
}

#content_bg{
	/*border:1px solid red;*/
	width: 536px;
	background: url(../img/ACM_contenttop_final.jpg) no-repeat top;
	height:34px;
}

#content_container{
	/*border:1px solid red;*/
	width: 536px;
	
}

#footer{
	background-color: #536237;
	font: normal 9px arial, verdana, tahoma;
	text-align: center;
	width: 900px;
	height: 20px;
	margin-top: 0px;
	padding-top: 6px;
}


a.footer {
	font: 9px arial, verdana, tahoma; 
	color: #ffffff;}
	
	
