#header {
   text-align: center;
}
body {
   background-attachment: fixed;
   margin: 3px 0;
   padding: 0;
   text-align: center; 
   font: normal 12px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
   color: #333;
}

a:link, a:visited {
	text-decoration:underline;
	color: #333;
	}
	
a:hover, a:active {
	text-decoration: none;
	color:  #7BB021;
	}	

#container {
   margin: 0px auto;
   text-align: left;
   width: 747px;
   border: 1px solid #7BB021; 
}

h1 {
   width: 747px;
   height: 149px;
   text-indent: -9999px;
   font: 8px "Trebuchet MS", Arial, Helvetica, sans-serif;
   background: #fff url(images/green_header.jpg) no-repeat;
   margin: 0;
   padding: 0;
}

#logo {
height: 79px;
margin: 0;
background: #fff url(images/green_phone.gif) no-repeat right 30px;
}

#left {
 width: 196px;
 float: left;
 margin: 21px 9px 0 9px;
}

#left .green{
	color: #4D6D14;
	}

#left a:link, #left a:visited {
	text-decoration: underline;
	color: #4D6D14;
	}

#left a:hover, #left a:active {
	text-decoration: none;
	color: #4D6D14;
	}	
	
#content {
 width: 484px;
 float: left;
 margin-left: 16px;
}

#content h2 {
 font: bold 16px "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #000645;
 margin: 21px 0 30px 0;
}

#content h3 {
 font: normal 14px/23px "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #333;
 margin: 21px 0;
}

#content .green {
 color: #4D6D14;
 margin-left: 21px;
 line-height: 31px;
 font-size: 13px;
 }
 
 .imageright {
 float: right;
 margin-left: 33px;
 }

.clear {
	clear: both;
}
	
	.border {
	border: solid 1px #666;
	padding: 9px;
	margin: 6px 0;
	}
	
table {
	margin-bottom: 21px;
	}
.error {color:#FF0000; font-weight:bold; font-size:11px;}

.offer {color:#F00; font-weight:bold; font-size:11px; margin-left: 9px;}
.more, .more a {font-weight: bold; color:#F00; margin-left:9px; font-size:11px; text-decoration:none;}
.more a:hover {background-color:#4D6D14; color: #fff;}

.address {font-size: 11px;}
