body {
	margin: 0px;
	padding: 0px;
	background: #3F3423;
	text-align: justify;
	color: #E1D598;
	font: 16px "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3F3423;
}

a {
	font-weight: normal;
	color: #FFF1AD;
}

a:hover {
	text-decoration: underline;
	color: #C3BB8B;
}
.border {
	border: 1px solid #333333;
}
.space {
	padding-bottom: 50px;
}
ul {
	margin-left: 20px;
	padding-left: 0px;
}
#header {
	height: 150px;
	background: url(../images/header_bg2.gif) no-repeat;
}
#wrapper {
	margin: 0px auto;
	width: 780px;
	background: url(../images/bodyback3.png);
	border: 2px solid #D6CA90;
}

#menu {
	padding: 4px 0px 5px;
	background: url(../images/menubg.png);
	border-top: 1px solid #D6CA90;
	border-bottom: 1px solid #D6CA90;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #D0C48C;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

#menu a:hover {
	background: url(../images/menuhoverbg.png);
}


#content {
	padding: 0px;
	width: 780px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px;
	height: 100%;
}
#left img {
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#right {
	float: right;
	width: 220px;
	color: #333333;
	padding: 5px 20px 40px 7px;
}
#right p {
	font-size: 14px;
	margin-top: 0px;
	color: #ccc;
	line-height: 110%;
}


#footer {
	text-align: center;
	color: #D6CA90;
	background: #0B0B0B;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#footer a {
	text-decoration: none;
	color: #E3D699;
}
