/*MAIN LAYOUT*/

body {
	background-color:#301D0C;
	background-image:url('img/bg.jpg');
	font-family:'Arial';
	font-size:12px;
	color:#664b3d;
	padding:0px;
	margin:0px;
}

#body2 {
	width:100%;
	height:100%;
	background-image:url('img/bg_grad.png');
	background-repeat:repeat-x;
}

.cl { clear:both; }

div#page {	
	background-repeat:repeat-y;
	width:1020px;
	margin:0px auto 0px auto;
}

#shadowLeft,#shadowRight {
	width:10px;
	height:500px;
	float:left;
}
#shadowBottom {
	clear:both;
	margin:0 auto;
	width:1020px;
	height:10px;
}

#shadowLeft { background-image:url('img/left_shadow.png'); }
#shadowRight { background-image:url('img/right_shadow.png'); }
#shadowBottom { background-image:url('img/bottom_shadow.png'); }

div#page_wrapper {	
	width:1000px;
	background-color:#EFE7E0;
	float:left;
}

#page .page_inner {
	padding:20px;
}

#footer {
	width:1000px;
	margin:0 auto;
	height:40px;
	clear:both;
	color:#5e5049;
	background-image:url('img/footer_shadow.gif');
	background-repeat:no-repeat;
}

/*MENU*/

.mainMenu {
	padding:0px;margin:0px;
	list-style:none;
}

.mainMenu li {
	float:left;	
	padding:0px;
	margin:0px;
	margin-right:15px;
}

.mainMenu li a {
	font-size:16px;
	font-weight:bold
}

