* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: tahoma, arial, sans serif;
  font-size: 12px;
  background: #666666;
  color: #000000;
  line-height: 16px;
}
#container {
  margin: 0 auto;
  width: 776px;
}
#header {
  float: left;
  width: 776px;
}
#header_title {
  float: left;
  width: 776px;
  height: 75px;
}
#header_image {
  float: left;
  display: block;
  overflow: hidden;
  width: 776px;
  height: 200px;
  background: #FFFFFF;
  border-top: solid 1px #FFFFFF;
}
#menu {
  float: left;
  width: 776px;
  height: 28px;
  background: #FFFFFF;
  border-top: solid 1px #FFFFFF;
}
#menu a {
  float: left;
  display: block;
  padding-top: 5px;
  height: 23px;
  background: #333333;
  color: #EEEEEE;
  text-decoration: none;
  text-align: center;
}
#menu a:hover {
  background: #4c5961;
  color: #FFFFFF;
}
div.submenu {
  position: absolute;
  left: 50%;
  margin-left: -380px; 
  top: 306px;
  z-index: 200;
}
a.submenuItem {
  display: block;
  text-decoration: none;
  height: 23px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  color: #EEEEEE;
  background-color: #333333;
  z-index: 201;
}
a.submenuItem:hover {
  background-color: #4c5961;
  color: #FFFFFF;
}

#main {
  float: left;
  width: 750px;
  background: #FFFFFF;
  padding: 13px;
}
#main_left {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 229px;
}
#main_right {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  width: 460px;
}
#footer {
  float: left;
  width: 776px;
  background: #FFFFFF;
  border-top: solid 1px #CCCCCC;
  padding-top: 5px;
  height: 22px;
}
#footer_left {
  float: left;
  width: 378px;
  padding-left: 10px;
  text-align: left;
}
#footer_right {
  float: left;
  width: 378px;
  padding-right: 10px;
  text-align: right;
}


#bottomImageDiv {
  float: left;
  z-index: 99;
  width: 760px;
  height: 200px;
}
#topImageDiv {
  float: left;
  z-index: 100;
  position: relative;
  width: 760px;
  height: 200px;
  top: -200px;
}

a {
  color: #284A5F;
}
a:hover {
  color: #4C5961;
  text-decoration: none;
}
a.normal {
  color: #000000;
}
a.normal:hover {
  color: #000000;
  text-decoration: none;
}
a.sortOrder {
  color: #FFFFFF;
  text-decoration: none;
}
a.sortOrder:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
h1 {
  margin: 0px;
  margin-bottom: 16px;
  font-family: tahoma, arial;
  font-size: 20px;
  font-weight: normal;
  color: #284A5F;
}
h2 {
  margin: 0px;
  margin-bottom: 10px;
  font-family: tahoma, arial;
  font-size: 14px;
  color: #284A5F;
}
h3 {
  margin: 0px;
  margin-bottom: 1px;
  font-family: tahoma, arial;
  font-size: 12px;
  color: #284A5F;
}
