body{
	min-height: 100%; 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #000000;
	background-color:#393839;	
	margin:0;	
	text-decoration: none;
	word-spacing: normal;
	text-align: left;	
	letter-spacing: 0;
	line-height: 1.4em;
	padding: 20px;		
}

a{	
	color: #ff0000;
	text-decoration: none;
	outline: none;	
}

a:active,a:hover{	
	color: #ff0000;
	text-decoration: underline;
	outline: none;	
}

.clearDiv{
	clear:both;		
}

#main {	
	width: 775px;		
	margin: auto;	
	background-color:#090708;
}

#head {	
	width: 775px;				
}

#left {	
	width: 130px;
	height: 600px;
	background-image: url(../images/left.jpg);
	background-repeat:no-repeat;	
	float: left;
}

#right {	
	width: 130px;
	height: 600px;
	background-image: url(../images/right.jpg);
	background-repeat:no-repeat;
	float: right;
}

#content {	
	color: #ffffff;
	width: 475px;	
	padding: 20px;
	float: left;
}

.navDiv{
	width: 101px;			
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 10px;
	background-color: #000000;	
	border-top-color: #ff0000;
 	border-top-style: solid;
 	border-top-width: 1px;
 	border-right-color: #ff0000;
 	border-right-style: solid;
 	border-right-width: 1px;
 	border-bottom-color: #ff0000;
 	border-bottom-style: solid;
 	border-bottom-width: 1px;
}

.navDiv a, a:active, a:hover{
	color: #ffffff;
	text-decoration: none;
	outline: none;	
}

.bannerDiv{
	width: 121px;			
	color: #ffffff;
	font-weight: bold;	
	margin-top: 10px;
	background-color: #000000;	
	border-top-color: #ff0000;
 	border-top-style: solid;
 	border-top-width: 1px;
 	border-left-color: #ff0000;
 	border-left-style: solid;
 	border-left-width: 1px;
 	border-bottom-color: #ff0000;
 	border-bottom-style: solid;
 	border-bottom-width: 1px;
 	float: right;
}

.redborder {
	border:1px solid Red;
}
