   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	color: #454545;
	background:#ffffff url(../images/bg.png) repeat-y top center;
	
	
	
}


a {	color: #E0691A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }
p {	margin: 0 0 5px 0; }
ul { margin: 0; padding : 0; list-style : none; }



/* layout
   ------ */
  
#container{
width:800px;
margin:auto;



}



#header { 
	height: 196px;
	background-image:url(../images/header.gif);
	
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
}

.head1{
height:auto;
color:#B40000;
padding:0 0 0 600px;
margin:3px;
text-decoration:none;



}

.head1 a{

text-decoration:none;
color:#B40000;

}


#nav { 
	clear: both;
	font-size: 1em;
	height: 30px; 
	margin: 0 0 0 0px;
	background:#B40000;
}

	#nav li { 
		margin: 0; 
		padding: 7px 12px 5px 12px;
		background: #B40000;
		float:left; 
	}
	
	#nav li.active { 
		
		color: #B40000;
		font-weight: bold; 
		padding: 7px 10px 6px 10px;
	}
	
	#nav li a { 
		font-weight: bold;
		color: #FFF; 
		text-decoration: none;
	} 
	
	#nav li a:hover { 
		color: #E0691A; 
		background: inherit;
	} 







/* right content
   --------- */

#right {

background:#AFBAAC;
float:right;
width: 71%;
height:auto;
}

#right h3 {
	clear: both;
	background:#586B55 url(../images/bg1.gif);
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1.1em Tahoma, Arial, Sans-Serif;
	margin: 0px;
}

#arrow3{
	clear: both;
	background:#5F725C url(../images/arrow3.gif) no-repeat left;
	color: #FFF;
	font: bold 1.1em Tahoma, Arial, Sans-Serif;
	height:24px;
	margin: 0px;
}
#right a:{text-decoration:none; color:#B40000;}
#right a:hover{
color:#fff;
}

/* Category */
	#leftcategories {
		float: left;
		width: 500px;
		padding: 0 0 0 50px;
		margin: 20px 0;
		font:12px;
		font-family:Tahoma, sans-serif;
	}
		
	#leftcategories a, #rightcategories a {
	font-size:12px;
	
	color:#B40000; 
	background: #AFBAAC;
	text-decoration:none;
	
	
	}
		
	#rightcategories {
		float: right;
		width: 220px;
		font:12px;
		font-family:Tahoma, sans-serif;
		text-decoration:none;		
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
.rightcontent { 
margin:15px; 
color: #000; 
background: #AFBAAC; 
padding: 3px 0;
font-size:12px;


}

.rightcontent a{
text-decoration:none;
font-weight:bold;
color:#B40000;


}


	
		
/* left content
   ---------- */
		
#left {
	float: left;
	width: 28.6%;
	margin: 0 0 10px 0;
}

#left h3 {
	background: #5F725C url(../images/arrow1.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}

	.leftlinks {
		background: #AFBAAC;
		color: #414141;
		padding:8px;	
		margin: 0px;
		
	}
	.leftadsense {
		color: #414141;
		padding: 13px 0 10px 5px;
		margin: 0 0 6px 0;
		background:#5F725C url(../images/arrow2.gif) no-repeat top right;
		
	}
	
#left a{text-decoration:none; color:#B40000;}
#left a:hover{
color:#fff;

}
	

/* footer
   ------ */

#footer { 
	clear: both;
	text-align: center;
	padding: 8px 0 8px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	background:#990000;
	height:35px;
	
	color:#fff;
	font-weight:bold;


}

#footer a { 
color: #fff;
text-decoration:none;
font-weight:bold;


}

#footer a:hover{
color:#E0691A;

}
