div#container {
  top : 0px;
  width : 1000px;
  margin-left : auto;
  margin-right : auto;
}

div#header {
  background : url(../images/header.png) top left no-repeat;
  position : relative;
  width : 1000px;
  height : 200px;
  top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 20px;
}

div#header .name {
  position : absolute;
  top : 20px;
  height : 10px;
  width : 1000px;
  font-size : 60px;
  padding-top : 0px;
  text-align : center;
  z-index : 100;
  white-space : nowrap;
  margin-left : auto;
  margin-right : auto
}

div#header .address {
  position : absolute;
  height : 10px;
  width : 1000px;
  top : 88px;
  font-size : 16px;
  text-align : center;
  z-index : 100;
  margin-left : auto;
  margin-right : auto
}

div#header .slogan {
  position : absolute;
  width : 1000px;
  height : 10px;
  font-size : 30px;
  text-align : center;
  z-index : 100;
  top : 105px;
  margin-left : auto;
  margin-right : auto
}

div#navigation {
  position : relative;
  z-index : 150;
  top : -55px;
  left : 30px;
  height : 20px;
  font-size : 11pt;
  font-weight : bold
}

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

div#navigation ul li {
  margin-right : 20px;
  float : left
}

div#navigation ul li a {
  text-decoration : none;
}

div#navigation ul li a:hover {
}

div#navigation ul li.selected a {
}

div#navigation ul li.selected a:hover {
}

div#navigation a:hover, div#menu a:hover {
  color : #581f00;
}

div#menu {
  position : relative;
  display : block;
  left : 10px;
  top : -20px;
  margin-top : 0px;
  float : left;
  width : 190px;
  margin-left : 0px;
}

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

div#menu .title {
  margin-top : 15px;
  margin-bottom : 2px;
  text-align : center;
  font-size : 12pt;
  font-weight : bolder;
}

div#menu ul li a {
  padding-top : 2px;
  padding-left : 3px;
  text-decoration : none;
  font-size : 10pt;
}

div#content {
  margin-top : -35px;
  float : left;
  width : 800px;
  margin-left : 10px;
  margin-bottom : 20px;
  z-index : 4000;
}

div#content .background {
  background : url(../images/body.png) top center repeat-y;
}

div#content .top {
  background : url(../images/body-top.png) top center no-repeat;
}

div#content .bottom {
  background : url(../images/body-bottom.png) bottom center no-repeat;
}

div#content .inside {
  padding : 20px;
}

div#content .background .background, div#content .top .top, div#content .bottom .bottom,
div#content .inside .inside {
  background : none;
  padding : 0px;
}

div#footer {
  clear : both;
  text-align : center;
  padding-bottom : 10px;
  width : 790px;
  margin-left : 170px
}

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