#top_nav, #footer, #container{width: 1024px;}

.body{text-align: center;}

#container{
	background: url(images/extender.jpg) repeat-y;
	margin: auto; /*center align template in firfox*/
	
}

#left_nav{	/*left side*/
	float: left;
	width: 1px;
	height: 400px; 
}
#top_nav{ /*top section*/
	float: left;
	text-align: left;
}


#content{ /*content area*/ 
	width: 1023px;
	float: left; 
	height: auto;
	text-align: left;
}

#footer{ /*footer area*/
} 

#menu #menu0 a.main_menu {color: #ffd200;} /*top lvl hover*/
#menu #menu1 a.main_menu {color: #7973c2;} 
#menu #menu2 a.main_menu {color: #a3171c;} 
#menu #menu3 a.main_menu {color: #3fae49;} 
#menu #menu4 a.main_menu {color: #313184;} 
#menu #menu5 a.main_menu {color: #ff9933;} 
#menu #menu6 a.main_menu {color: #76378f;} 

