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;
  width : 1000px;
  height : 158px;
  margin-left : auto;
  margin-right : auto
}

div#header .name {
  position : absolute;
  top : 32px;
  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 : 82px;
  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 : 102px;
  margin-left : auto;
  margin-right : auto
}

div#navigation {
  float : left;
  width : 181px;
  z-index : 200
}

div#navigation .background {
  background : url(../images/left_top.png) top right no-repeat;
  margin-left : 20px;
  padding-top : 20px;
  padding-left : 8px
}

div#navigation .background .background {
  background : none;
}

div#navigation ul, div#menu ul {
  margin-top : 0px;
  padding : 0px;
  margin : 0px;
  list-style : none;
}

div#navigation ul li, #menu ul li {
  margin : 1px;
}

div#navigation ul li a, div#menu ul li a {
  color : #fff;
  font-weight : 700;
  display : block;
  width : 150px;
  height : 40px;
  padding-top : 2px;
  padding-left : 3px;
  text-decoration : none;
  background : url(../images/side_btn.gif) top left no-repeat
}

div#navigation ul li a:hover, div#menu ul li a:hover {
  background : url(../images/side_btn_over.gif) top left no-repeat
}

div#navigation ul li.selected a, div#menu ul li.selected a {
  background : url(../images/selected_btn.gif) top left no-repeat
}

div#navigation ul li.selected a:hover, div#menu ul li.selected a:hover {
  background : url(../images/selected_btn_over.gif) top left no-repeat
}

div#navigation .background .background, div#menu .background .background {
  background : none;
  padding : 0px;
  margin : 0px;
}

div#menu {
  float : right;
  width : 179px;
  z-index : 200
}

div#menu .background {
  background : url(../images/right_top.png) top left no-repeat;
  width : 160px;
  padding-top : 20px
}

div#menu .background .background {
  padding-left : 10px;
}

div#menu .inside {
  margin-left : 4px;
  margin-top : 10px
}

div#menu .inside .inside {
  margin : 0px;
}

div#menu .title {
  margin-top : 5px;
  margin-bottom : 2px;
  text-align : center;
  font-weight : bolder
}

div#content {
  width : 640px;
  z-index : 3500;
  float : left
}

div#content .inside {
  z-index : 4000
}

div#footer {
  clear : both;
  text-align : center;
  margin-top : 160px;
  padding-top : 25px;
  padding-bottom : 10px;
  width : 650px;
  margin-left : 175px;
  margin-right : 175px
}

div#flash {
  font-size : 12pt;
  margin : 5px;
  color : darkred;
  background-color : white
}
