body {
margin: 0;
padding: 0;
font: 62.5%/1.6em verdana, arial, sans-serif;
color: #2D2D2D;
text-align: center;
background: #FBFBFB url("img/bkg.jpg") repeat-x top ; 
}
* {margin:0; padding:0;}
a{
text-decoration: none;
}
a.skipnav{
display: none;
}
ul{
list-style: none;
}
/* ---------Contact styling -------------- */
#contact {
padding: 10px 0;
}
#contact h3{
border-top: 1px dashed #d6d684;
font-size: 1.1em
}
#contact p{
border-bottom: 1px dashed #d6d684;
}
/* ---------END Contact styling -------------- */
#wrap { 
text-align: left; 
margin: 0 auto; 
position: relative; 
width: 760px; 
background: url("img/wrap.jpg") no-repeat bottom; 
}
#banner{
width: 760px;
height: 183px;
background-image: url(img/banner.jpg) 
}
#content {
width: 430px; /* add 20px */
float: right;
padding: 37px 20px 0 0;
}
#content p{
font-size: 1.1em;
padding-bottom: .5em
}
#content p.padbot{
padding-bottom: 30px;
}
#content h1, #content h2 {
line-height: 1.6em;
font-family: "Century Gothic", arial, sans-serif;
font-weight: normal;
color: #B40505;
}
#content h1{
font-size: 2.4em
}
#content h2{
font-size: 1.6em
}
#content a {
color: #9C9C4A
}
#content a:hover {
color: #B40505
}
#content img {
float: right;
margin: 4px;
padding: 4px;
background-color: white;
border: 1px solid lightgrey;
}
 #content ul.point{
 list-style: square inside
 }
#banner ul, #navbot ul{
}
/* ---------Nav styling for banner -------------- */
#banner ul{
padding-top: 47px;
width: 254px;
}
#banner li a{
padding: 2px 10px 2px 36px;
display: block;
font-weight: bold;
font-size: 11px;
color: white
}
#banner li{
border-bottom: 1px dashed #d8939c;
}
#banner li a:hover {
background-color: black;
}

/* ---------Nav styling for BOT-------------- */

#navbot{
width: 254px;
float: left;
padding: 47px 0 0 0;
}
#navbot li{
border-bottom: 1px dashed #d6d684;
color: #B40505
}
#navbot li a{
padding: 1px 10px 1px 36px;
color: #7c7c2a;
display: block;
}
#navbot a:hover {
color: #B40505
}
li.title{
font-size: 1.1em;
color: black;
padding-left: 36px;
}
/* ---------END Nav styling for BOT-------------- */
/* ---------FOOT styling -------------- */
#foot {
clear: both;
position: relative;
padding: 10px 0 20px 0;
}
#foot li{
display: inline;
border-right: 1px solid #9c9c4a
}
#foot li.remove{
border-right: none;
}
#foot li a {
color: #9C9C4A;
padding: 0 10px;
}
#foot a:hover {
color: #B40505
}
/* ---------FOOT END styling -------------- */