body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/art_tile2.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666999;
	text-align: left;
	letter-spacing: .8em;
}
h2 {
	font-size: 14px;
	color: #666999;
	letter-spacing: 0.3em;
}
h3 {
	font-size: 12px;
	line-height: 1.5em;
	color: #CC9966;
	margin-bottom: .2em;
	margin-top: .2em;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 101%;
	color: #000000;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 6px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	border-top: none #000000;
	border-right: none #000000;
	border-bottom: none #000000;
	border-left: none #000000;
}

#mainContent {
	color: #CCCCFF;
	font-size: 0.9em;
	vertical-align: top;
	text-align: center;
	padding-top: 75px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

a:link {
	color: #9999CC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	color: #996699;
}
a:hover {
	color: #99FFFF;
}
a:active {
	color: #CCFFFF;
}

.aligncenter {
	text-align: center;
}
.alignmiddle {
	vertical-align: middle;
}

.emphasis {
	font-style: italic;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fineprint {
	font-size: 9px;
	color:#999;
}
.transparency {
}
#hasoverlay {
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 120px;
	width: 800px;
	padding: 40px 50px 0px 50px;
}

