body {
	background-color: #000000;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link {
	color: #EEE0AE;
}

a:active {
	color: #EEE0AE;	
}

a:visited {
	color: #D6C99F;	
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
img, div, input { behavior: url("iepngfix.htc") }
p {
	
}

p.small {
	}

p.indented {
	text-indent: 4em;
}

h1 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

h2	{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
.dropCap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 46px;
	line-height: 22px;
	margin-right: 2px;
}

.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 60px;
	color: #a79d7a;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
.footer a { 
	color: #a79d7a;
}
.navigation {
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-y;
	padding-top: 11px;
	padding-bottom: 5px;
	padding-left: 6px;
}
.contentArea {
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;
}
.homeMain {
	background-image: url(../images/ho_bg.jpg);
	background-repeat: no-repeat;
	width: 875px;
}
.homeMain p {
	margin-left: 415px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #FFFFFF;
	margin-right: 25px;
}
.aboutContent {
	background-image: url(../images/ab_bg.jpg);
	background-repeat: no-repeat;
}

.aboutContent p {
	margin-right: 420px;
	line-height: 23px;
	font-size: 13px;
	margin-left: 20px;
}
.textContent {
	line-height: 20px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.textContent p {
	margin-left: 10px;
}
.bigger {
	font-size: 15px;
	color: #BEB490;
}
.rightFloat { 
float:right; margin-left: 10px; font-style: italic; color: #C5B8AA; line-height: 16px;
}
.leftFloat { 
	float: left; margin-right: 10px; font-style: italic; color: #C5B8AA; line-height: 16px;
}