 body{
	margin:0;
	padding:0;
	background-image: url(images/site/bg.jpg);
    font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
 }
 .main{
	width:800px;
	margin:0px auto 0 auto;
    background-image:url(images/site/mainContentBg.jpg);
 }
 .header {
     color: white;
     border-bottom:2px solid white;
 }
 .banner {
     height:330px;
     border-bottom: 2px solid white;
     color:white;
	 text-align:center;

 }
 .navigation{
   
 }
 .mainContent{
    padding: 10px 30px 10px 30px;
    
 }
 .address {
     font-size:14px;
     font-family:sans-serif;
     
     
 }
.entry {
    background-color:dimgray;
    padding: 20px;
}
p {
    margin:0;
    padding:0;
}
a {
    text-decoration:none;
    border:0px;
}
a img {
    border-style: none;
}
.footer {
    background-color: black;
    border-top: 2px solid white;   
}
 .prod{

     width:133px;

     background-color:#9F9595;

     padding:5px;

     text-align:center;
     margin-top: 5px;
     margin-bottom: 5px;

 }
 .prodImg{
     border:#696969 3px solid;
     height: 86px;
     width:128px;
 }