body {
  background: #ffffff;
  height: 100%;
  font-family: Arial, serif;
  font-size: 62.5%;
}

#container {
  width: 960px;
  margin: 0px auto;
  background-color: white;
  border: 3px solid black;
}

#header {
  display: block;
}

#logo {
  float: left;
  width: 95px;
  padding-top: 10px;
  height: 90px;
  border-bottom: 2px solid white;
}
#logo a img {
  border: 0px;
  text-decoration: none;
}

#middletext {
  float: right;
  width: 650px;
  border-bottom: 2px solid white;
  margin: 0px 0px;
  padding-left: 15px;
  height: 100px;
/*  background-color: #0000ff;*/
  background-color: #4775ff;
  color: #ffffff;
}

#middletext h1 {
  font-size: 2.3em;
/*  border: 1px solid blue;*/
}

#middletext h2 {
  font-size: 1.6em;
/*  border: 1px solid blue;*/
}

#righttext {
  float: right;
  width: 200px;
  border-bottom: 2px solid white;
  text-align: center;
  height: 100px;
  font-size: 1.4em;
/*  background-color: #0000ff;*/
  background-color: #4775ff;
  color: #ffffff;
  font-weight: bold;
}

#rtinner {
  border: 2px solid white;
}

#rtinner a {
  color: #ffffff;
}

#clear {
 clear: both;
}

#subtext {
  border-bottom: 2px solid black;
  padding: 0 0 0 20px;
}

#subtext h1 {
  font-size: 2.0em;
}

#leftbody {
  float: left;
  width: 450px;
  border-right: 2px solid black;
  padding: 10px 10px;
}

#mainbody {
  padding: 10px 10px;
}

#mainbody p {
  font-size: 1.4em;
}

.hl {
  height: 880px;
}

.hbl {
  height: 380px;
}

.hbm {
  height: 1200px;
}

#bluebg {
  background-color: blue;
  color: white;
  padding: 10px;
}

#bluebg ul li {
  font-size: 1.4em;
}

#leftbody ol li {
  font-size: 1.4em;
}

#rightbody ul li {
  font-size: 1.4em;
}

#leftbody h1 {
  font-size: 2.0em;
}

#leftbody p {
  font-size: 1.3em;
}

#leftbody img {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

#leftbody ul li {
  font-size: 1.3em;
}

#rightbody {
  float: right;
  width: 400px;
  padding: 10px 10px;
}

#rightbody p {
  text-align: center;
  font-size: 1.4em;
}

#footer {
  border-top: 2px solid black;
  height: 200px;
  font-size: 1.1em;
}

#footer p {
  text-align: center;
}

#footer ul {
  display: inline;
}
#footer ul li {
  display: inline;
  list-style: none;
  padding: 15px 15px;
  text-align: center;
}

#imgcontent {
  border-bottom: 1px solid black;
}

#gallery {
  float: right;
  width: 230px;
  border-bottom: 1px solid black;
  height: 230px;
}

#gallery p {
  text-align: center;
  font-size: 1.4em;
}

#imgcontent img {
  float: left;
  padding: 0 10px 10px 10px;
}

#imgcontent p {
  font-size: 1.4em;
}

#imgcontent #large {
  font-size: 1.6em;
}

#footer ul li:after {
/*  content: " | ";*/
}

#footer ul li.last:after {
/*  content: " ";*/
}


#nav {
  font-size: 1.6em;
  border-top: 3px solid white;
/*  border-right: 1px solid black;*/
/*  border-left: 1px solid black;*/
  border-bottom: 1px solid black;
  height: 90px;
  background: blue;
  font-weight: bold;
  margin: 0px;
}

#nav a {
  color: #ffffff;
}

#navtop li {
  float: left;
  list-style-type: none;
  text-align: center;
  margin-top: -16px;
  _margin-top: 0px;
/*  border-right: 5px solid #4775ff;*/
/*  margin: 3px 0 3px 0;*/
}

#navtop li a:hover {
  background-color: #4775ff;
}

#navtop li a {
  display: block;
  width: 225px;
  white-space: nowrap
  height: 30px;
  padding: 8px 0;
/*  border: 1px solid black;*/
}


#navbottom li {
  float: left;
  list-style-type: none;
  text-align: center;
/*  margin-top: -16px;*/
/*  _margin-top: 0px;*/
/*  border-right: 5px solid #4775ff;*/
/*  margin: 3px 0 3px 0;*/
}

#navbottom li a:hover {
  background-color: #4775ff;
}

#navbottom li a {
  display: block;
  width: 225px;
  white-space: nowrap
  height: 30px;
  padding: 8px 0;
/*  border: 1px solid black;*/
}

#parts {
  border-top: 2px solid black;
  padding: 20px 200px;
  font-size: 1.4em;
}

#parts h1 {
  text-align: center;
}

#contact {
  font-size: 1.4em;
}

#formleft p label {
  display: inline-block;
  width: 80px;
}

#error {
  background-color: #ff0000;
  color: #ffffff;
  font-weight: bold;
  text-align:center;
}

