body {
	background-image:url(images/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #000000;
}
* {margin: 0px;padding: 0px;}
p {
	padding: 10px 10px 10px 15px;
	display:block;
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	font-weight: normal;
}
a {
	color:#cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	font-weight: normal;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 1024px;        
}
#header{
	height:246px;
	width:1024px;
	background-repeat: no-repeat;
}
#content{
}
#left{	
	width:192px;
	float:left;
}
#middle{
	margin-left:206px;
	margin-right:206px;
	width:612px;
}
#middle2{
	margin-left:206px;	
	width:818px;
}
#right{		
	width:192px;
	float:right;
}


/********************* menu ****************************/
.menuheader{
        min-width:192px;
	width:auto !important;
	width:192px;	
	height:37px;
	background-image:url(images/menutop.gif);
	display:block;
}
.menucontent{   
        min-width:192px;
	width:auto !important;
	width:192px;     
        min-height:145px;
	height:auto !important;
	height:145px;
	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: normal;
}
.menufooter{
        min-width:192px;
	width:auto !important;
	width:192px;	
	height:15px;
	background-image:url(images/menubottom.gif);
	display:block;
}
.postheader,.postheaderwide,.menuheader{
	color:#CCCCCC;
	text-transform: uppercase;
}
/********************* post ****************************/
.post{
        min-width:612px;
	width:auto !important;
	width:612px;
	margin-bottom:15px;
}
.postheader{
	background-image:url(images/posttop.gif);
	display:block;	
	height:37px;
}
.postheader h1{
	padding: 10px 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-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.postcontent2{ 
	min-height:1020px;
	height:auto !important;
	height:1020px;
}
.postcontent3{ 
	padding-left: 20px;
}
.postfooter{
	background-image:url(images/postbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:612px;
	height:21px;
}

.postwide{
      min-width:818px;
	width:auto !important;
	width:818px;
	margin-bottom:15px;
}
.postheaderwide{
	background-image:url(images/posttop840.gif);
	display:block;	
	height:37px;
}
.postheaderwide h1{
	padding: 10px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.postcontentwide{
	background-image:url(images/postmiddle840.gif);
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.postcontent2{        
	min-height:1020px;
	height:auto !important;
	height:1020px;
}
.postfooterwide{
	background-image:url(images/postbottom840.gif);
	background-repeat: no-repeat;
	display:block;
	width:818px;
	height:21px;
}
/********************* header ****************************/
#header{
	position:relative;
}
#header ul{
	position:absolute;
	top:206px;
	display:block;
	left:36px;
	width: 900px;
}
#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:1024px;
}
#footer ul{
	display:block;
	/*margin-left:190px;*/
}
#footer ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}

#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:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	font-weight: normal;
	text-align:center;
	width:1024px;
	display:block;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: auto;
}
/********************* menu members ****************************/
.menu ul{
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	color:#cccccc;
}
.menu ul li{
	padding-top: 5px;
	color:#cccccc;
}
.menu ul li a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;
}
.menu ul li a:hover{
	text-decoration:underline;
	text-transform: uppercase;
}
.member{
	display:inline;
	float:none;
	margin-left:10px;
	background-position: center;
}
.member span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;
	text-transform: uppercase;

}
.member img{
	width:158px;
	height:92px;
	border: solid 2px #999999;	

}
.clear{
	clear:both;
}
