/* A Greener Shade of you - CSS Layout by 601MEDIA.com */
body {
	margin: 0px;
	background-image: url(../images/bk2.jpg);
	background-color: #B1A67A;
	width: auto;
	color: #566E30;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-attachment: fixed;
}
a {
	color: #666600;
}
a:hover {
	color: #566E30;
	text-decoration: none;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
}
#header {
	width:770px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 142px;
}
#footer {
	width:770px;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 142px;
}

#content {
	width:770px;
	background-image: url(../images/content-bk.jpg);
	background-position: center top;
	height: 100%;
}
.style1 {
	font-size: 14px;

}
.style2 {
	font-size: 16px;

}
.style3 {
	font-size: 22px;

}
.style4 {
	font-size: 18px;

}
.style5 {
	font-size: 24px
}
.footer {
	font-size: 10px;
}
.footer a {
	text-decoration: none;
}