/* --- MAIN CLASSES --- */
body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.outer{
	margin:0 auto;
	width:900px;
}
.clear{
	clear:both;
}

/* --- TOP --- */
.top{
	clear:both;
	background:url('../img/top_bg.jpg');
	height:180px;
}

/* --- MENU --- */
.menu{
	clear:both;
	background:url('../img/menu_bg.jpg');
	height:293px;
}

/* --- MAIN --- */
.main{
	clear:both;
	background:#ccc8be;
	color:#611b03;
	line-height:20px;
}

/* --- FOOTER --- */
.footer{
	background:url('../img/top_bg.jpg');
	font-size:9px;
	color:#ccc8be;
}