/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/grass.jpg) repeat-x #4F7C37;
}
img {
	border: none;
}
#container {
	width: 920px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-color:#ffffff;
	height: 60px;
	padding: 10px;
	margin: 0px;
}
#logo{
	background-image: url(../images/web-logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width:100%;
	height:60px;
	text-align:right;
}	

#banner{
	margin:0;
	padding:10px;
	background: url(../images/border.jpg) repeat-x #7CB45B;
}

.nav, a.nav {
	color: #FFFFFF;
	font-weight:bold;
	font-family:Verdana,sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}
a.nav:hover {
	color: #000000;
	text-decoration: underline;
}
#contentwrap {
	/*background-image: url(../images/content-background.gif);
	background-repeat: repeat-y;
	background-position: left;*/
	background:url(../images/gaaball.jpg) bottom left no-repeat;
	background-color: #FFFFFF;
	min-height:750px;
}
#lefthandside {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#maincontent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 280px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align:left;
}
.adsense250x250 {
	float: right;
	height: 250px;
	width: 250px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 0px;
}
p, li {
	font-size:80%;
	line-height:150%;
}
h1 {
	font-size:80%;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:0px;
}
a {
	color:#4F7C37;
}
a:hover {
	color:#000000;
}
