
@import "reset.css";


body {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 11px;
 background-image: url(images/main-bkg.jpg);
 background-position: center;
 background-position: top;
 background-color: #d3c8b9;
 background-repeat:repeat-x;
 margin: 0;
 padding: 0;
 color: #3d2e1a;
}


#wrapper{ width: 1000px; margin: 0 auto; padding: 0; text-align: center;}
#email{text-align: left;float:right; width:240px; padding-right: 65px; position: absolute; top:0; right: 0;}
#content{position: relative;}
#email img{float: left; padding: 10px 0 5px 0;}
#socialLinks{list-style: none; clear: both; margin: 0 auto; width: 575px; color: #0575c3; font-size: 80%;}
#socialLinks li{float: left; padding: 0 95px; border-right: 1px solid #0575c3;}
#footerLinks{list-style: none; clear: both; margin: 10px auto; width: 530px; color: #0575c3; font-size: 80%;}
#footerLinks li{float: left; padding: 0 15px; border-right: 1px solid #0575c3;}
#footerLinks #last{border-right: none;}
#zip{width: 75px;}
#submit{clear: both; display: block; float: right;}
.clear{clear: both;}
.blue{color: #0575c3; font-size: 80%; padding:20px 0;}
a{color: #0575c3; text-decoration: none;}
a:hover{text-decoration: underline;}