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

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

div#header .name {
  position : absolute;
  top : 20px;
  height : 10px;
  width : 1000px;
  color : #f8f8ff;
  font-size : 40px;
  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 : 68px;
  font-size : 14px;
  text-align : center;
  z-index : 100;
  color : white;
  margin-left : auto;
  margin-right : auto
}

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

div#navigation {
  position : relative;
  z-index : 150;
  top : -65px;
  left : 30px;
  height : 20px;
  padding : none;
  margin-left : auto;
  margin-right : auto;
  font-size : 10pt;
}

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

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

div#navigation ul li a {
  display : block;
  float : left;
  margin-right : 2px;
  padding-left : 13px;
  width : 100px;
  height : 20px;
  background : url(../images/top_btn.gif) top left no-repeat;
  text-decoration : none;
}

div#navigation ul li a:hover {
  background : url(../images/top_btn_over.gif) top left no-repeat
}

div#navigation ul li.selected a {
  background : url(../images/selected_btn.gif) top left no-repeat
}

div#navigation ul li.selected a:hover {
  background : url(../images/selected_btn_over.gif) top left no-repeat
}

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

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

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

div#menu ul li a {
  display : block;
  width : 130px;
  height : 20px;
  background : url(../images/side_btn_wide.gif) no-repeat;
  margin-left : 10px;
  margin-right : -10px;
  text-align : left;
  padding-top : 2px;
  padding-left : 3px;
  text-decoration : none;
}

div#menu ul li a:hover {
  background : url(../images/side_btn_wide_over.gif) no-repeat;
}

div#menu ul li.selected a {
  background : url(../images/selected_btn_wide.gif) top left no-repeat
}

div#menu ul li.selected a:hover {
  background : url(../images/selected_btn_wide_over.gif) top left no-repeat
}

div#content {
  margin-top : -35px;
  float : left;
  width : 790px;
  margin-left : 15px;
  margin-right : 15px;
  margin-bottom : 20px;
  padding-top : 15px;
  padding-bottom : 15px;
  z-index : 4000
}

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

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