/* layout.css from Peterson Landscape */


#container
 {
	width:800px;
	margin-left:0px;
}

 #leftcolumn
 {
 float: left;
 margin-left: 0px;
 margin-top: 30px;
 width: 175px;
}

 #banner
 {
 
 width:800px;
 margin-top:0;
 margin-bottom:0;
}

 #content
 {
margin-left: 180px;
margin-top:0px;
 width:600px;
 padding:0 0 0 10px;

 
 }

#footer{

 width:600px;
 margin-left: 175px;
 padding: 0 0 0 0;
 background-color:#E1F8E0;
 
 
 }
 
a#footer:link {   color: #ffffff; text-decoration:none;} 
a#footer:active { color: #028478;  text-decoration: none; } 
a#footer:hover {color: #028478; text-decoration: underline;} 
a#footer:visited {  color: #ffffff;  text-decoration: none; } 

