/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Georgia;
	font-size:12px;
	font-weight: normal;
}
#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#body {
	background-image:url(../images/bodybg.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
	padding:20px;
}
#col1 {
	margin-top:10px;
	width:240px;
	float:left;
	text-align:left;
}
#col2 {
	margin-top:10px;
	width:500px;
	float:right;
	text-align:right;
}
h1 {
	font-size:38px;
	color:#b0d054;
	font-weight: normal;
	margin-bottom:-8px;
	margin-top:0px;
}
h2 {
	color:#4a5723;
	font-size:28px;
}
h3 {
	font-size:20px;
	font-weight: normal;
	margin-top:-25px;
}
a {
	color:#4a5723;
	text-decoration:none;
}
.grey {
	color:#7f807b;
}
.color2 {
	color:#576729;
}