#TopBoxHolder{ 
width: 980px;
background: #cfcfcf;
height: 196px;
margin-top: 2px;
}

#BannerBox{ 
width: 720px;
height: 196px;
background: antiqueWhite;
float: left;
 }

#WhatsnewBox{ 
width: 260px;
height: 196px;
background:BurlyWood;
float: right;
font-family: Arial, Helvetica, Sans-serif;
 }
#WhatsnewBox h2{ 
padding: 5px;
background: #91204d;
color: white;
font-size: 12px;
 }
#WhatsnewBox ul{ 
padding-left: 10px;
padding: right: 5px;
list-style-type: square;
margin-left: 15px;
 }
#WhatsnewBox a{ 
font-size: 12px;
text-decoration: none;
color: #000;
 }
#BottomBoxHolder{ 
width: 980px;
background: ghostWhite;
min-height: 180px;
margin-top: 2px;
 }

#HomeContent{ 
width: 720px;
height: 180px;
background: antiqueWhite;
float: left;

}
#HomeContent div{ 
padding: 5px;
 }
#HomeContent h4{ 
	font-size: 12px;
	color: #222;
	width: 95%;
	font-weight: normal;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 16px 0;
 }
#HomeContent p{ 
font-size: 11px;
 }

#HomeBottomRightBox{ 
width: 260px;
height: 180px;
background:Silver;
float: right;
 }


