@charset "utf-8";
/* CSS Document */

html {
	background-color: #573E28;
	background-repeat: repeat;
	overflow-y: scroll;
	margin-top: 0px;
	padding-top: 0px;
}
body{
	margin: 0px;
	padding-top: 0px;
}
h2 {
	margin-top: -4px;
	margin-bottom: 0px;
	color: #7E8A13;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#hd {
	background-color: #F1DBB6;
}

#bd {
	background-color: #F1DBB6;
}

#ft {
	text-align: right;
	vertical-align: top;
	padding-top: 15px;
}
.glow {
	background-image: url(graphics/background_glow.png);
	background-repeat: repeat-y;
	background-position: center;
}
.paragraphBG {
	background-image: url(graphics/home_p_bckgnd.png);
	background-repeat: no-repeat;
	background-position: -20px 100px;
}
.homeBckgnd{
	background-image: url(graphics/home-page.jpg);
	background-repeat: no-repeat;
	min-height: 580px;
}	
.copy {
	font-size: 108%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: justify;
	margin-right: 40px;
}
.copy2 {
	font-size: 85%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: justify;
}

.footer {
	font-size: 85%;
	color: #996C44;
	text-align: right;
	width: 950px;
	margin-top: 0px;
	padding-top: 0px;
	top: -35px;
	position: relative;
}

.footerLink {
	font-size: 92%;
	color: #996C44;
	text-decoration: none;
}

.footerLink:hover {
	font-size: 92%;
	color: #CDAC8D;
	text-decoration: underline;
}
.borderL {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999
}
.borderR {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.borderB {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
