/*-----start Header Css-----*/
#header{
  margin:0px auto;
  position:relative;
  background:url('../images/header_border.jpg') no-repeat;
  width:912px;
  height:129px;
  border:solid 0px;
}
.header_background{
  background:url('../images/header_background.jpg') no-repeat;
  position:absolute;
  left:10px;
  width:884px;
  height:105px;
}
.recent_pages{
  color:gray;
  text-align:left;
  position:absolute;
  width:900px;
  height:20px;
  left:10px;
  bottom:2px;
}

.recent_pages a{
 padding:5px;
 color:gray;
 text-align:left;
}

.header_searchbar{
  position:absolute;
  left:680px;
  top:40px;
  width:182px;
  height:24px;
  background:url('/images/search_header_bg.gif') no-repeat;
  font-family: Tahoma, Verdana, Helvetica;
  font-size: 9px;
  color: #ffffff;
  text-align: left;
}
.header_searchbar input{
height: 21px;
border: 0px solid blue;
margin-top: 1px;
margin-left: 3px;
width: 150px;
color: #A2A2A2;
font-family: Tahoma, Verdana, Helvetica;
font-size: 12px;
}
.theme_wrap_general {
width: 75px;
height 70px;
position: relative;
float:left;
color: #A2A2A2;
border: 0px solid red;
margin-left: 8px;
margin-bottom: 5px;
font-family: Tahoma, Verdana, Helvetica;
font-size: 10px;
text-align: center;
}
#background_select a {
font-size: 9px;
}

/*-----end Header Css-----*/
