body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bkg.jpg);
	background-position: center top;
	background-color: #324819;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #798B5A;
}
.pics {
	border: 2px solid #999;
}
.subhead {
	font-weight: bold;
	color: #5f7faf;
	font-size: 14px;
}
.width {
	padding: 0px;
	width: 535px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a:link {
	color: #2D3D62;
}
a:visited {
	color: #5F7FAF;
}
