body {
	background-color: #D8D8D8;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background-image: url(http://curioselect.loudclick.net/Assets/Images/CurioSelectBG2.jpg);
	background-repeat: repeat-y;
}
.MainTable {
	background-color: #D5DD98;
	width: 800px;
	border: 4px solid #D5DD98;
	padding: 0px;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
.ContentTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.HeaderRow {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	height: 50px;
	width: 100%;
	text-indent: 5px;
	background-color: #FFFFFF;
}
.ContentColumn {
	color: #666600;
	text-align: left;
	vertical-align: top;
	padding: 4px;
	width: 150px;
	background-color: #D8D8D8;
	font-size: 12px;
}
.ContentColumn a:link {
	color: #666600;
	font-size: 12px;
	text-decoration: underline;
}
.ContentColumn a:visited {
	color: #666600;
	font-size: 12px;
	text-decoration: underline;
}
.ContentColumn a:active {
	color: #666600;
	font-size: 12px;
	text-decoration: underline;
}
.ContentBody {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	background-color: #FFFFFF;
	color: #666600;
}
.ContentBody a:link {
	color: #666600;
	text-decoration: underline
}
.ContentBody a:visited {
	color: #666600;
	text-decoration: underline
}
.ContentBody a:active {
	color: #666600;
	text-decoration: underline
}

.Footer {
	font-size: 10px;
	line-height: 20px;
	color: #666600;
	text-align: center;
	vertical-align: middle;
	height: 12px;
	width: 100%;
	padding: 10px;
	background-color: #99B75F;
}
.Footer a:link {
	color: #666600;
	text-decoration: underline
}
.Footer a:active {
	color: #666600;
	text-decoration: underline
}
.Footer a:visited {
	color: #666600;
	text-decoration: underline
}