body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

* {
	margin: 0px;
	padding: 0px;
}

p {
	padding: 10px 10px 10px 20px;
	display:block; 
	color:#808e8e/* #525757 */;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold
}

a {
	color:#6b7272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

a img {
	border: 0;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 860px;
	position:relative;
}

#header{
	height:100px;
	width:860px;
	position:absolute;
	padding-bottom: 30px;
}

#left{
	width:192px;
	float:left;
	position:absolute;
}

#middle{
	margin-left:206px;
	margin-right:196px;
	width:450px;
	position:absolute;
}

.menuheader{
	width:192px;
	height:37px;
	background-image:url(../images/menutop.gif);
	display:block;
	color:#f4af36;
	text-transform: uppercase;
}
.menucontent{
	width:192px;
	background-image:url(../images/menumiddle.gif);
	padding-top:10px;
	background-repeat: repeat-y;
}.menuheader h3{
	padding: 10px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.menufooter{
	width:192px;
	height:15px;
	background-image:url(../images/menubottom.gif);
	display:block;
}

.post{
	margin-bottom:15px;
}
.postheader{
	background-image:url(../images/posttop.gif);
	display:block;
	width:546px;
	height:33px;
	color:#f4af36;
	text-transform: uppercase;
}
.postheader h1{
	padding: 7px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.postcontent{
	background-image:url(../images/postmiddle.gif);
	background-repeat: repeat-y;
	width:546px;
	padding: 20px 0px;
}

.postfooter{
	background-image:url(../images/postbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:546px;
	height:15px;
}

#header{
	position:relative;
}
#header ul{
	position:absolute;
	top:250px;
	display:block;
	left:190px;
}
#header ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}
.last{
	border-right: 0px none #6b7272 !important;
}
#header ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#header ul li a:hover{
	text-decoration:underline;
}

.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;
}


