body {
	background-color: #000000;
	margin: 0;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #87714D;
	text-decoration: none;
}
a {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;	
	color: #87714D;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
}
.title {
	font-family: "Times", Times New Roman, serif;
	font-size: 23px;
	color: #FFF;
	letter-spacing: .1em;
}
.subTitle {
	font-family: "Times", Times New Roman, serif;	
	font-size: 15px;
	color: #FFF;
	letter-spacing: .1em;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
} 
ul li {
	list-style-type: square;
	list-style-position: inside;
}
#wrapperDiv {
	background-image: url(Images/gra_background.gif);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
	width: 1000px;
	height: 990px;
	border-style: none;
	margin: 0px auto;
}
#mainDiv {
	background-color: #000000;
	padding: 2px;
	width: 794px;
	border: 1px solid #695839;
	margin: 0px auto;
	position: relative;
	top: 40px;
}
#navDiv {
	padding: 23px 0 23px 45px;
	color: #87714D;
}
#navDiv a {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;	
	font-size: .7em;
	color: #87714D;
	text-decoration: none;
}
#navDiv a:hover, #navDiv .current a {
	color: #FFF;
}
#navDiv .spacerBars {
	padding-right: 25px;
	padding-left: 25px;
}
#contentDivContact {
	height: 335px;
	padding: 25px 0 0 0;
	margin: 0;
	border: 0;
	text-align: center;
	line-height: 196%;
	border-bottom: 1px solid #695839;
	border-top: 1px solid #695839;
	font-size: .85em;
	letter-spacing: .03em;
}
#contentDivHome {
	height: 360px;
	padding: 0;
	margin: 0;
	border: 0;
}
#spacingDiv {
	height: 55px;
}
#contentDivAbout {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #69583A;
	border-bottom-color: #69583A;
	height: 1850px;
	line-height: 30px;
}
#bodyCopyDiv {
	width: 350px;
	margin: 0px;
	padding: 35px 45px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: .85em;
	letter-spacing: .03em;
}
#sidebarDiv {
	float: right;
	padding: 0px;
	width: 330px;
	height: 1850px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #695839;
	border-left-color: #695839;
	background-color: #282216;
	position: relative;
	right: 22px;
}
#sidebarDiv img {
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #695839; 
}
#spacingDivAbout {
	margin: 0px;
	padding: 0px;
	height: 55px;
}
#footerLinks {
	font-size: 11px;
	width: 800px;
	clear: both;
	padding-left: 3px;
	margin-top: 170px;
	margin-right: auto;
	padding-bottom: 40px;
	margin-left: auto;
	line-height: 196%;
}
#footerLinks a {
	text-decoration: none;
}
#footerLinksAbout {
	font-size: 11px;
	width: 800px;
	clear: both;
	padding-left: 3px;
	margin-top: 100px;
	margin-right: auto;
	padding-bottom: 40px;
	margin-left: auto;
	line-height: 196%;
}
#footerLinksAbout a {
	text-decoration: none;
}
.bullet {
	color: #695839;
	padding-left: 10px;
	padding-right: 4px;
	font-size: 15px;
}
