	
	#homespread {
		width:4750px;
		height:450px;
		background:url('../images/homespread.jpg') no-repeat;
		position:absolute;
		left:0px;
		top:0px;
	}
	
	#homemenu {
		left:350px;
		top:100px; /* slides to -30px */
		position:absolute;
		width:600px;
	}
	
	#homemenu a:link, #homemenu a:active, #homemenu a:visited, #homemenu a:hover {
		display:block;
		float:left;
		border:0;
		margin-left:10px;
		border:1px solid #141414;
	} 
	
	#homemenu a:hover {
		border:1px solid #282828;
	}
	
	#news {
		width:950px;
		height:500px;
		background:url('../images/newsfade.gif') repeat-x #000000;
		padding:40px;
		position:absolute;
		top:450px;
		left:0px;
		color:#000000;
	}
	
	.newsblock {
		width:350px;
		float:left;
		font-size:12px;
		margin-right:32px;
		overflow:hidden;
		height:380px;
	}
	
	.scrollbar {
		width:12px;
		background:#cacaca;
		height:380px;
		float:left;
		margin-right:32px;
	}
	
	.handle {
		width:12px;
		height:20px;
		background:#000000;
	}
	
	.newsblock h2 {
		margin:0;
		margin-bottom:4px;
	}
	
	.newshr {
		height:370px;
		border-left:1px solid #e3e3e3;
		width:1px;
		margin-right:32px;
		float:left;
	}
	
	.timestamp {
		font-size:11px;
		color:#8a8a8a;
		background:url('../images/newsarrow.gif') no-repeat;
		background-position:0 center;
		padding-left:15px;
	}
	
	.newsblock p {
		line-height:21px;
		color:#282828;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:121x;
	}