#wrapper {
  width : 850px;
  margin : 0 auto;
  text-align : left;        
  border: #06064f 2px solid;
}

#header {
  width : 850px;
  height : 98px;
  background-image : url(../images/header_top.jpg)
}

#header .name {
  text-align: center;
  margin-top: 0px;
  padding-top : 12px;
  font-family : Impact, Georgia, Arial, Helvetica;
  font-size : 26pt;
  font-style: italic;
  color: #ffd801;
}

#header .address {
  text-align : center;
  font-size : 12pt;
  font-weight : bold;
  margin-top : 8px;
  color: #FFF;
}

#header .slogan {
  font-size : 11pt;
  font-weight : bold;
  margin-top : 4px;
  text-align: center;
  color: #FFF;
}

#navigation {
  width : 850px;
  height : 44px;
  background-image : url(../images/nav_bg_top.gif);
  background-repeat : no-repeat
}

#navigation ul {
  margin : 0px;
  padding : 0px;
  list-style-type : none;
  margin-left : 0px;
  margin-right : 0px;
}

#navigation li {
  float : left;
  height : 44px;
  font-size : 10pt
}

#navigation li.selected {
  float : left;
  height : 44px;
  font-size : 9pt
}

#navigation a {
  display : block;
  padding-right : 18px;
  padding-left : 18px;
  line-height : 44px;
  font-family:"Times New Roman",Georgia,Serif;
  font-size: 12pt;
  font-weight : bold;
  color: #FFF;
  text-decoration : none;
  background: url(../images/nav_div.png) right no-repeat;
}

#navigation li.selected a {
  display : block;
  line-height : 44px;
  font-family:"Times New Roman",Georgia,Serif;
  font-size: 12pt;
  font-weight : bold;
  text-decoration : none
}

#navigation a:hover {
  display : block;
  line-height : 44px;
  font-family:"Times New Roman",Georgia,Serif;
  font-size: 12pt;
  font-weight : bold;
  color: #ffd801;
}

#navigation li.selected a:hover {
  display : block;
  line-height : 44px;
  font-family:"Times New Roman",Georgia,Serif;
  font-size: 12pt;
  font-weight : bold;
  color: #ffd801;
}

#headimg {
  float : left;
  width : 850px;
  height : 299px;
}

#bodybox {
  float : left;
  width : 850px;
  background: url(../images/content_bg.jpg) top right repeat-y #000;
  padding-top:10px;
}

#menu {
  float : right;
  display : inline;
  margin-top : 2px;
  padding-top : 26px;
  padding-bottom : 26px;
  width : 169px;
  /*background-color : #1e1d1e;
  background-image : url(../images/subnavi_bg.jpg);
  background-position : bottom;
  background-repeat : repeat-y; */
}

#menu ul {
  margin : 0px;
  padding : 0px;
  margin-left : 8px;
  margin-right : 8px;
  background-repeat : no-repeat;
  list-style : none
}

#menu ul li {
  height : 24px;
}

#menu a {
  display : block;
  line-height : 23px;
  padding-left : 18px;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10pt;
  text-decoration : none
}

#menu a:hover {
  display : block;
  line-height : 23px;
  padding-left : 18px;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10pt;
  color : #f00;
  text-decoration : underline;
  background-image : url(../images/sub_nav_bullet.png);
  background-repeat : no-repeat
}

#menu li.selected a {
  display : block;
  line-height : 23px;
  padding-left : 18px;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10pt;
  text-decoration : none
}

#menu li.selected a:hover {
  display : block;
  line-height : 23px;
  padding-left : 18px;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10pt;
  color : #f00;
  text-decoration : underline
}

#menu .title {
  margin-left : 0px;
  margin-bottom : 6px;
  margin-top : 25px;
  padding: 0px 0px 0px 17px;
  font-weight : bold;
  font-size : 14pt;
  color: #fff;
  background:url(../images/cat_div.png) bottom left no-repeat;
}

#content {
  float : left;
  display : inline;
  width : 640px;
  margin-left : 15px;
  padding-bottom : 26px;
}

#content a {
  color : #f00;
  text-decoration : none
}

#content img.pic {
  float : right;
  margin-left : 8px;
  margin-bottom : 8px;
  border : 1px solid #333333;
  padding : 2px
}

#content a:hover {
  color : #00F;
  text-decoration : underline
}

#footer {
  float : left;
  width : 850px;
  height : 100px;
  background: url(../images/footer_bg.jpg) bottom no-repeat;
  text-align : center;
  color : #cccccc;
  font-family : Arial, Tahoma, sans-serif;
  line-height : 20px;
  padding-top :6px;
}

#footer a {
  color : #cccccc;
  text-decoration : none;
}

#footer a:hover {
  text-decoration : underline
}

div#flash {
  font-size : 12pt;
  margin : 5px;
  color : darkred
}

.sort-links {
  color: #FFF;
}

.cleaner {
  clear : both;
  height : 0px;
  font-size : 0px;
  border : none;
  margin : 0;
  padding : 0;
  background : transparent
}

.random_items td {
  text-align : center;
}

table.random_items {
  margin-bottom : 20px;
}