div#container {
  width : 900px;
  margin-left : auto;
  margin-right : auto
}

div#header {
  color : white;
  background : url(../../dark/images/header.png) top left no-repeat;
  height : 180px;
  margin-left : auto;
  margin-right : auto
}

div#header #flag1 {
  background : url(../../dark/images/header.gif) left center no-repeat;
  z-index : 120;
  width : 180px;
  height : 150px;
  float : right
}

div#header #flag2 {
  background : url(../../dark/images/header.gif) right center no-repeat;
  z-index : 120;
  width : 180px;
  height : 150px;
  float : left
}

div#header .name {
  position : absolute;
  top : 22px;
  height : 10px;
  width : 900px;
  color : #f8f8ff;
  font-size : 45px;
  padding-top : 0px;
  text-align : center;
  z-index : 100
}

div#header .address {
  position : absolute;
  height : 10px;
  width : 900px;
  top : 80px;
  font-size : 14px;
  text-align : center;
  z-index : 100
}

div#header .slogan {
  position : absolute;
  width : 900px;
  height : 10px;
  font-size : 20px;
  text-align : center;
  z-index : 100;
  top : 100px
}

div#navigation {
  position : relative;
  z-index : 150;
  width : 900px;
  height : 20px;
  top : -50px;
  left : 30px
}

div#navigation ul {
  list-style : none;
  padding : 0px;
  margin : 0px
}

div#navigation ul li {
  margin : 1px;
  float : left;
  margin-left : 15px;
}

div#navigation ul li a {
  margin-left : 1.8em;
}

div#menu {
  position : relative;
  display : block;
  left : 50px;
  top : -35px;
  float : left;
  width : 130px;
  z-index : 160;
  margin-right : 3px;
}

div#menu .title {
  margin-top : 5px;
  margin-bottom : 2px;
  color : #eeeebb;
  text-align : center;
  font-weight : bolder
}

div#menu ul {
  margin : 0px;
  padding : 0px;
  list-style : none;
}

div#menu ul li a {
  height : 20px;
  margin-left : 1px;
  margin-right : 1px;
  text-align : left;
  padding-top : 2px;
  padding-left : 4px;
  display : block
}

div#menu li {
  margin : 2px;
}

div#menu li .background {
  background : url(../../dark/images/btn_middle.png) top repeat-x;
}

div#menu li .right {
  background : url(../../dark/images/btn_right.png) top right no-repeat;
}

div#menu li .left {
  background : url(../../dark/images/btn_left.png) top left no-repeat;
}

div#menu li:hover .background {
  background : url(../../dark/images/btn_middle_over.png) top repeat-x;
}

div#menu li:hover .right {
  background : url(../../dark/images/btn_right_over.png) top right no-repeat;
}

div#menu li:hover .left {
  background : url(../../dark/images/btn_left_over.png) top left no-repeat;
}

div#content {
  margin-left : 50px;
  margin-top : -35px;
  display : block;
  float : left;
  width : 660px;
  z-index : 160
}

div#footer {
  clear : both;
  text-align : center
}

div#flash {
  font-size : 12pt;
  margin : 5px;
  color : red;
  background-color : transparent
}

.random_items td {
  text-align : center;
}

table.random_items {
  margin-bottom : 20px;
}
