@charset "UTF-8";
body {
	background: #3d3d3d url(../images/bodyBG.jpg) no-repeat center top;
	text-align: center;
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p, td, th, li, dd, dt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
strong, b {
	font-family: inherit;
	font-weight: bold;
}
em, i {
	font-family: inherit;
	font-style: italic;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #c99;
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}
#pageWrapper {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	background: transparent url(../images/flashTempBG.jpg) no-repeat top left;
}
#header {
	width: 960px;
	height: 400px;
}
#contentWrapper {
	background: #0A0A0A url(../images/contentBG.jpg) no-repeat top left;
}
#navigation {
	padding: 0 124px;
}
#navigation ul {
	list-style: none;
	height: 26px;
	border-bottom: 1px solid #fff;
}
#navigation ul li {
	float: left;
}
.sep1, .sep2, .sep2, .sep4 {
	visibility: hidden;
	overflow: hidden;
}
.sep1 {	width: 20px; }
.sep2 { width: 21px; }
.sep3 { width: 18px; }
.sep4 { width: 24px; }

#content {
	padding: 0 10px;
}
#content p {
	margin-bottom: 15px;
	line-height: 14px;
}
#mainCol {
	float: left;
	width: 730px;
	padding-right: 10px;
}
#rightCol {
	float: left;
	width: 200px;
}
#rightCol div.box {
	background: #3d3d3d url(../images/sidebarBox.gif) no-repeat top left;
	border: #999 1px solid;
	padding: 8px;
	margin-bottom: 10px;
}
#rightCol div.box h3 {
	text-transform: uppercase;
}
#footer {
	clear: both;
	text-align: right;
	padding: 10px;
}
span.castPhoto {
	margin: 0;
}
div.castBlurb {
	display: none;
}
.noshow {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin-bottom: -1px;
	text-indent: -9902px;
	overflow: hidden;
}
.clearer {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	visibility: none;
	clear: both;
	margin-bottom: -1px;
}