
#menu {
width: 939px;
padding:0;
height: 20px;
margin-top: 0px;
}

#menu ul {
width: 65px;
float: left;
top: 30px;

}

#menu ul li ul {
background: green;
}

/*individual menu button*/
#menu a.main_menu 
{
	background:
	display: inline;
	float: left;
	padding: 0px;
	height: 20px;
}

#menu a.main_menu:hover 
{
	background: 
	display: inline;
	float: left;
	padding: 0px;
	height: 20px;
}

body{
	background:url(images/new2/backing.jpg) repeat-x;
	text-align:center;
	/*width: 939px;*/
}

#container{
	width: 939px;
	background:url(images/new2/extender.gif) repeat-y;
	margin: 0 auto; 

}

/*other browsers*/
div#top_nav{
	text-align:left;
	height: 32px;
	width: 939px;	
	float:left;
	background:url(images/new2/topNavBg.jpg) no-repeat;
}


div#columns {
	background:url(images/new2/extender.gif) repeat-y;
	min-height: 430px;	
	width: 939px; 
	float: left;
}

div#sideL {    
	background:url(images/new2/left.gif) repeat-y;
	float:left;
	width: 23px;
	height: 335px;
	
}

div#content 
{
	height:auto;
	width: 891px;
	float:left;
}

div#sideR 
{	
	float: left;
	width: 25px;		
	height: 335px;
}

#footer {
	float: left;
	text-align:center;
	width: 939px;
}