@import url(01.css);
@import url(02.css);
@import url(03.css);
@import url(04.css);
body {
	background-image:url();
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #000000;
}
* {margin: 0px;padding: 0px;}
p {
	padding: 10px 10px 10px 20px;
	display:block;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
        text-decoration:none;
}

a:hover {	
	text-decoration: underline;
	color: #FFFF66;
}

#hcontainer {
	margin: 0px auto;
	text-align: left;
	width: 972px;
}
#hheader{
	height:20px;
	width:770px;
	background-image:url();
	background-repeat: no-repeat;
}
#hcontent{
}
#hleft{
	width:192px;
	float:left;
}
#hmiddle{
	margin-left:206px;
	margin-right:196px;
	width:562px;
}
#hright{
	width:192px;
	float:right;
}

/********************* menu ****************************/
.hmenuheader{
	width:192px;
	height:37px;
	display:block;
}
.hmenucontent{
	width:192px;
	padding-top:10px;
	background-repeat: repeat-y;
        color:#CCCCCC;
}.hmenuheader h3{
	padding: 10px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;

}
.hmenufooter{
	width:192px;
	height:15px;
	display:block;

}
.hpostheader,.hmenuheader{
	color:#CCCCCC;
        text-transform: none;

}
/********************* post ****************************/
.hpost{
	margin-bottom:15px;
}

.hpostheader{
	display:block;
	width:562px;
	height:1px;

}

.hpostheader h1{
	padding: 7px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.hpostcontent{
        background-repeat: repeat-y;
	padding: 20px 0px;
        color:#CCCCCC;
}

.hpostcontentad{
        background-repeat: repeat-y;
	white-space:nowrap;
        padding: 20px 0px;
        color:#CCCCCC;
}

.hpostfooter{
	background-repeat: no-repeat;
	display:block;
	width:562px;
	height:15px;
}

.hpostcontent{
	text-decoration:none;
}
/********************* header ****************************/
#hheader{
	position:relative;
}
#hheader ul{
	position:absolute;
	top:5px;
	display:block;
	left:205px;
}
#hheader ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}
.hlast{
	border-right: 0px none #6b7272 !important;
}
#hheader ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#hheader ul li a:hover{
	text-decoration: underline;
	color: #FFFF66;
}
/********************* footer ****************************/
#hfooter{
	width:972px;
}
#hfooter ul{
	display:block;
	margin-left:120px;
}
#hfooter ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}

#hfooter ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#hfooter ul li a:hover{
	text-decoration:none;;
}
#hfooter span{
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	width:972px;
	display:block;
	padding: 15px 0px;
}
/********************* menu members ****************************/
.hmenu ul{
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	color:#666666;
}
.hmenu ul li{
	padding-top: 5px;
	color:#h666666;
}
.hmenu ul li a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;
}
.hmenu ul li a:hover{
	text-decoration:none;;
}
.hmember{
	display:inline;
	float:left;
	margin-left:10px;
}

.hmember span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;

}
.hmember img{
	width:75px;
	height:70px;
	border: solid 2px #999999;	

}
.hclear{
	clear:both;
}



