#mainwrap {
	padding: 0px;
	width: 800px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
body {
	text-align: center;
}
#maincontent {
	height: 295px;
	background-image: url(images/backgrounds/flowerback.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	border: 1px solid #558052;
}
p {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #003300;
	margin: 8px;
	line-height: 18px;
	text-align: left;
}
#maintext {
	height: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 420px;
	padding-left: 15px;
}
ul {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	text-align: left;
	color: #333333;
}
h3 {

	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	color: #749C58;
	margin: 16px 8px -6px;
	line-height: 18px;
	text-align: left;
}
#footer {
	text-align: center;
}
#footer p {
	text-align: center;
	font-size: 11px;
}
a:link {
	text-decoration: none;
	color: #996600;
}
a:hover {
	color: #663366;
	text-decoration: underline;
}
.imgthumb {
	border: 1px solid #000000;
}
.allcaps {
	text-transform: uppercase;
}
