@charset "utf-8";
/* CSS Document */
P {text-align:left; color:black; font: normal 10pt "Verdana"}

body
{
background: #000054;
background-image:url("bluebg.png");
background-repeat:repeat-y;
background-position:center;
}

A:link {color: blue; text-decoration:none}
A:visited {color: #999; text-decoration:none}
A:hover {text-decoration:underline}

container {text-align:left; color:black; font: normal 10pt "Arial Black"} 
header {text-align:left; color:black; font: italic 8pt "Verdana"} 
footer {text-align:left; color:black; font: normal 8pt "Verdana"} 
navbar {text-align:center; color:black; font: normal 8pt "Verdana"} 

#container {
  width: 1000px;
  margin: 0 auto;
  padding: 0;  
}

#container #header {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -15px;
  margin-bottom: 0px;
  padding: 0;
  width: 1000px;
  height: 155px;
  float: left;
  border-bottom: solid 0px;
  border-left: solid 0px;
  border-right: solid 0px;
  border-top: solid 0px;
  background-image:url("header.png");
  background-repeat:no-repeat;
  background-position:center;
}

#container #mainimage {
   margin-left: 0px;
   margin-right: 0px;
   margin-top: -15px;
   margin-bottom: 0px;
   padding-bottom: 0px;
   width: 1000px;
   height: 432px;
   float: left;
   border-bottom: solid 0px;
   border-left: solid 0px;
   border-right: solid 0px;
   border-top: solid 0px;
}

#container #nav {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -460px;
  margin-bottom: 0px;
  width: 1000px;
  height: 89px; 
  float: left;
  border-bottom: solid 0px;
  border-left: solid 0px;
  border-right: solid 0px;
  border-top: solid 0px;
}

#container #productimage {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 200px;
  height: 10px; 
  float: left;
  border-bottom: solid 0px;
  border-left: solid 0px;
  border-right: solid 0px;
  border-top: solid 0px;

}

#container #productdescription {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -126px;
  margin-bottom: 0px;
  width: 1000px;
  height: 935px; 
  float: left;
  border-bottom: solid 0px;
  border-left: solid 0px;
  border-right: solid 0px;
  border-top: solid 0px;
  background-image:url("cream.png");
  background-repeat:repeat-y;
  background-position:center;

}

#container #buttons {
   margin-left: 230px;
   margin-right: 0px;
   margin-top: -100px;
   margin-bottom: 0px;
   padding-bottom: 0px;
   width: 100px;
   height: 100px;
   float: left;
   border-bottom: solid 0px;
   border-left: solid 0px;
   border-right: solid 0px;
   border-top: solid 0px;
}

#container #footer {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 225px;
  margin-bottom: 0px;
  width: 1000px;
  height: 0px;
  padding: 0;
  float: left;
  width: 100%;
  color: white;
  border-bottom: solid 0px;
  border-left: solid 0px;
  border-right: solid 0px;
  border-top: solid 0px;
}