body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#cccccc;
}

p, td, li {
	font-size:0.8em;
}

td p, td li {
	font-size:1em;
}

h1 {
	font-size:1.2em;
}

h2 {
	font-size:1.1em;
}

h3 {
	font-size:1.0em;
}

h4 {
	font-size:0.9em;
}

h5 {
	font-size:0.8em;
}

h1, h2, h3, h4, h5 {
	background-image:url(../images/header_bg_large.gif);
	background-repeat:no-repeat;
	padding:3px 5px;
	font-weight:bold;
}

.header-small {
	background-image:url(../images/header_bg_small.gif);
}

a, a:link, a:visited, a:active {
	text-decoration:none;
	color:#856835;
}

a:hover, #site-header #site-menu ul li a:hover {
	color:#AE5233;
}

.clearing {
	clear:both;
	height:1px;
}

.page-current {
	background-color:#222D39;
}

#site-container {
	margin:10px auto;
	width:90%;
	max-width:1024px;
	min-width:900px;
}

#site-header {
	height:208px;
	width:100%;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#site-header h1, #site-header h2 {
	display:none;
}

#site-header #site-menu {
	text-align:center;
	padding-top:175px;
	/*font-size:0.8em;*/
}

#site-header #site-menu ul {
	width:700px;
	margin:0px auto;
	padding:0px;
	border-top:1px #333333 solid;
	border-bottom:1px #333333 solid;
}

#site-header #site-menu ul li {
	display:inline;
	list-style-type:none;
	text-align:center;
}

#site-header #site-menu ul li a {
	padding:0px 15px;
	color:#cccccc;
	font-weight:bold;
}

#site-content {
	width:100%;
}

#site-content-left {
	width:73%;
	float:left;
	margin-right:2%;
}

#site-content-right {
	width:25%;
	float:left;
}

.rss-item {
	padding-bottom: 10px;
	border-bottom: 1px #333333 dashed;
	margin-bottom:10px;
}

.rss-item .rss-item-heading a {
	color:#426285;
	font-size:0.9em;
}

.rss-item .rss-item-heading span {
	font-size:0.75em;
	color:#666666;
}

.rss-item h1, .rss-item h2, .rss-item h3, .rss-item h4 {
	background-image: none;
}