/* CSS Document */
/***********MENU: Top, Body, Bottom - background images ***********/
#menu_top{
	width:240px;
	height: 35px;
	margin: 0px;
	padding: 0px;}

#menu_body{
	width: 240px;
	text-align:center;
	overflow: hidden; /* Hack for Shitty Netscape*/
	margin: 0px 10px; }

#menu_body a{
	color: #492A0C;}
	
#menu_body p{
	color: #492A0C;
	font-size:10px;
	line-height: 12px;
	text-align:left;
	margin: 0px 0px 15px 10px;
	padding: 0px auto;}
	
#menu_body h2 {
	font-size:12px;
	color: #666666;
	font-weight: bold;
	text-align:left;
	margin: 0px auto;
	padding: auto;}

