body {
	margin: 0px 0px 5px;
	background-image: url(images/bg.jpg);
}
.contentbg {
	background-attachment: scroll;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222222;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	text-decoration: none;
}
.bodytextbigger {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #111111;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.photoborder {
	padding: 1px;
	border: 1px solid #333333;
}

.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111111;
	text-decoration: none;
}
.subhead {

	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #111111;
	text-decoration: none;
	text-transform: uppercase;
}
.boxtextlink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
.boxtextlink:hover {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
}
.contentdivider {
	background-attachment: scroll;
	background-image: url(images/content_divider01.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.siteborder {
	border: 1px solid #222222;
	padding: 1px;
}
