﻿body {
	font: 70%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	background: #000 url('images/grass_bluesky2.jpg') no-repeat fixed center center;
	color: #555;
	margin: 40px;
}
* {
	margin: 0;
	padding: 0;
}
#wrapper {
	margin: 0 auto;
	background: #fff;
	padding: 5px;
	border: 4px solid #222;
}
.fixed {
	width: 760px;
}
#header {
	height: 110px;
	background: url('images/body.jpg') repeat-x 50% top;
}
#header h1 {
	height: 45px;
	font: 400% Trebuchet MS;
	padding: 20px;
	color: #fff;
}
#nav {
	margin: 0 0 0 0;
}
#nav li {
	list-style: none;
	display: inline;
	padding: 7px 0;
}
#nav li a {
	padding: 7px;
	color: #fff;
	text-decoration: none;
}
#nav li a:hover {
	background: #61aa00;
	color: #fef663;
}
#sidebar_left {
	float: left;
	width: 190px;
	padding: 0 10px;
	background: #FEF994;
	font: 100% Verdana;
	line-height: 20px;
	border-right: 1px solid #eee;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #61aa00;
	border-bottom-color: #61aa00;
	border-left-color: #61aa00;
	margin-right: 15px;
	margin-bottom: 200px;
}
#sidebar_left h2 {
	font: 140% Arial;
	color: #222;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 110px;
	border-top-color: #61aa00;
	border-bottom-color: #61aa00;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sidebar_left p {
	line-height: 20px;
}
#content {
	padding: 0 15px;
	font-size: 120%;
}
#content h2 {
	font: 150% Trebuchet MS;
	color: #222;
	border-bottom: 1px solid #eee;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	width: 265px;
}
.with_sidebar {
	margin: 0 0 0 200px;
	position: relative;
	z-index: auto;
}
#content_img {
	background: url('images/landscaping-3.jpg') no-repeat center center;
	height: 270px;
}
#side_bar_img {
	background-position: left;
	background: url('images/JAB65.jpg') no-repeat;
	height: 160px;
	margin-top: 20px;
	margin-bottom: 5px;
}
#footer {
	margin: 30px 0 0 0;
	padding: 5px;
	background: #FEF994;
	border-top: 2px solid #eee;
	clear: both;
	border: 1px solid #61aa00;
	font-family: Verdana;
	font-size: 100%;
	text-align: center;
}

