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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #666;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: underline;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}
#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 342px;
	width: 900px;
}
.container {
	height: 100%;
	width: 820px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.left {
	height: 200px;
	width: 300px;
	position: relative;
	float: left;
}
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #333;
	line-height: 40px;
	text-decoration: none;
	font-weight: 100;
	width: 90px;
	height: auto;
	margin-top: 0px;
	margin-left: 80px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	display: block;
}
#nav ul li a:link {
	text-decoration: none;
	color: #333;
}
#nav ul li a:visited {
	color: #333;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #9F8431;
	text-decoration: none;
}
.clear {
	clear: none;
}
#right {
	height: auto;
	width: 500px;
	position: relative;
	float: left;
}
#right a:link {
	color: #C03;
	text-decoration: none;
}
#right a:visited {
	color: #C03;
	text-decoration: none;
}
#right a:hover {
	color: #000;
	text-decoration: none;
}
#right img {
	float: right;
	margin-left: 10px;
}
.text {
	width: 500px;
	height: auto;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #763A0C;
	border-right-color: #763A0C;
	border-bottom-color: #763A0C;
	border-left-color: #763A0C;
	font-size: 18px;
	text-align: center;
	height: auto;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-weight: 100;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	background-color: #000000;
	text-align: center;
	height: 50px;
	width: 900px;
	line-height: 50px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#footer a:link {
	color: #FFF;
	text-decoration: underline;
}
.clear {
	clear: both;
}
#footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #999;
	text-decoration: none;
}
.down {
	color: #9F8431;
}
.more {
	color: #C06;
}
