div#container {
  width : 960px;
  margin-left : auto;
  margin-right : auto;
  background : url(../images/background.jpg) top center repeat-y;
}

div#header {
  color : #fff;
  background : url(../images/header.jpg);
  width : 960px;
  height : 168px;
}

div#header .name {
  font-size : 40px;
  font-weight : bold;
  text-align : center;
  padding-top : 20px;
}

div#header .address {
  font-size : 14px;
  text-align : center;
  padding-top : 10px;
}

div#header .slogan {
  font-size : 20px;
  text-align : center;
}

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

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

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

div#navigation a {
  color : #fff;
}

div#menu {
  float : left;
  position : relative;
  width : 155px;
  left: 30px;
  margin-right : 10px;
  color : darkblue;
}

div#menu .count {
  margin-left : 10px;
}

div#menu .title {
  font-size : 15px;
  font-weight : 700;
  margin-top : 30px;
  margin-bottom : 4px;
  text-align : center;
}

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

div#content {
  width : 750px;
  float : left;
}

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

div#footer {
  background : #fff url(../images/footer.jpg) top center no-repeat;
  padding-top : 60px;
  clear : both;
  text-align : center;
}