html, body {
		height: 100%;
		width: 100%;
		padding:0px;
		margin: 0px;
	}

	body {
		overflow:hidden;
		background-color: black;
	}

	.leftimg {
		float:left;
		margin-right:20px;
		
	}
	
	#flash {
		width: 100%;
		padding-top:20px;
		font-family: Arial;
		font-size: 12px;
		color: #ffffff;
		text-align: center;
	}
	
	.noflash {
		background:#252525;
		padding:10px;
		width:580px;
	}
	
	h1 {
		font-family: Times;
		color: #cca854;
		size:24px;
		line-height:20px;
	}

	.headline {
		font-size: 18px;
		font-family: Times;
		color: #cca854;
	}

	a {
		color: #cca854;
		text-decoration:underline;
	}
	
	a:hover {
		text-decoration:none;
	}
	

	.menu {
		padding-right: 10px;
	}

	.menu a {
		color: #cca854;
	}

	.content {
		width: 960px;
		position:absolute;
		top:50%;
		left:50%;
		margin-left:-480px;
		height:350px;
		margin-top:-175px;
	}
	.textbox {
		float:left;
		width:600px;
		text-align:left;
	}
	.leftclear {
		clear:left;
	}
