body{
  background:#222222;/*000000,464646*/;
}

#container{
  width: 900px;
 /*height: 670px;*/
  background:#000000;
  
}

#header{
  height: 170px;
  box-align:center;
  
  background: #f3f3f3 url("images/header.jpg");
}


#menu{
  height:25px;
  background:#E5AB59/*#ffdead*/;
  font-family: Verdana, Sans-Serif;
  font-weight: bold;
  font-size: 90%;
  
}

#menu ul{
  list-style: none;
  float: right;
  margin-top:5px;
}

#menu li{
  display: inline;
     

}

#menu a{
  padding: 0px 20px;
  margin-top:-5px;
  border-left: 1px solid #000000;
  text-decoration: none;
  color: #000000;
}

#menu a:hover{
  text-decoration: underline;
  color:#ff6600;/*#eb873f;*/
}

#menu .first a
{
  border: none;
}
#content{
 /* margin:0 auto 0 auto;
  padding: 5px; */
  background: #ffffff url("images/a.jpg");
  height:470px;

}

#left{
  float:left;
  width:220px;
  /*background: url("images/left11.jpg");*/
 
}

#right{
  text-align:left;
  float:right;
  width:620px; 
  font-family: Verdana, Sans-Serif;
  font-weight: 600;
  font-size: 80%;
  padding-top:40px;
  padding-left:60px;
  
}

#right_content{
 padding:5px;
 margin-left:50px;
}

#right_content a{
  text-decoration: none;
  color: #000000;
}

#right_content a:hover{
  text-decoration: none;
  color: #ff6600;
}

#right img
{
  border:1px solid #c1c1c1;
}
#footer{
  text-align: center;
  height: 30px;
  margin: 0 auto 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #e5e5e5;/*e5e5e5*/;
  font-family: Verdana, Sans-Serif;
  font-weight: bold;
  font-size: 70%;
}

