html { 
  padding:0px;
  margin:0px;
}

body {
  background:#2D3E4D 
  url(images/header_fade.png) repeat-x scroll;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#9AA2A4;  
  padding:0px;
  margin:0px;
}

tbody {
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#9AA2A4;  
}

header {
  height:140px;
  left:0;
  position:absolute;
  top:0;
  width:100%;
}

#header .logo {
  margin-left:27px;
  width:195px;
}

#header .line1 {
  background:#000000 url(images/overlay.png) no-repeat scroll right top;
  direction:ltr;
  height:67px;
  position:relative;
}

#header .phone {
  color:#9AA2A4;
  font-size:11px;
  height:67px;
  line-height:20px;
  position:absolute;
  right:10px;
  text-align:right;
  top:0;
  vertical-align:top;
  white-space:nowrap;
}

#header .line2 {
  background:transparent url(images/search_bg.png) repeat-x scroll center top;
  border-color:#3A4251 -moz-use-text-color #000000;
  border-style:solid none;
  border-width:1px medium;
  height:39px;
  position:relative;
  width:100%;
}

#header .line3 {
  background:transparent url(images/header_fade2.png) repeat scroll right top;
  height:35px;
  position:relative;
  text-align:right;
  width:100%;
}

#left {
  position: absolute;
  left: 0px;
  width: 190px;
  color: #9AA2A4;
  margin: 0px; 
  padding: 0px;
}

#content {
  margin: 0px 190px 0px 190px;
  border-left: 0px solid #564b47;
  border-right: 0px solid #564b47;
  padding: 0px;
  background-color: #2D3E4D;    
}

a:link, a:visited {
  color:#FFFFFF;
  font-family:verdana,arial,helvetica,sans-serif;
  font-size:12px;
}

#right {
  position: absolute;
  right: 0px;        
  width: 190px;
  color: #9AA2A4;
  margin: 0px; 
  padding: 0px;
}
