#Banner
{
	float:left;
	width:900px;
	height:120px;
	text-align:center;
	
	border-bottom-color:#b50000;
	   border-bottom-style:solid;
	   border-bottom-width:2px;
	   border-top-color:#b50000;
	   border-top-style:solid;
	   border-top-width:1px;
	
	margin-bottom: 10px;	
}

#BannerBlock
{
	position:relative;
	display:table;
	height: 120px;
	width: 300px;
	vertical-align: middle; 
	text-align: center;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#b50000;
	
	float:left;
	margin-top:10px;
}