/* Lawn Aeration CSS */
/* Designed by Chris Moncus */
/* http://www.chrismoncus.com/ */

body {
	font: bold 1em garamond, georgia, serif;
	color: #5E5944;
	background: #C5AE94 url("images/bg.jpg") repeat-x top center;
	margin: 0;
	padding: 0;
	text-align: center;
	}

div {
	text-align: left;
	}

img {
	border: 0;
	}

h1 {
	color: #1D6E26;
	margin-top: 10px;
	padding: 0;
	font-size: 170%;
	}

p {
	margin: 10px 0;
	}
	
li {
	padding-bottom: 10px;
	}


/* Structure */

#container {
	width: 642px;
	margin: 0 auto 10px auto;
	}

#head {
	height: 235px;
	width: 100%;
	background: url("images/three-panel.jpg") no-repeat top left;
	}

#head #logo {
	float: right;
	height: 235px;
	width: 100%;
	background: url("images/logo.png") no-repeat 440px 30px;
	}
	
#content {
	margin: 0;
	padding: 20px 10px 20px 30px;
	background: url("images/body-bg.jpg") repeat-y top center;
	border-bottom: 1px solid #403D2F;
	}
	
#content #leftcolumn {
	width: 430px;
	float: left;
	text-align: justify;
	}
	
#content #rightcolumn {
	width: 137px;
	float: right;
	padding: 0 0 0 10px;
	color: #1D6E26;
	text-align: center;
	font-size: 0.9em;
	border-left: 1px solid #403D2F;
	}
	
#content #rightcolumn p {
	margin: 10px 0 20px 0;
	}

.quote_reference {
	font-style: italic;
	font-size: 90%;
	text-align: right;
	font-weight: normal;
	padding-left: 50px;
	}


/* Miscellaneous */

.clearboth {
	clear: both;
	height: 1px;
	display: hidden;
	}






