/* CSS Document */

body{
	margin: 0px;
	font: 12px/18px Tahoma, Geneva, sans-serif;
	color: #373737;
	background: #000 url(../images/bgr-body.jpg) no-repeat fixed;
	text-align: justify;
}

p{


}

ul{

}

li{


}

a{
	color: #8E1908;


}


a:hover{
	color: #AE633B;
	text-decoration: none;


}
img {
	border-style: none;
}


h1{
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

h2{
	font-size: 16px;
	font-weight: normal;
	color: #4A4100;
}

h3{
	font-size: 12px;
	font-weight: bold;
	color: #771A08;
	background: #EFEBE2;
	padding: 5px;
}

h4{
	font-size: 16px;
	font-weight: normal;
	color: #575757;
	margin-bottom: 0px;

}

h5{


}

h6{
	background: #D3D2D7;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-style: none;



}


#wraper{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bgr-wraper.png) repeat;
	padding-right: 50px;
	padding-left: 50px;	
}

/*
##################################################################################################################

						HEADER DIV STYLES
##################################################################################################################
*/



#header{
	background: url(../images/bgr-header.jpg) no-repeat;
	height: 130px;
	width: 800px;
}

#navigation{
	background: #000;
	height: 30px;
	width: 800px;
	float: left;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	list-style: none;
	display: inline;
}
#navigation a {
	float: left;
	color: #FFFAEA;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	height: 24px;
	padding-top: 6px;
	padding-right: 20px;
	padding-left: 20px;
	letter-spacing: 3pt;
}
#navigation a:hover {
	background: #535353;
	color: #FFFAEA;
}
#navigation ul #phone {
	font-size: 14px;
	color: #FFFAEA;
	float: right;
	height: 24px;
	padding-top: 6px;
	margin-right: 10px;
	font-weight: normal;
	letter-spacing: 2px;
}
#navigation ul img {
	float: left;
}


#banner {
	margin-top: 10px;
	width: 800px;
	float: left;
}


#index_ani {
	float: left;
	width: 800px;
	height: 250px;
	background: url(../images/bgr-index-ani.jpg);
}




/*
##################################################################################################################

						BODY DIV STYLES
##################################################################################################################
*/

#body_wraper{
	width: 800px;
	float: left;
	padding: 30px 0px 50px;
}

#side_nave{
	float: right;
	width: 230px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333;

}

#side_nave h1{
	color: #FFF;
}

#side_nave .time{
	color: #FFF;
}


#main_content{
	float: left;
	width: 500px;
	margin-left: 10px;


}

/*
##################################################################################################################

						FOOTER  DIV STYLES
##################################################################################################################
*/
#bar{
	clear: both;
	width: 780px;
	background: #B89401;
	padding: 5px 10px;
	color: #000;	
}

 #footer{
	clear: both;
	width: 780px;
	background: url(../images/bgr-footer.jpg) no-repeat;
	padding: 20px 10px 5px;
	color: #000;
	height: 75px;
	text-align: center;
 }
 
#footer a{
 
 
 }
 
#footer a:hover{
 
 
 }

