@charset "utf-8";
/* CSS Document */

/* general page styles */


body {
	margin: 0;
	padding: 0;
	background: #5D5D42;
	color: #C4B58D;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b5a58e;
	font-size: 12px;
	margin-top: 25px;
	font-style: normal;
	padding-top: 5px;
	}
	
#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position:relative;
	height:auto;
	background: #5D5D42;
	}

#banner {
	width: auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
	padding-top: 0;
	background:#5D5D42;
	margin-top: 0px;
	}


	
/* navbar styles */

#topborder { 
	clear: both;
	width: 675px;
	height: 1px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2px;
	border-bottom: solid 1px #a2937d;
	}

#bottomborder {
	clear: both;
	width: 675px;
	height: 1px;
	margin-left:auto;
	margin-right:auto;
	border-top: solid 1px #a2937d;
	margin-bottom: 5px;
	}

#navlist {
	clear: both;
	margin-left:auto;
	margin-right:auto;
	width: 750px;
	height: 30px;
	background:#5D5D42;
		}
	
#navlist li {
	clear:both;
	display: inline;
	margin-top: 0px;
	list-style:none;
	padding: 0px 9px 0px 9px;
	text-align:center;
	}
	
#navlist li.first {
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0.5em;
	color: #C4B58D;
	font-weight: bold;	
	margin-left: 0px;
	}
	
#navlist li.last {
	border-right: 0;
	}
#navlist a:link {
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0.5em;
	color: #C4B58D;
	font-weight: bold;	
	}
	
#navlist a:visited {
	text-decoration: none;
	font-size: 12px;
	letter-spacing: .5em;
	color: #C4B58D;
	font-weight: bold;	
	}
	
#navlist a:hover {
	text-decoration: none;
	font-size: 12px;
	letter-spacing: .5em;
	color: #d5c28f;
	font-weight: bold;	
	}
	
#navlist a:active {
	text-decoration: none;
	font-size: 12px;
	letter-spacing: .5em;
	color: #d5c28f;
	font-weight: bold;	
	}


/* text over image */

#test {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
	background-repeat: no-repeat;
	height: 439px;
	width: 699px;
	background-image: url(../titlepage%20background.gif);	
}

#textfloat {
	height: 200px;
	width: 625px;
	padding: 240px 25px 0 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-align: justify;
	letter-spacing: 0.1px;
	display: block;
	word-spacing: normal;
	line-height: 1.2;
	text-transform: none;
}

.dropcap {
	float:left;
	color:#b5a58e;
	font-size:80px;
	line-height:50px;
	padding-top:2px;
	font-family: "Times New Roman", Times, serif;
	padding-right: 5px;
}	


#copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	height: 25px;
}


