@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
#wrapper {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 929px;
	margin: 0 auto;
	color: #e3c997;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 490px;
}
#navigation {
	width: 300px;
	float: left;
	margin-right: 10px;
	margin-top: 175px;
	margin-left: 30px;
}

.solidblockmenu{
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
}
.solidblockmenu li{
	list-style-type: none;
	padding: 3px 0 3px 0;
}

.solidblockmenu li a{
	color: #ffffff;
	text-decoration: none;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: #33332c;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #ffd200;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #76ab19;
}
#topad {
	width: 880px;
	margin: 12px auto;
	background-color: #24211f;
	text-align: center;
	padding-top: 12px;
	height: 100px;
}
#main {
	width: 880px;
	margin: 0 auto;
}
.sidebar-top {
	background-image: url(images/side_top.gif);
	height: 8px;
	width: 153px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.sidebar-bottom {
	background-image: url(images/side_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	background-position: left bottom;
}

.side-ad {
	height: 500px;
	width: 153px;
	float: right;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 0px;
	clear: left;
	margin-left: 0px;
	padding-top: 15px;
}
.side-ad h1 {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	margin-top: -5px;
	background-color: #2a4850;
	height: 20px;
	font-weight: normal;
}
#content {
	width: 870px;
	margin-bottom: 20px;
	background-color: #1e1208;
	padding: 10px;
	float: left;
}
#footer {
	padding: 15px;
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
}
.style1 {
         color: #FFFF00;
		font-weight:bold;
}
#topbar {
	background-color: #7c1a0f;
	width: 875px;
	padding: 10px;
}
#topbar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 33px;
	color: #FFFFFF;
	letter-spacing: -1px;
	margin-top: 0px;
	line-height: 33px;
	margin-bottom: 5px;
}

