body {
	margin: 0px;
	padding: 0px;
	background-color: #0F0F0F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/mainBG.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.mainDiv {
	width: 780px;
	background-color: #120320;
}
.indexThumb {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #FFFFCC;
}
.indexTextDiv {
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 700px;
	margin-bottom: 8px;
	padding-bottom: 3px;
	margin-top: 2px;
	padding-top: 2px;
}
.txtsmall {
	font-size: 10px;
}
a.linksmall:link, a.linksmall:visited {
	color: #FFFEBA;
}
a.linksmall:hover {
	color: #6699CC;
}
.footer {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.email {
	background-color: #A654A6;
	border: 1px solid #220633;
	font-size: 11px;
	margin-top: 5px;
}
.subpageThumb {
	border: 1px solid #FFFFCC;
	margin: 3px;
}
