body {
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 1em;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #fff;
}
.currpost {
	border-left: 35px solid #bfbfbf;
	padding-left: 1em;
	margin-top: 1.5em;
	padding-bottom: 1px;
	border-bottom: 1px solid #979ea5;
}
#container {
	background: url(/images/axe.jpg) no-repeat scroll right top;
	height: auto;
	min-height: 500px;
}
#header {
	height: 80px;
}
#title {
	font-size: 2em;
	font-weight: bold;
	color: #7877a6;
	padding-top: .5em;
}
#hlinks {
	position: absolute;
	top: 0;
	right: 200px;
}
#hlinks a {
	float: right;
	width: 8em;
	padding: 5px 10px 5px 10px;
	font-size: 0.6em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	background-color: #8d949a;
	border-bottom: 2px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	font-weight: bold;
}
#hlinks a.active {
	padding-top: 5px;
	background-color: #bfbfbf;
}
#hlinks a:hover {
	padding-top: 5px;
	background-color: #bfbfbf;
	color: #96383a;
}
a .desc {
	display: none;
	text-transform: lowercase;
	color: #505050;
}
a:hover .desc, .active .desc {
	display: block;
}
#header h1 {
	font-size: 2em;
	color: #6c7176;
	margin-top: .5em;
}
a:link {
	text-decoration: none;
	color: #494a81;
}
a:visited {
	color: #595b9f;
	text-decoration: none;
}
#rightcol {
	float: right;
	width: 16em;
	position: absolute;
	right: 1px;
	top: 320px;
}
#rightcol a {
	font-size: .9em;
	font-weight: bold;
	/*display: block;*/
	padding-top: 5px;
}
#rightcol li {
	padding-left: 1px;
	list-style-type: circle;
	list-style-position: inside;
}
#rightcol ul {
	padding-left: .6em;
}
#bkm {
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
}
#bkm a {
	padding-right: 5px;
}
#bkm img {
	display: inline;
	padding-bottom: 0px;
	padding-top: 4px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity: 80);
}
#bkm img:hover {
	padding-top: 0px;
	padding-bottom: 4px;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity: 100);
}
.posttime {
	font-size: .8em;
}
#content {
	min-width: 50%;
	min-height: 30em;
	height: auto;
	width: auto;
	margin-top: 0;
	padding-left: 1em;
	border-left: 3px double #6e8094;
	margin-right: 18em;
	float: left;
	clear: both;
	top: 100px;
	border-right: 1px solid #6e8094;
	padding-right: 1em;
}
#content h1 {
	margin-top: 0;
	font-size: 1.5em;
	color: #616161;
}
#content h2 {
	font-size: 1.2em;
	color: #616161;
}
#content h3 {
	font-size: 1em;
	color: #616161;
}
#ad240sm {
	width: 240px;
	height: 60px;
	float: right;
	padding: 1px .5em .5em;
}
#ad200 {
	width: 200px;
	height: 200px;
	float: right;
	padding: 1px .5em .5em;
}
#ad250 {
	width: 250px;
	height: 250px;
	float: right;
	padding: 1px .5em .5em;
}
#botlnks {	
	clear: both;
	padding-top: 2em;
	padding-bottom: 1em;
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
}
#botlnks a {
	text-decoration: none;
	margin-top: .6em;
	padding-right: 1em;
}
#formess {
	margin-top: .3em;
}
.messpost {
	border: 1px solid #979ea5;
	margin-bottom: 1em;
}
.posthead {
	background-color: #979ea5;
	color: #fdfdfd;
	font-weight: bold;
	padding-left: .4em;
	padding-right: .4em;
}
.postby {
	font-size: .8em;
	border-bottom: 1px solid #979ea5;
	padding: .2em .9em .2em .4em;
}
.messtxt {
	padding: .5em;
	font-size: .9em;
}
code {
	color: #ed3a3b;
	display: inline;
	position: relative;
	left: 2em;
	font-size: 1em;
}
#footer {
	padding-top: 1em;
	padding-bottom: 2em;
	clear: both;
	font-size: .8em;
	font-style: italic;
	float: right;
	padding-right: 1em;
}