#wrapper {
  width : 850px;
  margin : 0 auto;
  text-align : left;        
  border: #06064f 2px solid;
}

#header {
  width : 850px;
  height : 115px;
  background-image : url(../images/header_top.jpg)
}

#header .name {
text-align: center;
  margin-top : 18px;
  padding : 0px 0px 0px 0px;
  font-family : Georgia, Arial, Helvetica;
  font-size : 28pt;
  font-style: italic;
  font-weight:bold;
  color: #0018ff;
}

#header .address {
  text-align : center;
  font-size : 12pt;
  font-weight : bold;
  margin-top : 34px;
  color: #F00;
}

#header .slogan {
  font-size : 11pt;
  font-weight : bold;
  margin-top : 4px;
  text-align: center;
  color: #FFF;
}

#navigation {
  width : 850px;
  height : 47px;
  background-image : url(../images/nav_bg.gif);
  background-repeat : no-repeat
}

#navigation ul {
  margin : 0px;
  padding : 0px;
  list-style-type : none;
  margin-left : 8px;
  margin-right : 8px;
}

#navigation li {
  float : left;
  height : 47px;
  font-size : 10pt
}

#navigation li.selected {
  float : left;
  height : 47px;
  font-size : 9pt
}

#navigation a {
  display : block;
  padding-right : 19px;
  padding-left : 15px;
  line-height : 47px;
  font-family:"Times New Roman",Georgia,Serif;
  font-size: 12pt;
  font-weight : bold;
  text-decoration : none;
  background: url(../images/nav_div.png) right no-repeat;
  color:#FFF;
}

#navigation li.selected a {
  display : block;
  line-height : 47px;
  font-family:"Times New Roman",Georgia,Serif;
  font-size: 12pt;
  font-weight : bold;
  text-decoration : none;
  color:#EEE;
}

#navigation a:hover {
  display : block;
  line-height : 47px;
  font-family:"Times New Roman",Georgia,Serif;
  font-size: 12pt;
  font-weight : bold;
  color: #F00;
}

#navigation li.selected a:hover {
  display : block;
  line-height : 47px;
  font-family:"Times New Roman",Georgia,Serif;
  font-size: 12pt;
  font-weight : bold;
  color: #F00;
}

#headimg {
  float : left;
  width : 850px;
  height : 198px;
}

#bodybox {
  float : left;
  width : 850px;
  padding-top: 12px;
  background: url(../images/body_fade.jpg) top left no-repeat #FFF;
}

#menu {
  float : right;
  display : inline;
  margin-top : 2px;
  padding-top : 60px;
  padding-bottom : 26px;
  width : 190px;
  /*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 : 26px;
  background: url(../images/menu_button.jpg) left top no-repeat;
}

#menu a {
  display : block;
  line-height : 24px;
  padding-left : 10px;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10pt;
  text-decoration : none;
  color: #FFF;
}

#menu a:hover {
  display : block;
  line-height : 24px;
  padding-left :10px;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10pt;
  color : #FF3;
  text-decoration : underline;
  background: url(../images/menu_button_over.jpg) left top no-repeat
}

#menu li.selected a {
  display : block;
  line-height : 24px;
  padding-left : 10px;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10pt;
  text-decoration : none;
  color: #6FF;
}

#menu li.selected a:hover {
  display : block;
  line-height : 24px;
  padding-left : 10px;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10pt;
  color : #F3;
  text-decoration : underline;
  background: url(../images/menu_button_over.jpg) left top no-repeat
}

#menu .title {
  margin-left : 17px;
  margin-bottom : 6px;
  margin-top : 25px;
  padding : 0px;
  font-weight : bold;
  font-size : 14pt;
}

#content {
  float : left;
  display : inline;
  width : 640px;
  margin-left : 10px;
  padding-bottom : 26px;
}

#content a {
  color : #3030da;
  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 : 850px;
  height : 100px;
  background-image : url(../images/footer_bg.jpg);
  text-align : center;
  color : #cccccc;
  font-family : Arial, Tahoma, sans-serif;
  line-height : 20px;
  background-repeat : no-repeat;
  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
}

.cleaner {
  clear : both;
  height : 0px;
  font-size : 0px;
  border : none;
  margin : 0;
  padding : 0;
  background : transparent
}

.sort-links {
  color: #F00;
}

.random_items td {
  text-align : center;
}

table.random_items {
  margin-bottom : 20px;
}