@charset "utf-8";
body {
	background: #000000;
	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: #F0F0F0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.steven #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #F0F0F0;
	font-size: 12px;
	line-height: 110%;
}
.steven #header {
	background: #000000;
	border-bottom: 1px solid #cc0000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 130px;
}
.steven #header #nav {
	padding: 0px;
	float: right;
	width: 435px;
	margin-top: 85px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.steven #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	color: #F0F0F0;
	margin-top: 5px;
}
.steven  #mainContent  p  {
	line-height: 1.2;
}




.steven #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	font-size: 10px;
	text-align: center;
}
.steven #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
a:link, a:visited, a:active {
	color: #FFCE60;
	text-decoration: none;
}
.steven #calendar {
	padding: 2px;
	font-size: 11px;
	line-height: 1.3;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}
.steven #calendar h1 {
	font-size: 14px;
	background: #CDCD9B;
	padding: 2px;
	color: #000000;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.steven #calendar td {
	vertical-align: top;
	padding-top: 10px;
}


a:hover {
	color: #FFFFFF;
	}

h2 {
	color: #FFD764;
	margin: 0px 0px 5px;
	padding: 5px 0px 0px;
	font-size: 14px;
	border-bottom: 1px solid #cc0000;
}
h3 {
	font-weight: bold;
	font-size: 12px;
	margin: 8px 0px 12px;
	padding: 5px 0px 0px;
	color: #FFF;
}
h4 {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
}

.copyright {
	text-align: right;
}


.dimensions {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
}
.intro {
	line-height: 1.5;
}

.small {
	font-size: 9px;
}
.colors {
	font-size: 11px;
	color: #CCCCCC;
	text-transform: uppercase;
}
.showDate {
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

.showName {
	font-weight: bold;
	font-size: 13px;
	padding-top: 5px;
	color: #F63;
}
.white {
	color: #FFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floatLeft {
	float: left;
}
