#wrapper {
  width :900px;
  margin : 0 auto;
  text-align : left;
  margin-top : 0px;
}

#header {
  float : left;
  width : 900px;
  height : 250px;
  background: url(../images/header1.jpg) left repeat-x;
}

#header .name {
  margin: 21px 0px 0px 25px;
  font-size : 18pt;
  padding : 0px;
}

#header .address {
  font-size : 11pt;
  margin-bottom : 0px;
  margin-top : 22px;
  margin-left : 25px;
}

#header .slogan {
  font-size : 11pt;
  padding-left : 25px;
  padding-top : 110px;
}

.cleaner {
  clear : both;
  height : 0px;
  font-size : 0px;
  border : none;
  margin : 0;
  padding : 0;
  background : transparent
}

#navigation {
  float : left;
  width : 900px;
  margin : 0;
  padding : 0;
  font-weight : 700;
}

#navigation ul {
  margin : 0px;
  padding : 0px;
  width : 900px;
  height : 35px;
  list-style-type : none;
  margin-left : 0px;
  margin-right : 0px;
}

#navigation ul li {
  float : left;
  height : 35px;
}

#navigation ul li.selected {
  float : left;
  height : 35px;
}

#navigation ul li a {
  display : block;
  padding-right : 34px;
  padding-left : 0px;
  line-height : 35px;
  font-family : Arial Narrow, Arial, Helvetica, sans-serif;
  font-size:16pt;
  background:url(../images/nav_div.png) right no-repeat;
}

#navigation ul li.selected a {
  display : block;
  padding-right : 34px;
  padding-left : 0px;
  line-height : 35px;
  font-family : Arial Narrow, Arial, Helvetica, sans-serif;
  font-size:16pt;
  color : #000;
}

#navigation ul li a:hover {
  display : block;
  padding-right : 34px;
  padding-left : 0px;
  line-height : 35px;
  font-family : Arial Narrow, Arial, Helvetica, sans-serif;
  font-size:16pt;
  color : #03F;
}

#navigation ul li.selected a:hover {
  display : block;
  padding-right : 34px;
  padding-left : 0px;
  line-height : 35px;
  font-family : Arial Narrow, Arial, Helvetica, sans-serif;
  font-size:16pt;
  color : #009;
}

#bodybox {
  float : left;
  width : 900px;
  background : #000 url(../images/metal_bg.jpg) top repeat;
}

#menu {
  float : left;
  display : inline;
  margin-top : 0px;
  padding-top : 10px;
  padding-bottom : 26px;
  width : 200px;
}

#menu ul {
  padding: 0px;
  margin: 0px;
  list-style : none
}

#menu ul li, #menu ul li.selected {
  height : 27px;
  background-repeat : no-repeat
}

#menu ul li a {
  font-size : 11pt;
  font-weight : 800;
  font-family : Arial, Helvetica, sans-serif;
  line-height : 27px;
  display : block;
  padding-left : 10px;
  color:#e2d69c;
/*  background : url(../images/menu_underline.gif) bottom right no-repeat;*/
}

#menu ul li.selected a {
  color : #E1E1E1;
}

#menu ul li a:hover {
  color : #FFF;
  text-decoration : underline;
  background: url(../images/menu_anim.gif) bottom right no-repeat;
}

#menu .title {
  margin-left : 17px;
  margin-bottom : 6px;
  font-size : 14pt;
  font-weight : 700;
  margin-top : 30px;
}

#content {
  float : right;
  display : inline;
  width : 680px;
  margin-left : 5px;
  margin-right : 5px;
  padding-top : 26px;
  padding-bottom : 26px;
}

#content ul {
  list-style-image : url(../images/list_li.gif)
}

#content a {
  color : #D2E1FF;
  text-decoration : none
}

#content img.pic {
  float : right;
  margin-left : 8px;
  margin-bottom : 8px;
  border : 1px solid #333333;
  padding : 2px
}

#content a:hover {
  color : #ff5700;
  text-decoration : underline
}

#footer {
  float : left;
  width : 900px;
  height : 100px;
  background-color : #000;
  text-align : center;
  color : #BCCAD3;
  font-family : Arial, Tahoma, sans-serif;
  font-size : 9pt;
  line-height : 20px
}

#footer a {
  color : #92C4FF;
  text-decoration : none
}

#footer a:hover {
  color : #FF9;
  text-decoration : underline
}

div#flash {
  font-size : 11pt;
  margin : 0px;
  color : #FFF
}

/*Firefox floating bottom bar*/

#site-bottom-bar {
 background-color: #000 ;
 border-top: 1px solid #CCCCCC ;
 bottom: 0px ;
 font-family: verdana, arial ;
 font-size: 11px ;
 height: 38px ;
 position: fixed ;
 width: 100% ;
 z-index: 1000 ;
 }
  
 #site-bottom-bar-frame {
 height: 38px ;
 margin: 0px 10px 0px 10px ;
 position: relative ;
 }
  
 #site-bottom-bar-content {
 padding: 1px 0px 0px 0px ;
 }
 
 /* IE hacks */
 /* To make up for scroll-bar. */
 #site-bottom-bar {
 _bottom: -1px ;
 _position: absolute ;
 _right: 16px ;
 }
  
 /* To make up for overflow left. */
 #site-bottom-bar-frame {
 _margin-left: 26px ;
 }
  
 /* To fix IE6 display bugs. */
 #menu a {
 _display: inline-block ;
 _width: 100% ;
 }
 
.random_items td {
  text-align : center;
}

table.random_items {
  margin-bottom : 20px;
}
