body,html{
font-family: Arial, Helvetica, sans-serif;
margin:0;
padding:0;
color:#000;
background:#fff url(/images/right.jpg);
}
a.nav {
   text-decoration: none;
   color: #4c4c4c;
}
a.nav:hover {
   text-decoration: none;
   color: #4c4c4c;
   font-weight: bold;
}
span.nav {
   margin-left: 30px;
}
div.nav:hover {
padding-left: 30px;
background-image: url(/images/buttonover.png);
background-repeat: no-repeat;
width: 159px;
height: 58px;

}
div.nav {
padding-left: 30px;
background-image: url(/images/button.png);
background-repeat: no-repeat;
width: 159px;
height: 58px;

}
hr.nav {
color: #fff; 
width:150px;
margin-right: 35px;
background-color: #fff; 
border: 1px dotted #d4d4d4; 
border-style: none none dotted; }

#wrap{
width:920px;
margin:0 auto;
border: 1px solid #5F5F5F;
border-style: none solid; 
background:#fff;
}
#header{
background:#fff url(/images/headerimg.jpg) no-repeat;
width:920px;
height: 172px;
}
h1{
margin:0
}
#main{
float:right;
background:#fff;
width:710px;
}
h2{
margin:0 0 1em
}	
#sidebar{
float:left;
width:189px;
padding:10px;
background:#fff url(/images/navbg.jpg) repeat-y;
}
#footer{
clear:both;
padding:5px 10px;
background:#d4d4d4;
}
#footer p{
margin:0
}
* html #footer{
height:1px
}
