 html,body,h1,h2,h3,h4,h5,h6,ul,li,a
 {
 margin:0;
padding:0;
}
body{
background-image:url("bg.jpg");
}
 
  .wrapper{
 width:960px;
 margin:10px auto;
 }
 .header{
 height:70px;

 }
 .header h1{
 color:#fff;
 padding:10px;
 }
 .nav{
 height:40px;
 background-color:#a32e00;
 border-top:1px  solid #392719;
 border-bottom:1px  solid #392719;
 
 }
 .nav ul{
 list-style:none;
  height:40px;
 }
 .nav ul li{
 display:block;
 height:40px;
 float:left;
 width:150px;
float: left;
background: url("nav.png") right top no-repeat;
background-position: right -1px;
 }
 .nav ul li a{
display:block;
 text-decoration:none;
 font-size:18px;
 color:#fff;
 line-height:40px;
 text-align:center;
 
 
 }
  .nav ul li a:hover{
  background-color:#912e07;
  color:#fff;
  
  }
  .boxes{
  background-color:#a32e00;
  height:200px;
    border-bottom:1px  solid #392719;
  }
  .box{
  width:300px;
  float:left;
  padding:10px;
  text-align:justify;
  color:#fff;
  font-size:14px;

  
  }
  .box a{
  border-radius:20px;
  color:#000;
  margin-left:80px;
  width:150px;
  height:30px;
  line-height:30px;
  text-decoration:none;
  background-color:#bbb;
  display:block;
  text-align:center;
  text-transform:uppercase;
  font-size:13px;
  font-weight:bold;
  }
 .slider{
 height:200px;
 border-bottom:1px  solid #392719;
 }
 .sidebar{
 float:right;
 width:253px;
height:500px;
 background-color:#433;
 }
 
 .sidebar img{
 float:left;
  margin-right:5px;
  padding:5px;
 
 }
 .sidebar p{
  padding:10px;
 text-align:justify;
 margin-top:-5px;
 color:#fff;
 font-size:12px;

 }
 .text{
 float:left;
 width:707px;
 background-color:#fff;
 }
 .text h1{
 text-align:center;
 padding:5px 0 0px 0;
 margin-bottom:-5px;
 }
 .text p{
 text-align:justify;
 padding:0 10px;
 }
 
  .footer{
 height:30px;
 clear:both;
 background:#f94;
 }
 .footer p{
 text-align:center;
 line-height:30px;
 font-size:17px;
 
 }