body {
	margin: 0px;
	padding: 0px;
}
#heading {
	width: 1000px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	letter-spacing: -.02em;
	word-spacing: -.05em;
}
#navigation {
	width: 1000px;
	margin: auto;
	font-size: 14px;
	color: #FFFFFF
}
#navigation a {
	background: #333333;
	display:block;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#navigation a:hover {
	background: #918544;
	display:block;
}
#maintext {
	width: 1000px;
	margin: auto;
}
#footer {
	width: 1000px;
	margin: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#footer p {
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	text-align: center;
}
.lowerFront {
	height: 100%;
	margin-bottom: 4px;
	margin-top: 10px;
		border: 1px solid #999999;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		padding: 3px 15px 3px 15px;

}
.lowerFront p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;	

}
.upperFront {
	height: 100%;
	margin-bottom: 4px;
	margin-top: 10px;
	border: 1px solid #333333;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 3px 15px 3px 15px;
	background-color: #333333;

}
#frontBelts {
	height: 300px;
	width: 100%;
	overflow: auto;	

}
.basicTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
.basicTxt a {
	color: #666666;
	text-decoration: none;	
}
.basicTxt a:hover {
	color: #666666;
	text-decoration: underline;	
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-top: 25px;
	margin-bottom: 25px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-top: 25px;
	margin-bottom: 25px;
}
.smallTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;	
}
.picBorder {
	border: solid 1px #666666;
}
.largerTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.beltTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}