* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #efe5ca url(../images/header-background.gif) repeat-x;
}
#container {
     width: 1010px;
     margin-left: auto;
     margin-right: auto;
}
#header {
	width: 100%;
	height: 264px;
	background: #efe5ca url(../images/header-background.gif) repeat-x;
}
#header #first-nav {
	float: left;
	margin-top: 80px;
	margin-left: 11px;
}
#header #first-nav li {
	list-style-type: none;
	background: #bfb7a2 url(../images/left.gif) left no-repeat;
	display: block;
	float: left;
	padding-left: 5px;
}

#header #first-nav li a {
	background: url(../images/right.gif) right no-repeat;
	display: block;
	float: left;
	font-size: 1em;
	color: #2e0000;
	text-align: center;
	padding-left: 3px;
	padding-right: 8px;
	padding-top: 4px;
	height: 16px;
	text-decoration: none;
}
#header #first-nav li a:hover {
	background: #8a8475 url(../images/right.gif) right no-repeat;
	color: #fff4d8;
}
#second-nav {
	background: #514e47;
	float: left;
	margin-top: 80px;
	margin-left: 10px;
	height: 17px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
#second-nav li {
	list-style-type: none;
	float: left;
}
#second-nav li a {
	font-size: 1em;
	color: #eee5c8;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}
#second-nav li a:hover {
	color: #222;
}
#logo {
	border: none;
	position: relative;
	float: left;
	margin-left: 10px;
}
#left-column {
	float: left;
	clear: left;
	display: inline;
	width: 200px;
	margin-top: 10px;
	background: #fff;
	padding: 5px;
	margin-left: 10px;
}
#right-column {
	float: right;
	clear: right;
	width: 200px;
	background: #f5f1e5;
	padding: 5px;
	margin-left: 10px;
}
#right-column .nav-list li {
	background: url(../images/brown-bullet.gif) left no-repeat;
}
.nav-list li {
	list-style-type: none;
	padding: 2px;
	font-size: 1.2em;
	background:url(../images/nav-bullet.gif) left no-repeat;
	padding-left: 10px;
	margin-left: 5px;
	color: #4d4e48;
}
.nav-list li a {
	color: #4d4e48;
	text-decoration: none;
}
.nav-list .nav-header {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	height: 22px;
	padding-top: 5px;
	padding-left: 7px;
	display: block;
	background:url(../images/nav-header.gif) repeat-x;
}
.nav-list .nav-effect {
	background:url(../images/nav-effect.gif) left no-repeat;
	display: block;
	height: 25px;
	position: relative;
	margin-left: -7px;
	margin-top: -9px;
	padding-top: 7px;
	padding-left: 5px;
}
.nav-list .nav-fix {
	background: none;
	margin-left: 0;
	padding-left: 0;
}
.nav-list .nav-right {
	background: url(../images/nav-right.GIF) no-repeat right;
	display: block;
	height: 25px;
	position: relative;
	margin-top: -27px;
}
.nav-list-red li {
	list-style-type: none;
	padding: 2px;
	font-size: 1.2em;
	background:url(../images/nav-bullet.gif) left no-repeat;
	padding-left: 10px;
	margin-left: 5px;
	color: #4d4e48;
}
.nav-list-red li a {
	color: #4d4e48;
	text-decoration: none;
}
.nav-list-red .nav-header-red {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	height: 22px;
	padding-top: 5px;
	padding-left: 7px;
	display: block;
	background:url(../images/nav-header-red.gif) repeat-x;
}
.nav-list-red .nav-effect-red {
	background:url(../images/nav-effect-red.gif) left no-repeat;
	display: block;
	height: 25px;
	position: relative;
	margin-left: -7px;
	margin-top: -9px;
	padding-top: 7px;
	padding-left: 5px;
}
.nav-list-red .nav-fix-red {
	background: none;
	margin-left: 0;
	padding-left: 0;
}
.nav-list-red .nav-right-red {
	background: url(../images/nav-right-red.gif) no-repeat right;
	display: block;
	height: 25px;
	position: relative;
	margin-top: -27px;
}
#wrapper {
	float: left;
	width: 750px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 5px;
	background: #fff;
	position: relative;
	margin-top: -150px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 70%;
}
#content h1 {
	padding: 5px;
	background: #f5f1e5;
	color: #796a4d;
	font-size: 1.3em;
}
.seperator {
	height: 5px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 5px;
}
#content h2 {
	padding: 5px;
	color: #333;
	font-size: 1.3em;
}
#content .date {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #796a4d;
	margin-left: 5px;
}
#content p {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #796a4d;
	margin-left: 5px;
	margin-right: 10px;
}
#recent-changes {
	display: block;
	float: left;
	background: #f7f7f7;
	border-top: 2px solid #796a49;
	width: 50%;
	margin-top: 10px;
}
#recent-changes h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	padding: 5px;
}
#recent-changes p {
	background: #f5f1e5;
	color: #4b4231;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#rss-feed {
	display: block;
	float: left;
	background: #fff;
	border-top: 2px solid #796a49;
	width: 46%;
	margin-left: 2%;
	margin-top: 10px;
}
#rss-feed h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	padding: 5px;
}
#rss-feed h3 em {
	font-style: normal;
	color: #f6a814;
}
#rss-feed a {
	display: block;
	padding: 2px;
	margin-left: 10px;
	color: #ae6a2d;
	font-size: 1.1em;
}
#rss-feed .reader {
	float: left;
}
#rss-feed .reader img {
	border: none;
}
#footer {
	text-align: center;
	background: #bfb7a2;
	padding: 20px;
	color: #49493f;
	clear: both;
}
.MediaSponsor{
	position:absolute;
	top:4px;
	left:400px;
}