* {
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background: #56514b;
	color: b5a58e;
}


p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: b5a58e;
	}

#wrapper {
	margin: 0 auto;
	width: 925px;
	background: #56514b;
	height: auto;
}

#container {
	width:1000px; 
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position:relative;
	height:100%;
	background:#56514b;	
	}
/*--------------------- header styles */	
#masthead {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
	padding-top: 0;
	background:#56514b;
	margin-top: -25px;
	height: auto;
	}

#topborder {
	clear: both;
	width: 750px;
	height: 1px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2px;
	border-bottom: solid 1px #a2937d;
	}

#bottomborder {
	clear: both;
	width: 750px;
	height: 1px;
	margin-left:auto;
	margin-right:auto;
	border-top: solid 1px #a2937d;
	margin-bottom: 30px;
	}
	
/*--------------------- nav styles */	


#navlist {
	clear: both;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	height: 1.5em;
	background:#56514b;
		}
	
#navlist li {
	margin-left:auto;
	display: inline;
	list-style:none;
	padding: 4px 9px 0 9px;
	text-align:center;
	}
	
#navlist li.first {
	margin-left: 0px;
	}
	
#navlist li.last {
	border-right: 0;
	}
#navlist a:link {
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 0.5em;
	color: #a2937d;
	font-weight: bold;	
	}
	
#navlist a:visited {
	text-decoration: none;
	font-size: 10px;
	letter-spacing: .5em;
	color: #a2937d;
	font-weight: bold;	
	}
	
#navlist a:hover {
	text-decoration: none;
	font-size: 10px;
	letter-spacing: .5em;
	color: #cfbc9e;
	font-weight: bold;	
	}
	
#navlist a:active {
	text-decoration: none;
	font-size: 10px;
	letter-spacing: .5em;
	color: #cfbc9e;
	font-weight: bold;	
	}	

/*--------------------- nav styles */	
#leftcolumn {
	color: #cfbc9e;
	background: #56514b;
	padding: 10px;
	height: auto;
	width: 575px;
	margin-left: 65px;
	margin-right: auto;
	float: left;
}

#object {
	background: #56514b;
}

#rightcolumn {
	color: #cfbc9e;
	background: #56514b;
	margin: 0 60px 0px 0px;
	padding: 10px;
	width: 170px;
	display: inline;
	float: right;
}
#footer {
	clear: both;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background:#56514b;
	text-align:center;
	width: 850px;
	}
	
#footer li {
	margin-left:auto;
	margin-right:auto;
	display: inline;
	padding: 0 6px 0 6px;
	font-weight:bold;
	text-align:center;
	}

#footer li.first {
	margin-left: -30px;
	}

#footer li.last {
	border-right: 0;
	}
#footer a:link {
	text-decoration: none;
	font-size: 11px;
	font-variant: small-caps;
	letter-spacing: 0.6em;
	color: #a2937d;
	font-weight: bold;
	}
	
#footer a:visited {
	text-decoration: none;
	font-size: 11px;
	font-variant: small-caps;
	letter-spacing: .6em;
	color: #a2937d;
	font-weight: bold;
	}
	
#footer a:hover {
	text-decoration: none;
	font-size: 11px;
	letter-spacing: .6em;
	color: #cfbc9e;
	font-weight: bold;	
	}
	
#footer a:active {
	text-decoration: none;
	font-size: 11px;
	letter-spacing: .6em;
	color: #cfbc9e;
	font-weight: bold;
	}

#footer li.last {
	border-right: 0;
	}
		

#copyright {
	font-size:8pt;
	color: a2937d;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;}
	
#copyright {
	clear:both;
	font-size:8pt;
	color: a2937d;
	}

.dropcap {
	float:left;
	color:#b5a58e;
	font-size:80px;
	line-height:50px;
	padding-top:2px;
	font-family: "Times New Roman", Times, serif;
	padding-right: 5px;
}	
