body {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#333;
background-color:#f2f2f2;
background:url(../img/bgHTML.jpg) top center no-repeat;
}
#mainNav {
position:absolute;
top:0px;
left:50%;
width:950px;
height:120px;
margin-left:-474px;
}
#content {
position:absolute;
top:120px;
left:50%;
width:950px;
margin-left:-475px;
}
#bodyContainer {
background:url(../img/bgBody.png) top left repeat-y;
}
#menu {
float:left;
width:200px;
margin-left:45px;
}
#menu a {
display:block;
font-size:16px;
font-weight:bold;
text-decoration:none;
color:#ccc;
border-bottom:1px #404040 solid;
padding:7px;
background:url(../img/bgNav.gif) no-repeat;
outline:none;
}
#menu a:hover {
color:#fff;
background-color:#fff;
}
#body {
float:left;
margin:0px 0px 20px 20px;
width:640px;
}
.bold {
font-weight:bold;
color:#000;
}
.h1 {
color:#000;
font-weight:bold;
font-family:"Trebuchet MS", sans-serif;
font-size:18px;
}
.h2 {
color:#000;
font-weight:bold;
font-size:15px;
}
#underline {
border-bottom:1px #808080 solid;
margin-bottom:10px;
}
#vendorPic {
float:left;
width:110px;
height:110px;
}
#vendorPic.last {
width:90px;
}
#clear {
clear:both;
width:860px;
border-top:1px #808080 solid;
padding-top:15px;
margin-left:45px;
font-size:10px;
color:#808080;
text-align:center;
}
#footer {
clear:both;
}