@charset "utf-8";
/* CSS Document */
<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #999;
}
.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 0px;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #000;
	width: 950px;
	height: 420px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
}
.oneColFixCtr #mainContentSub {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #000;
	width: 950px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 11pt;
	font-weight: bold;
}
.subtitle {
	color: #c48524;
	font-size: 11pt;
	font-weight: bold;
}

#banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 253px;
	width: 950px;
	top: 0px;
}
#banner a:link {
	color: #FFF;
	text-decoration: underline;
}
#banner a:hover {
	text-decoration: none;
	color: #FFF;
}
#banner a:visited {
	text-decoration: underline;
	color: #FFF;
}
#text {
	width: 400px;
	margin-top: 0px;
	margin-left: 530px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 22pt;
	text-align: right;
	font-size: 11pt;
	font-weight: bolder;
	top: 20px;
	position: relative;
	height: 160px;
}
#nav {
	height: 31px;
	width: 609px;
	margin-left: 320px;
	margin-top: 30px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 950px;
	background-color: #000;
	border: 0px solid #000;
}
#footertext {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	border: medium none #F00;
	height: 50px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFF;
	text-align: center;
	line-height: 30px;
}

</style>
h1 {
	font-size: 14pt;
	color: #C6540B;
}
.title {
	font-size: 14pt;
	color: #C6540B;
}
a:link {
	color: #C6540B;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
.cursive {
	font-family: "Monotype Corsiva";
	font-size: 16pt;
	color: #EDCC87;
	text-align: center;
	padding: 10px;
	border: thin none #963;
}
.smalltext {
	font-size: 9pt;
	color: #FC3;
}
.artisttext {
	font-size: 9pt;
}

