/* colors_maa.css */

div#branding {
	position : relative;
	z-index : 10px;
	height : 120px;
	background : transparent url(top2.png) no-repeat 0 0;  
}

html         { background-color: #F8F2FF }
div#nav_main { 
	position : relative;
	z-index : 1;
	height : 58px;
	background : url(nav_main2.png) no-repeat 0 0; 
}

div#content { 
	background-color : #fff; 
}

div#content_main {
	background-color : #fff; 
}

div#rules_box {
	top : 15px;
	left: 22px;
	margin : 0;
	width : 350px;
	height : 100px;  
}

div#age_box {
	top : 160px;
	left: 22px;
	margin : 0;
	width : 350px;
	height : 100px;  
}

div#online_box {
	top : 280px;
	left: 22px;
	margin : 0;
	width : 350px;
	height : 100px;  
}

div#stats_box {
	margin : 0;
	width : 350px;
	height: 100px;
}

div#instructions_box {
	top : 160px;
	left : 22px;
	margin : 0;
	width : 350px;
	height: 100px;
}

div#gallery_box {
	top : 280px;
	left : 22px;
	margin : 0;
	width : 350px;
	height: 100px;
}



div#footer { 
	position : relative;
	width : 100%;
	height : 50px;
	font-size: 80%;
	background : transparent url(bottom.png) no-repeat 0 0; 
}

ul#nav_features {
	position : absolute;
	top : 32px;
	margin : 0;
	width : 770px;
	height : 50px; 
	text-align : center;
}

ul#nav_features li {
	display : inline; 
}



ul#nav_tools {
	position : absolute;
	top : 10px;
	text-align : center;
	margin : 0;
	width : 770px; 
}

ul#nav_tools li {
	display : inline;
}

ul#nav_tools li a {
	margin-right : 10px;
	padding-right : 10px;
}

div#nav_main p { 
	position : absolute;
	top : 45px;
	left : 35px;
	margin : 0; 
}

div#nav_main h2 { 
	position : absolute;
	top : -9999px; 
}

div#footer p { 
	position : absolute;
	left : 10px; 
	top : 25px;
	margin : 0; 
}

