/* CSS Document */
* {
	position: relative;
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #e2e2bb;
}

#masthead {
	background: url(images/masthead.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 203px;
	width:1000px;
}

ul#navbar {
	margin-top: 160px;
	margin-left: 190px;
	list-style: none;
	width: 719px;
	height: 20px;
	background-color: transparent;
}

ul#navbar li {
	float: left;
	background-color: transparent;
}

ul#navbar li a{
	color: #124021;
	text-decoration: none;
	padding-right: 33px;
	font: small-caps bold 17px "Times New Roman", Times, Georgia, serif;
	letter-spacing: .03em;
	background-color: transparent;
}

#container {
	width: 1000px;
	height: 1024px; 
	background-color: #fdfcf7;
	clear: left;
	margin: 10px auto 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	border: 1px solid #553120;
	
}

a:link{
	color: #124021;

}
a:visited {
	color: #124021;

}
a:hover {
	color: #124021;

}
a:active {
	color: #124021;
}

#wrapper {
	position: absolute;
	top: 201px;
	left: 150px;
	width: 600px;
	height: 625px;
	background-color: transparent;
	font: 13px/15px "Times New Roman", Times, Georgia, serif;
	color: #582b18;
	letter-spacing: .03em;	
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 50px;
}

#lftcol {
	float: left;
	width: 290px;
	height:590px;
	padding-top: 20px;
}

#rghtcol {
	float: right;
	width: 290px;
	height:590px;
	padding-top: 20px;
}

#hmpgimg {
	margin-left: 20px;
	margin-bottom: 30px;
	margin-top: 10px;
}


p {
	margin-left: 20px;
	margin-bottom: 10px;
}

h1 {
	display: none;
}

h2 {
 	
	letter-spacing: .05em;
	color: #45682a;
	padding-bottom: 9px;
	font-variant: small-caps;
	font-size: 19px;
}

h3 {
	font: bold 14px "Times New Roman", Times, Georgia, serif;
	letter-spacing: .05em;
	color: #3b2216;
	padding-bottom: 10px;
	padding-left: 20px;
}

#homepg {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .08em;
}

#wrapper ul{
	margin-left: 50px;
	width: 600px;
	padding-bottom: 10px;
}

#wrapper ul li{
	font: 12px/14px "Times New Roman", Times, Georgia, serif;
	letter-spacing: .03em;
}


form input{
	margin-left: 20px;
	margin-bottom: 20px;
}
form textarea{
	margin-left: 40px;
}

#l_side {
	background: url(images/l_side.jpg) no-repeat;
	position: absolute;
	top: 201px;
	left: 0;
	height: 646px;
	width: 170px;
}


#rtfloat {
	float: right;
	border: 1px solid #553120;
	margin: 0 0 20px 30px;
}

table {
	font: 13px/15px "Times New Roman", Times, Georgia, serif;
	color: #582b18;
	letter-spacing: .03em;
	background-color: #fdfcf7
}

img{
	border: 1px solid #553120;
}

#lftfloat {
	margin-left: 15px;
	margin-right: 15px;
	border: 1px solid #553120;

}

#r_side {
	background: url(images/r_side.jpg) no-repeat;
	position: absolute;
	top: 201px;
	left: 808px;
	height: 646px;
	width: 192px;
	clear: both;
}
#foottxt {
	text-align: center;
	background-color: transparent;
	margin-top: 80px;
	font: 12px/14px "Times New Roman", Times, Georgia, serif;
	color: #553120;
}

#footer {
	background: #fdfcf7 url(images/footer.jpg) no-repeat;
	position: absolute;
	top: 847px;
	left: 0;
	width: 1000px;
	height: 173px;
}

#imgDescrpt {
	padding-top: 90px;
	text-align: right;
}		
