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

div#header {
  background : url(../images/header.png) top center;
  width : 1024px;
  height : 150px
}

div#header .name {
  position : absolute;
  height : 10px;
  width : 1024px;
  font-size : 50px;
  padding-top : 0px;
  text-align : center;
  z-index : 100;
  top : 15px
}

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

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

div#navigation {
  float : left;
  width : 160px;
  margin-left : -5px
}

div.tab .inside {
  background-color : #25498a;
}

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

div#navigation ul li a, div#menu ul li a {
  display : block;
  width : 100px;
  margin-left : 1px;
  margin-right : 1px;
  text-align : left;
  padding-top : 2px;
  padding-bottom : 2px;
  margin-bottom : 2px;
  padding-left : 4px;
  background-color : #344e8b;
  border-left : 5px solid #405c9d;
  margin-bottom : 1px;
  margin-top : 1px
}

div#navigation ul li a:hover, div#menu ul li a:hover {
  background-color : #405c9d;
  border-left : 5px solid #344e8b;
  margin-bottom : 1px;
  margin-top : 1px
}

div#menu {
  float : right;
  width : 160px;
  margin-left : -5px
}

div#menu .title {
  margin-top : 10px;
  text-align : center;
  font-weight : 700;
  font-size : 11pt;
}

div#content {
  width : 715px;
  float : left;
  color : white;
  margin-left : -5px
}

div#content .left, div#navigation .left, div#menu .left {
  background : url(../images/l.png) left repeat-y
}

div#content .right, div#navigation .right, div#menu .right {
  background : url(../images/r.png) right repeat-y
}

div#content .top, div#navigation .top, div#menu .top {
  background : url(../images/t.png) top repeat-x
}

div#content .bottom, div#navigation .bottom, div#menu .bottom {
  background : url(../images/b.png) bottom repeat-x
}

div#content .tl, div#navigation .tl, div#menu .tl {
  background : url(../images/tl.png) top left no-repeat
}

div#content .tr, div#navigation .tr, div#menu .tr {
  background : url(../images/tr.png) top right no-repeat
}

div#content .bl, div#navigation .bl, div#menu .bl {
  background : url(../images/bl.png) bottom left no-repeat
}

div#content .br, div#navigation .br, div#menu .br {
  background : url(../images/br.png) bottom right no-repeat;
  padding : 25px
}

div#content .background, div#navigation .background, div#menu .background {
  background-color : #25498a
}

div#content .inside .left, div#content .inside .right, div#content .inside .top, div#content .inside .bottom,
div#content .inside .tl, div#content .inside .tr, div#content .inside .bl, div#content .inside .br, 
div#content .inside .background {
  background : transparent none;
  padding : 0px;
}

div#footer {
  clear : both;
  text-align : center;
  color : black;
  margin-left : -5px
}

div#footer a {
  color : #555555
}

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

.random_items td {
  text-align : center;
}

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