*{
  margin: 0 auto;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  text-align: left;
}
body{
  text-align: center;
  min-width: 980px;
  background: #4e240b url('../images/bg.png') repeat-x;
}
img{
  border: 0;
}
input, select, img{
  vertical-align: middle;
}
ul{
  margin-left: 0;
 }

li{
  padding: 0px 0px 0px 7px;
  margin-top: 15px;
  color: #898989;
  line-height: 2em;
  list-style: url('../images/bullet.gif');
  
}

li:hover{
  color: #2d2d2d;
}

#all{
  text-align: center;
  width: 960px
  
}
#head{
  text-align: center;
  height: 163px;
  
}

h2.logo, h2.logo a{
  display: block;
  float: left;
}
h2.logo{
  background: url('../images/logo.png') left center no-repeat;
  min-height: 162px;
  min-width: 684px;
  margin-top: 40px;
  font-size: 0px;
}

h2.logo a{
  padding: 0 90px;
  font-size: 54px;
  color: #751C1C;
  text-decoration: none !important;
  background: url('../images/logoBg_right.png') right center no-repeat;
}
h2.logo a em{
  font-style: normal;
  color: #111111;
  display: block;
  font-size: 15px;
  text-align: center;
}

#menu{
  width: 960px;
  min-height: 46px;
  padding: 22px 0 0 0;
  margin-top: 20px;
 
}

#menu li{
  display: inline;
  padding:  0 10px;
  font-size: 15px;    
  
}

.menu a{
  display: inline;
  padding:  0 3px;
  font-size: 14px;
  color: #c8c490;
  text-decoration: none;
  font-weight: bold;   
}

.menu :hover{
  color: #622f2a; 
}

#cont{
  min-width: 960px;
  min-height: 600px;
  background: url('../images/bg_bg.jpg') center no-repeat;
  margin-top: 3px;
}

.left {
  width: 500px;
  float: left; 
  margin-top: 30px;
  line-height: 1.5em;
  color: #dac3b4;
 

}

.left p {
  color: #dac3b4;
  line-height: 24px;
  margin-top: 25px;
  margin-bottom: 10px;
  
}

.left img {
   margin-top: 25px;
   margin-right: 25px;
   margin-bottom: 15px; 
}

.left li {
   color:#dac3b4;
   margin-left: 20px;
   list-style: url('../images/bullet.gif');
}

.right {
  width: 400px;
  float: right;
  margin-top: 30px;
  line-height: 1.5em;
  
  
 
}

.right a {
  color: #281305;
  
}

.right li {
  color: #281305;
  display: block;
  padding: 0 0px 0px 0px;
  
}

.right img {
   margin-top: 25px;
   margin-right: 25px; 
}

.right p {
   margin-top: 25px;
   line-height: 25px;
   color: #dac3b4; 
}

h2.main{
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 5px;
}

h3.main{
  font-size: 15px;
  color: #FFFFFF;
  margin-top: 25px;
}

blockquote{
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 0 30px 0px;
  text-align: center;
  color: #b99073;
  
}

blockquote a{
  font-size: 17px;
  color: #b99073;
  
}

blockquote :hover{
  font-size: 17px;
  color: #b99073;
  text-decoration: none;
  
}

blockquote.topLine {
  border-bottom: 1px solid #b99073;
  border-top: 1px solid #b99073;
}

table {
  margin-top: 25px;
  width: 400px;
}

td {
  font-size: 15px;
  padding: 5px 0 0 0 ;
  color: #dac3b4;
}

td strong {
  font-size: 15px;
  color: #dac3b4;
}

#footer{
  
  
  width: 960px;
  height: 174px;

}
  
#footer li{
  display: inline; 
  float: left;
  padding: 0 4px;
  color: #6b3b18;  
}

#footer strong{
  color: #6b3b18;  
}
  
