/*=================================
	div main menu container location                             
   =================================*/
.main_menu{ 
	top : 65px;
	left : 478px;
	}
	

/*=================================
	page setup
   =================================*/	
	
body{
	font-family : Arial,sans-serif;
	background-color : #48006C;
	background-image : url(pics/title_back_1024.gif);
	background-repeat : repeat-x;
	background-position : 0px 0px;
	margin : 0px;
	}
	
html {overflow-y: scroll;}/*forces the y scroll bar to show.  not css2 compliant, but works. potential c3 property*/

.site_title{
	position : absolute;
	top : 0px;
	width : 1000px;
	height : 149px;
	background-image : url(pics/title1.jpg);
	background-repeat : none;
	}
	
.bottom_background_white{
	position : absolute;
	top : 149px;
	left : 0px;
	background : #fff;
	width : 100%;
	height : 225px;
	z-index : 0;
	}

.bottom_background_top{
	position : absolute;
	top : 374px;
	left : 0px;
	background-image : url(pics/back_bottom.gif);
	width : 100%;
	height : 300px;
	z-index : 1;
	}
	
.center_page{
	position : relative;
	margin-right : auto;
	margin-left : auto;
	width : 1024px;
	z-index : 200;
	}
