body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bgbody.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
}
#content {
	background-image: url(images/bgcontent.jpg);
	background-repeat: repeat-y;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 83px;
}
#content .boxmid {
	background-image: url(images/box_mid.jpg);
	background-repeat: repeat-y;
}
#content .boxmid h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content .boxmid h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #99FF00;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	font-style: italic;
	font-weight: bold;
}
#content .boxmid p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D89338;
}
#content .boxmid a {
	color: #99FF00;
	text-decoration: none;
}
#content .boxmid a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footer p {
	padding: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

