@charset "utf-8";
/* CSS Document */

body {
	background-color: #efebda;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #efebda;
}


#mainwrap {
	width: 912px;
	height: 580px;
	position:relative;
	left: 50%;
	margin-left: -456px;
}

#header {
	height: 220;
	position: relative;
	float: left;
}

#content {
	position: relative;
	width: 912px;
	float: left;
	clear: both;
	margin-top: 6px;
	background-color: #996600;
}
#container {
	float: left;
	position: relative;
	margin: 10px 10px 10px 10px;
	
}
#footer {
	position: relative;
	width: 912px;
	height: 80px;
	float: left;
	clear: both;
	margin-top: 5px;
	background-color: #996600;
	text-align: center;
	padding-top: 5px;
}

.imge {
	float: left;
	position: relative;
	border: 1px solid #996600;
}

a:link, a:visited {
	color:#FFFFFF;
}

a:hover, a:active {
	color: #FFCC00;
}
.menucat {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 3px double #996600;
}
.menuname {
	font-size: 12px;
	font-weight: bold;
}
.menudesc {
	font-size: 12px;
	font-style: oblique;
}

.menudesc TD {
	border-bottom: 1px solid #996600;
}

.menunotes {
	font-size: 14px;
	border-bottom: 3px double #996600;
}
