body {
	background-image: url(images/bkg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #27526A;
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.width {
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a:link {
	color: #375816;
}
a:visited {
	color: #22475A;
}
.green-header {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #385815;
}
.blue-header {
	font-size: 22px;
	color: #31657e;
	font-weight: normal;
}
.white-header {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}
.light-blue-header {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8dbbd1;
}
.white-blue_stripe {
	background-image: url(images/white-blue_stripe.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.pics {
	border: 1px solid #A7AD71;
}
.blue-white_text {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
}

