body {
	background:#290D36;
	margin:0;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:14px; 
	line-height:18px; 
	color:#FFFFFF;
	text-align:center;
}

#wholeThing {
	margin:0 auto;
	width:850px;
	text-align:center;
}

#frameTop, #frameBottom {
	display:block;
	margin:0 auto;
	clear:both;
}

#bannerFrame {
	width:850px;
	text-align:left;
}


/* NAVBAR STUFF */
/* /NAVBAR STUFF */

#contentFrameIndex, #contentFrameInside {
	height:464px;
	position:relative;
	text-align:left;
}

#contentFrameIndex {
	background:url(images/index_bg.jpg) top no-repeat;
}

#contentFrameInside {
	background:url(images/inside_bg.jpg) top no-repeat;
}

#plotDescription {
	position:absolute;
	top:10px;
	left:300px;
	line-height:30px;
	text-align:center;
}

#authorDescription {
	position:absolute;
	top:336px;
	left:320px;
	text-align:center;
}

#forMoreInformation {
	position:absolute;
	top:417px;
	left:0px;
}

#footer {
	height:42px;
	padding-top:8px;
	background:url(images/footer_bg.jpg);
	clear:both;
	font-size: 10px;
	line-height:13px;
}

.imageRight {
	float:right;
	margin:4px 0 12px 12px;
}

.imageLeft {
	float:left;
	margin:4px 12px 12px 0;
}

.imageCenter {
	margin:4px auto 12px auto;
}

.caption {
	margin-top:-8px;
	font-size:12px;
	font-family: verdana,tahoma,sans-serif;
}

.imageLeft .caption, .imageRight .caption, .imageCenter .caption {
	margin-top:0;
}

H1 {
	background:#290d36;
	padding:5px;
 	color:#FFFFFF;
 	font-size:16px;
	text-transform:uppercase;
	margin-top:8px;
}

H1.player {
 	font-size:18px;
	text-align:center;
	letter-spacing:.1em;
}

H2 {
	color: #680D0A;
	font-family: times, serif; 
	font-size: 19px;
	font-weight: bold;
 	text-align:left;
	padding-bottom:4px;
 	border-bottom:1px solid #680D0A;
}

H3 {
	color:#0080CB;
	font-size:14px;
	font-weight:bold;
	margin-top:4px;
	margin-bottom:0;
}

H3 A {
	color:#0080CB;
	font-size:14px;
	font-weight:bold;
}

H3 + P {
	margin-top:0;
}

.teaser {
	font-size:14px;
}

.inputLabel {
	text-align:right;
	float:left;
	width:80px;
	font-weight:bold;
	padding-right:4px;
}

.center {
	text-align:center;
}

STRONG {
	font-weight: bold;
	color:#FFFFFF;
}

A {
	color:#FFFFFF;
	font-weight:bold;
}

A:hover { 
	color:#FFFFFF;
}

IMG {
	border: none;
}

