body {
background-color: #fff;
color: #284d6c;
}

a {
color:#9c0000;
font-size: 1.1em;
text-decoration: none;
}
a:visited { 
color: #6e4d38;
}
a:hover { 
color: #000000; 
cursor: pointer;
}

img { 
border: 0px;
}

#container {
   margin: 0 auto 0 auto;
   padding-left: 20px;
   padding-right: 20px;
   width: 826px;
}

#logo {
   float: left;
   height: 200px;
   width: 226px;
}

#header {
   float: right;
   text-align: left;
}

#content {
   float: right;
   text-align: left;
   width: 80%;
   padding-bottom: 20px;
}

#nav {
   list-style: none;
   margin: 0; padding: 0;
   background-color: #c89999;
   width: 19%;
   float: left;
}
#nav li {
   border-bottom: groove 1px #e0d1d1;
   text-align: center;
   display: block;
   padding-top: 5px;
   padding-bottom: 5px;
}
#nav li a {
   color: #9c0000;
   text-decoration: none;
}
#nav li a:hover {
   color: #9c0000;
}

#image {
   float: left;
   width: 50%;
   text-align:center;
}

#desc {
   float: right;
   width: 50%;
}

.border {
   border: solid 1px #000000;
}

#footer {
clear: both;
text-align: center;
margin: 0 auto 0 auto;
border-top: 1px solid #000;
width: 200px;
padding-top: 5px;
}

table, tr, td {
border: 1px solid #000;
}

td {
   padding: 10px;
}

table {
width: 100%;
}

p.center {
text-align: center;
}

#product {
  float: left;
  padding: 10px;
  border: 1px solid #000;
  text-align: center;
  width: 200px;
}

#border {
  border: 1px solid #000;
  padding: 5px;
}

#left {
  float: left;
}
#right {
  float: right;
}

p.head {
font: italic 200% bold;
text-decoration: underline;
}

.prodtitle {
font-weight: bold;
font-size: 1.2em;
font-style: italic;
}