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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #011c1d;
	background-color: #e9e4d0;
	margin: 0px;
	text-align: center;
}
#body-wrapper {
	height: auto;
	width: 980px;
	text-align:center;
}

#menu {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	text-align: center;
	padding-top: 17px;
}
.list  {
	font-size: 10px;
	font-weight: bold;
	color: #523b08;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.list a{
	text-decoration:none;
	color: #523B08;
}
.list a:hover{
	text-decoration:underline;
	color: #523B08;
}
.normal {
	font-size: 11px;
	font-weight: normal;
	color: #452C10;
	text-decoration: none;
	text-align: left;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.normal a{
	text-decoration:underline;
	color:#452C10;
	font-weight: bold;
	padding-left: 250px;
	}
.normal a:hover{
	text-decoration:none;
	color:#996600;
	}
#menu a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 22px;
	padding-left: 22px;
	text-decoration: none;
	line-height: 14px;
}
#menu a:hover {
	text-decoration: underline;
}
#body-wrapper #content {
	width: 980px;
	padding-bottom: 25px;
	text-align: left;
}
#body-wrapper #content #left {
	background-image: url(../images/home-left.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	width: 374px;
	height: 681px;
}
.h1 {
	font-size: 11px;
	font-weight: bold;
	color: #523b08;
}
.h2 {
	font-size: 10px;
	color: #523b08;
	padding-left: 10px;
	height: 20px;
}
.h2 a {
	color: #523b08;
	text-decoration: underline;
}
.h2 a:hover {
	color: #000000;
	text-decoration: none;
}
#footer {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	text-align: center;
	padding-top: 0px;
}
#footer a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
