@charset "utf-8";
body {
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #787564;
	margin: 0px;
	padding: 0px;
}
.width {
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5A584B;
}
.header2 {
	font-size: 16px;
	font-weight: bold;
	color: #013E02;
	text-transform: uppercase;
}
a:link {
	color: #013E02;
}
a:visited {
	color: #0A5A05;
}
.res-text {
	font-size: 11px;
}
.pics {
	border: 2px solid #013E02;
}
