body {
	/* background-image:url(http://www.brownunderground.com/myspace/bricks.jpg); */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-color: #000000;
}
* {margin: 0px;padding: 0px;}
p {
	padding: 10px 10px 10px 10px;
	display:block;
	color:#808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal
}
a {
	color:#f1c534;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
}
a:link, a:visited {
	text-decoration: none; color: #f1c534;
}
a:hover {
	color:#ffffff;
}
a:focus, a:active {
	outline: 0; -moz-outline: none;
}
.centercoltext {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 887px;
	padding: 10px 10px 10px 10px;
	background-color: #000000;
}
#header{
	/* height:304px; */
	/* width:800px; */
	/* background-image:url(images/oldies.jpg); */
	background-repeat: no-repeat;
}
#content{
}
#left{
	width:192px;
	float:left;
}
#middle{
	margin-left:199px;
	/* margin-right:10px; */
	width:486px;
}
#right{
	width:192px;
	float:right;
}
/********************* menu ****************************/
.menuheader{
	width:192px;
	height:10px;
	/* background-image:url(images/menutop.gif); */
	display:block;
}
.menucontent{
	width:192px;
	/* background-image:url(images/menumiddle.gif); */
	/* padding-top:10px; */
	background-repeat: repeat-y;
}
.menuheader h3{
	padding: 0px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.menufooter{
	width:192px;
	height:10px;
	/* background-image:url(images/menubottom.gif); */
	display:block;
}
.postheader,.menuheader{
	color:#cccccc;
	text-transform: uppercase;
}
/********************* right ****************************/
.rightheader{
	width:192px;
	/* height:20px; */
	/* background-image:url(images/righttop.gif); */
	display:block;
}
.rightcontent{
	width:192px;
	background-image:url(images/rightmiddle.gif);
	/* padding-top:10px; */
	background-repeat: repeat-y;
}
.rightheader h3{
	padding: 6px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.rightfooter{
	width:192px;
	height:10px;
	background-image:url(images/rightbottom.gif);
	display:block;
}
.postheader,.menuheader{
	color:#cccccc;
	text-transform: uppercase;
}

/********************* post ****************************/
.post{
	margin-bottom:15px;
	/* color:#808080; */
}
.postheader{
	background-image:url(images/posttop.gif);
	display:block;
	/* width:486px; */
	height:10px;
}
.postheader h1{
	padding: 6px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.postcontent{
	background-image:url(images/postmiddle.gif);
	background-repeat: repeat-y;
	padding: 0px 0px;
}
.postfooter{
	background-image:url(images/postbottom.gif);
	background-repeat: no-repeat;
	display:block;
	/* width:486px; */
	height:10px;
}
/********************* header ****************************/
#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;
}
/********************* footer ****************************/
#footer{
	width:890px;
}
#footer ul{
	display:block;
	text-align:center;
}
#footer ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}
#footer ul li a{
	color: #0000FF;
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#footer ul li a:hover{
	text-decoration: underline overline;
}
#footer span{
	color:#808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width:887px;
	display:block;
	padding: 15px 0px;
}
.bottomlinks a{
	color: #f1c534;
	font-size: 10px;
	display: inline;
	text-align: center;
	text-decoration: none;
	padding-top: 30px;
	text-transform: uppercase;
}
.bottomlinks a:hover{
	color:#ffffff;
	text-transform: uppercase;
	text-decoration: underline overline;
}
/********************* menu members ****************************/
.menu ul{
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 15px;
	color:#666666;
}
.menu ul li{
	padding-top: 5px;
	padding-bottom: 5px;
	color:#666666;
}
.menu ul li a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;
}
.menu ul li a:hover{
	text-decoration:underline overline;
	color: white;
	text-transform: uppercase;
}
.clear{
	clear:both;
}
