body {
	/* background-image:url(image/background.gif); */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #000000;
}
* {margin: 0px;padding: 0px;}
p {
	padding: 10px 10px 10px 20px;
	display:block;
	color:#c2c7c7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold
}
a {
	color:#AbA2A2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 860px;
}
#header{
	height:320px;
	width:837px;
	background-image:url(image/header.jpg);
	background-repeat: no-repeat;
}
#content{
}
#left{
	width:192px;
	float:left;
}
#middle{
	margin-left:206px;
	margin-right:196px;
	width:450px;
}
#right{
	width:192px;
	float:right;
}

/********************* menu ****************************/
.menuheader{
	width:192px;
	height:37px;
	background-image:url(image/menutop.jpg);
	display:block;
}
.menucontent{
	width:192px;
	background-image:url(image/menumiddle.gif);
	padding-top:10px;
	background-repeat: repeat-y;
}.menuheader h3{
	padding: 10px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	color:#EEEEEE;
	font-size: 18px;
	font-weight: bold;
}
.menufooter{
	width:192px;
	height:15px;
	background-image:url(image/menubottom.gif);
	margin-bottom:20px;
	display:block;
}
.postheader,.menuheader{
	color:#CCCCCC;
	text-transform: uppercase;
}
/********************* post ****************************/
.post{
	margin-bottom:5px;
}
.postheader{
	background-image:url(image/posttop.jpg);
	display:block;
	width:450px;
	height:33px;
}
.postheader h1{
	padding: 7px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#EEEEEE;
	font-weight: bold;
}

.postcontent{
	background-image:url(image/postmiddle.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size: 13px;
	font-weight: bold;
	padding: 20px 20px;
}
.postfooter{
	background-image:url(image/postbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:450px;
	height:15px;
}
/********************* 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 #AbA2A2;	
}
.last{
	border-right: 0px none #AbA2A2 !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:850px;
}
#footer ul{
	display:block;
	margin-left:190px;
}
#footer ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #AbA2A2;	
}

#footer ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer span{
	color:#424797;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	width:850px;
	display:block;
	padding: 15px 0px;
}
/********************* menu members ****************************/
.menu ul{
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	color:#a6a6a6;
}
.menu ul li{
	padding-top: 5px;
	color:#a6a6a6;
}
.menu ul li a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;
}
.menu ul li a:hover{
	text-decoration:underline;
	text-transform: uppercase;
}
.download{
	display:inline;
	/* float:left; */
	margin-left:75px;
}
.download span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;
	/* text-transform: uppercase; */

}

.download img{
	/* width:32px; */
 	/* height:32px; */
	/* border: solid 2px #000000; */	

}

.clear{
	clear:both;
}


