/* CSS Document */

body {
	background-repeat: repeat;
	background-position: top;
	margin: 0px;
	background-color: #5F6E16;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565F34;
	background-image: url(../imgs/bg-texture.jpg);
	line-height: 18px;
	letter-spacing: .25px;
	word-spacing: 1px;
}.photos {
	background-color: #FFFFFF;
	padding: 5px;
	border: thin solid #B3C1C6;
}
.pageheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #676D27;
	font-weight: bold;
}

.bodybg {
	background-image: url(../imgs/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #494949;
}a{
	color: #006882;
	text-decoration: none;
}a:hover{
	color: #000000;
}
.headers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #788448;
	text-transform: none;
}
.hr {
	border: thin dashed #A5BC5C;
}

