body {
	background-image:url(images/header3.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px 0px 100px 100px;
	padding: 0px;
	background-color: #000;
}
* {margin: 0px;padding: 0px;}
p {
	padding: 10px 0px 0px 10px;
	display:block;
	color:#ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h1{
	padding: 0px 0px 0px 0px;
	display:block;
	color:#ccc;
	font-family: Rockwell, Forte, Arnprior;
	font-size: 14px;
	font-weight: bold;
		
}
h2{
	padding: 5px 10px 10px 20px;
	color:#df0101;
	font-family: stencil, Helvetica, sans-serif;
	font-size: 22px;
	
}	
h3{
	padding: 0px 0px 0px 0px;
	display:block;
	color:#ccc;
	font-family:David,Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
}
h4{
	padding: 0px 0px 0px 0px;
	display:block;
	color:#ccc;
	font-family: Rockwell, Forte, Arnprior;
	font-size: 29px;
	font-weight: bold;
}
h5{
	padding: 0px 10px 10px 20px;
	display:block;
	color:#fdd017;
	font-family:Amienne,Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
}
h6{
	padding: 0px 10px 10px 20px;
	display:block;
	color:#ccc;
	font-family:Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
}
a {
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
a:hover{
	color:#cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 855px;
}
#header{
	
	height:340px;
	width:950px;
	float:center;
}
#left{
	width:200px;
	float:left;
}
#middle{
	margin-left:202px;
	margin-right:180px;
	width:450px;
}
#right{
	width:192px;
	float:right;
}
#footer span{
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align:;
	width:850px;
	display:block;
	padding: 15px 0px;
}
/********************* contact us ****************************/
.menuheader{
	width:192px;
	height:37px;
	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 h2{
	padding: 10px 10px 10px 20px;
	font-family: stencil, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
}
.menufooter{
	width:192px;
	height:15px;
	background-image:url(images/menubottom.gif);
	display:block;
}
.postheader,.menuheader{
	color:#800517;
	text-transform: uppercase;
}
/********************* dc star ****************************/
.post{
	margin-bottom:15px;
}
.postheader{
	background-image:url(images/posttop.gif);
	display:block;
	width:450px;
	height:33px;
}
.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;
	padding: 20px 20px;
}
.postfooter{
	background-image:url(images/postbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:450px;
	height:15px;
}
/********************* about us ****************************/
.menu ul{
	list-style-position: inside;
	list-style-type: disc;
	padding: 20px 20px 20px 20px;
	color:#666666;
}
.menu ul li{
	padding-top: 5px;
	color:#666666;
}
.menu ul li a{
	text-decoration:none;
	padding: 10px;
	text-transform: uppercase;
}
.menu ul li a:hover{
	text-decoration:underline;
	text-transform: uppercase;
}
.member{
	display:inline;
	float:center;
	margin-left:35px;
	padding: 20px 10px 20px 0px;
	text-transform:case;
}
.member span{
	display:soft;
	text-align:center;
	padding: 20px 20px 0px 0px;
	text-transform: lowercase;
}
.member img{
	width:100px;
	height:93px;
	border: solid 2px #999999;	
}

.clear{
	clear:both;
}

