@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #49412F;
}
#content #logo {
	background-image: url(../images/header.gif);
	height: 200px;
	width: 800px;
	background-repeat: no-repeat;
}
#nav {
	height: 41px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/button_dark.gif);
	background-color: #49412F;
}
#nav ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#nav li {
	display: inline;
}
#nav a {
	text-decoration: none;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
	float: left;
	height: 32px;
	background-image: url(../images/button_dark.gif);
	color: #CCC;
	font-variant: small-caps;
	font-style: normal;
}
h2 {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-align: center;
}

#content #right {
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	float: right;
	width: 210px;
	height: 800px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content #right #right_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#content #footer {
	clear: both;
	height: 41px;
}
#nav a:hover {
	color: #FFF;
}
#content #left ol {
	margin-left: 30px;
}
#content #left {
	width: 550px;
	padding: 20px;
	background-color: #49412F;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-indent: 20px;
}
#content #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	color: #FFF;
	height: 15px;
	background-color: #000;
}
body {
	background-color: #3D3627;
}
#content #single{
	padding: 20px;
}
#content #single #bg {
	background-color: #000;
	border: 1px solid #666;
	padding-bottom: 16px;
}

#content #single p.title {
	border-bottom: 1px dotted #FFF;
	color: #fff;
	font-family:"Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	font-variant:small-caps;
	width: 500px;
	line-height: 1.5;
	margin-left: 20px;
	margin-bottom: 20px;
}

#content #single ul li a img{
	border:none;
}
#content #single ul li a img.first {
	margin-left: 20px;
}

#single ul li {
	list-style-type: none;
	display: inline;
	margin: 2px;
	padding: 2px;
}

img.banner {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #FFF; !important
}