body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #000000;
	color:#7e7e7e;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

* {margin: 0px;padding: 0px;}

p {
	padding: 2px 2px 2px 10px;
	display:block;
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold
}







a.content:link {
	color:#6b7272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
 	text-decoration: none; 
}

a.content:visited {color: #6b7272; text-decoration: none; }
a.content:hover {color: #b31600; text-decoration: none; }
a.content:active {color: #6b7272; }





#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 960px;
	border: 0px dashed red;



}

#header{
	margin:10px 0 0 0;
	background-image:url(/images/header.jpg);
	height:200px;
	width:960px;
	background-repeat: no-repeat;
	border: 0px solid blue;	
}





#container{
}



#left{
	width:200px;
	float:left;
}

.left_text {
	width:180px;
	float:left;
	font-family:Arial, sans-serif;
	font-size:11px;
	font-weight:600;
	color:#b5b5b5;
	margin:5px 0 0 10px;		
}



#middle{
	width:57%;
	border: 0px dashed greeen;	
	float:left;
}

#right{
	width:200px;
	float:right;
	border: 0px solid red;
	height:100%;	
}




#footer {
	clear: both;
	border: 1px solid #7e7e7e;	
	border-width:1px 0 0 0;
	text-align:left;
}


.main_text {
	text-align:left;	
	margin:10px 0 0 10px;
	float:left;
	color:#b5b5b5;
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight:600;
	width:500px;	
	}	


.footer_text_small {
	text-align:right;	
	margin:0 10px 0 35px;
	float:right;
	font-family:Arial, sans-serif;
	font-size:11px;
	font-weight:400;	
	}		
	


#menu {
	border: 1px solid #7e7e7e;	
	border-width:1px 0 1px 0;

}	
	
.main_menu {
		font-family:arial;
		font-size:17px;		
		font-weight: bold;
		text-align:center;
}

.main_menu ul {
		list-style: none;
		margin:2px 0 2px 0;
		padding: 0 0 0 0;
		white-space: nowrap;
		border: 0px solid blue;
	}


.main_menu ul li {
	display: inline;
	margin: 0 15px 0 0;
	width:150px;
	}

.main_menu a {
	text-decoration: none;
	padding: 0 0 3px;
	border-bottom: 0px solid #fff;  /** off bottom border  **/
	color: #828282; /** off text color **/
	}


.main_menu a:hover	{
	border-color: #F60; /** border highlight  **/
	color: #b31600; /** text highlight  **/
	text-decoration: none;	
}		
		
.main_menu .current 
	{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;	
	padding: 0 0 3px;
	border-bottom: 0px solid #8fb5c6;	/** border on - match container color  **/

	}	








.member{
	display:inline;
	float:left;
	margin-left:12px;
}
.member span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;
	text-transform: uppercase;

}
.member img{
	width:75px;
	height:70px;
	border: solid 2px #999999;	
}

.member a img:hover{
	border: solid 2px red;	
}

.clear{
	clear:both;
}