body {
	background-image:url(images/introbg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-color: #FFFFFF;
	margin: 0px;
}
#main {
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	height: 600px;
	overflow:hidden;
}
#header {
	background-image:url(images/introheader.jpg);
	background-repeat:no-repeat;
	width: 800px;
	height: 260px;
	position:relative;
}
#menu {
	background-color:#F44D00;
	height: 25px;
	width: 800px;
	position:relative;
	border-bottom: 1px solid white;
}
#menu a {
	display: inline;
	font: 15px/25px "Courier New", Courier, mono;
	text-decoration: none;
	padding: 10px;
	color:#FFFFFF;
}
#content {
	width: 780px;
	height:290px;
	font: 13px/15px Arial, Helvetica, sans-serif;
	color:#333333;
	padding-left: 20px;
	overflow: hidden;
}
#contentright {
	float: right;
	width: 265px;
	height: 290px;
	background-color:#B50A00;
	margin-left: 20px;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #000000;
}

#contentright p {
	padding-left: 20px;
	padding-right: 20px;
	font-weight:500;
}
#contentright p em {
	display: block;
	font-size: 11px;
	margin: 3px;
	float: right;
}
#contentright h2 {
	font: 18px/25px "Courier New", Courier, mono;
	margin: 3px;
	display: block;
	text-align: center;
	background-color:#FF0D01;
	font-weight: bold;
	color:#FFFFFF;
}
#footer {
	background-color:#F44D00;
	color:#FFFFFF;
	height: 25px;
	width: 800px;
	font: 12px/25px "Courier New", Courier, mono;
	letter-spacing: 2px;
	text-align:center;
	z-index:100;
}
.TextScrollStyle {
		font: 16px/22px Arial, Helvetica, sans-serif;
		text-align:center;
		padding:0;
		margin:0;
		width:100%;
		overflow:hidden;
}

