body
	{
		background-color: #000;
		margin: 0px;
		padding-top: 20px;
		scrollbar-face-color: #FFFFFF;  
		scrollbar-track-color: #D0141C; 
		scrollbar-arrow-color: #D0141C;
	}

	a:link {  color: #D0141C; text-decoration: none;}
	a:visited {  color: #D0141C; text-decoration: none;}
	a:hover {  color: #fff; text-decoration: underline; background-color: #D0141C;}
	a:active {  color: #D0141C; text-decoration: none;}
	
	#header
	{
		width: 900px;
		height: 88px;
		float: left;
		vertical-align: middle;
	}

	#header img
	{
		border: 0;
	}

	div.headerobject
	{
		float: left;
		padding-left: 20px;
		border: 0px;
	}
	

	#splash
	{
		width: 900px;
		height: 300px;
		float: left;
		vertical-align: middle;
	}

	#transition
	{
		width: 900px;
		height: 45px;
		float: left;
	}

	#content
	{
		width: 900px;
		float: left;
		background-color: fff;
	}

	#content1
	{
		position: relative;
		float: left;
		width: 200px;
		margin-left: 20px;
		background: #FFFFFF;
		padding: 0px;
	}

	#content2
	{
		position: relative;
		float: left;
		width: 600px;
		margin-left: 20px;
		background: #FFFFFF;
		padding: 0px;
	}

	.floatright
	{
		float: right;
		padding: 10px;
		margin: 0px;
	}

	.floatleft
	{
		float: left;
		padding-right:15px;
	}

	h2
	{
	font: bold 14px Georgia, Garamond, Times New Roman, serif;
	color: #660000;
	}

	p
	{
	font: 12px Georgia, Garamond, Times New Roman, serif;
	}

	p.small
	{
	font: 10px Georgia, Garamond, Times New Roman, serif;
	}

	#footer
	{
	clear: both;
	width: 900px;
	margin-top: 60px;
	}

	#footer p 
	{
	font: 10px Georgia, Garamond, Times New Roman, serif;
	text-align: center;
	}

