body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}
a {
	color:#6b7272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 800px;
}
#header{
}
#content{
}
#left{
	float: left;
	width:192px;
}
#middle{
	float: right;
	width:600px;
}
#footer{
	clear:both;
}


/********************* menu ****************************/
.menuheader{
	width:192px;
	height:25px;
	background-color: #262727;
	display:block;
}
.menucontent{
	width:192px;
	background-color: #151616;
	padding-top:10px;

}
.menucontent a{
	font-size: 11px;
}
.menuheader h3{
	margin-left: 10px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.postheader,.menuheader{
	color:#CCCCCC;
	text-transform: uppercase;
}
/********************* post ****************************/
.post{
	background-color: #151616;
	margin-bottom:15px;
}
.postheader{
	background-color: #262727;
	display:block;
	width:600px;
	height:25px;
}
.postcontent{
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:600px;
	color: white;
}
.postcontent ul li{
	width:auto;
}

.postheader h1{
	margin-left: 10px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.postcontent h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
.postcontent h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}

/********************* footer ****************************/

#footer span{
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	display:block;
	padding: 15px 0px;
}
/********************* menu members ****************************/
.menu ul{
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	color:#666666;
}
.menu ul li{
	padding-top: 5px;
	color:#666666;
}
.menu ul li a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;
}
.menu ul li a:hover{
	text-decoration:underline;
	text-transform: uppercase;
}
.clear{
	clear:both;
}


