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

body {
	padding: 0;
	margin: 0;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #FFF;
}

h1 {
	font-size: 120%;
	font-weight: normal;
	margin: 0;
	padding: 0 0 15px 0;
}

h1 a {
	font-size: 180%;
	font-weight: normal;
	color: #ffcc00;
	display: block;
}

h1 a:hover {
	color: #fff;
}

h2 {
	font-size: 220%;
	font-weight: normal;
	margin: 0;
	padding: 0 0 15px 0;
}

h2 a {
	color: #ffcc00;
	display: block;
}

h2 a:hover {
	color: #fff;
}

.mainpost h1 {
	font-size: 180%;
	font-weight: normal;
	color: #ffcc00;
}

a {
	color: #ffcc00;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

a img {
	border: 0;
}

p {
	margin: 0 0 15px 0;
	line-height: 180%;
	font-size: 105%;
}

.container {
	width: 950px;
	height: auto;
	margin: 0 auto;
	background-image: url(/_img/bg.png);
	background-repeat: repeat-y;
	background-position: left;
}

.leftnav {
	width: 161px;
	height: auto;
	padding: 12px;
	text-align: right;
	float: left;
	
}

.leftnav ul {
	margin: 0;
	padding: 0;	
}

.leftnav ul li {
	list-style: none;
	
}

.leftnav ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;	
}

.leftnav ul li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FC0;
	padding: 5px 15px 5px 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/_img/arrow.png);
	background-repeat: no-repeat;
	background-position: right top;	
}

.leftnav h4 {
	margin: 0;
	padding: 15px 0 15px 0;
	font-size: 130%;
	color: #ffcc00;
	font-weight: normal;
}

.topleftbs {
	width: 160px;
	height: auto;
	background-color: #666;
	margin: 0 0 16px 0;
	text-align: center;
	
}

.maincontent {
	width: 765px;
	float: left;
	height: auto;
}

.mainleft {
	padding: 17px;
	width: 546px;
	float: left;
}

.mainright {
	width: 161px;
	height: auto;
	padding: 12px;
	float: right;
}


.clear {
	clear: both;
}

.logo {
	width: 765px;
	height: 165px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
	background-image: url(/_img/logo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color:#000;
}

.logo a {
	display: block;
	width: 765px;
	height: 165px;
}

.info {
	font-size: 90%;
	background-color: #333;
	padding: 5px 5px 5px 7px;
}

.info a {
	color: #ffcc00;
}

.postspacer {
	margin: 0 0 35px 0;
}

.footer {
	background-color:#333;
	padding: 17px 17px 10px 17px;
	font-size: 90%;
	text-align: center;
}