@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-y;
	background-color: #0A2D0B;
	background-position: center;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.small-text {
	font-size: 12px;
	color: #0E201B;
}
.header {
	font-weight: bold;
	text-transform: uppercase;
}
.width {
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a:link {
	color: #0D2C0B;
}
a:visited {
	color: #213B0D;
}
.pics {
	border: 1px solid #1f3730;
}
.header2 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #312704;
}
