body, p, h1, h2, h3, h4, h5, h6, a, img, div, ul, ol, li, form, fieldset, label {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  width: auto;
  margin: 0 auto;
  font: 100.01% Verdana,Helvetica,sans-serif;
  background:#661600;
}
p {
  padding: 0.5em;
  text-align: left;
  font-size: 0.8em;
 width:60%;
}
label{
  font-size: 0.8em;
}
h2{
 width:80%;
  padding: 0.3em;
font-size:1.1em;
}
h3{
 width:80%;
  padding: 0.3em;
font-size:1em;
}
ul{
  list-style:none;
}
a{
  text-decoration:none;
font-size:.8em;
}
#header{
height:55px;
width:100%;
background:#191919 url(../../images/header_bg.jpg) repeat-y;
}
#header #logo{
position:absolute;
top:0;
left:0;
z-index:1;
}
#header #nav{
margin-top:15px;
padding-right:20px;
float:right;
height:29px;
background:url(../../images/nav_bg.jpg) repeat-x;
position:relative;
z-index:2;
}
#header #nav ul{
padding:0px 0 0 15px;
}
#header #nav li{
display:block;
height:29px;
float:left;
}
#header #nav li a{
padding:5px 13px 0 12px;
display:block;
height:29px;
color:#fff;
float:left;
font-weight:bold;
}
#header #nav li a:hover{
padding:5px 13px 0 12px;
display:block;
height:29px;
color:#737172;
background:url(../../images/nav_over.jpg) repeat-x;
float:left;
font-weight:bold;
}
#spacer{
display:block;
height:7px;
width:100%;
background:url(../../images/spacer.jpg) repeat-x;
}
#background{
height:100%;
width:100%;
z-index:0;
margin-bottom:-20px;
}
#content{ 
position:absolute;
top:140px;
left:10px;
background:white;
width:60%;
padding-left:20px;
}
#content a{
font-size:1em;
}
#content ul{
width:70%;
}
#images{
position:absolute;
top:100px;
left:65%;
background:url(http://www.vitamdonline.com/images/backup.png) no-repeat;
}
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "http://www.vitamdonline.com/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
form{
  padding: 0.5em;
}

#subnav ul li{
float:left;
margin:2px 0 2px 0;
padding:0 4px 0 4px;
border-right:1px solid #661600;
}
#subnav ul li a{
color:#661600;
}
#subnav ul li a:hover{
text-decoration:underline;
}