@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	color:#3A312A;
	background-color:#EBEAE8;
}

a {color:#3A312A;}
img {border:0;}
div {}

#wrapper {width:100%}

#container {
	margin:50px;
}

#content {
	margin-left:10px;
	margin-right:10px;
}

#header {
	width:100%;
}

#main {
	width:100%;
	border: 1px solid #5F504D;
	background-color:#ffffff;
}
#main div.clear {clear:both;}

/* CSS Menu */
#nav {
	clear:both;
	width:100%;
	height:22px;
	font-size:11px;
	font-weight:bold;
	height:22px;
	background-color:#3A312A;
}

/* Horizontal Bar */
#menu {margin: 0 0 0 30px;padding:0;height:34px;}
#menu li {float:left;text-align:center;list-style:none;}
#menu li a {
	display:block;
	padding: 3px;
	margin-right:28px;
	background-color:#3A312A;
	color:#ffffff;
	text-decoration:none;
}
/* End Horizontal Bar */

/* Drop down items */
#menu li ul {
	display:none; 
	width:150px; /* Opera Fix */
	background-color: #3A312A;
}
	
#menu li:hover ul {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
}
#menu li:hover li {float:none;}
#menu li:hover li a {
	width:142px;
	background-color:#3A312A;
	margin-bottom:1px;
	color:#ffffff;
	text-align:left;
}
#menu li li a:hover {background-color:#5F504D;}
/* End CSS Menu */


#mb {width:100%;}
#mb p, h1 {margin-left:20px;margin-right:20px;}
#mb h1 {text-align:center;}
#mb div.gc {clear:both;margin-left:20px;margin-right:20px;}
#mb div.gal {
	float:left;
	width:200px;
	height:240px;
	margin:5px;
	font-size:12px;
	text-align:center;
}
#mb div.gal img {border:1px solid #5F504D;}
#mb th {border-bottom: 1px solid #3A312A;}
#mb tr.s {background-color:#EBEAE8;}
#mb td.cat {background-color:#ffffff;}

#footer {
	width:100%;
	height:20px;
	color:#ffffff;
	font-size:12px;
	text-align:center;
	padding-top:2px;
	border: 1px solid #5F504D;
	background-color:#3A312A;
}