body {

	background-color: #cfcfcf;
	margin: 0px;

}

#mainDiv {

	width: 100%;
	height: 100%;

}

#headerDiv {

	width: 1024px;
	height: 216px;
	background-image: url( ../graphics/graphic_01.png );
	background-repeat: no-repeat;
	position: relative;

}

#navDiv {

	position: absolute;
	top: 52px;
	left: 18px;

}

#adDiv {

	position: absolute;
	top: 90px;
	right: 20px;

}

#innerContentDiv {

	width: 940px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;

}

#contentDiv {

	width: 1024px;
	background-image: url( ../graphics/graphic_02.png );
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;

}

#leftContentDiv {

	float: left;
	width: 700px;

}

#contentVerticalSpacer {

	float: left;
	width: 700px;
	height: 25px;

}

#blackContentLine {

	position: absolute;
	top: 0px;
	left: 0px;

}

#blackContentLine2 {

	position: absolute;
	top: 27px;
	left: 0px;

}

#movieDiv {

	width: 700px;
	float: left;
	position: relative;

}

#newsDiv {

	width: 220px;
	float: right;
	margin-top: 0px;

}

#footerDiv {

	width: 1024px;
	height: 48px;
	background-image: url( ../graphics/graphic_04.png );
	background-repeat: no-repeat;
	position: relative;

}

#infoLinksDiv {

	position: absolute;
	top: 15px;
	right: 20px;

}

.textContent {

	margin-left: 30px;
	text-align: left;
	
}

.textContentTitle {
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #ce0000;
	
}

.textContentBody {
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	
}

.clear {
   height: 0px;
   font-size: 1px;
   margin: 0px;
   padding: 0px;
   line-height: 0px;
   clear: both;
}

pre {
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */
}