#content-head {
	width: inherit;
	height: 200px;
}

#left-head, #right-head {
	width: 50%;
	height: inherit;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#left-head {
	background: url('../images/head/left-bg.png');
}


#left-head h1 {
	font-size: 18px;
	padding: 5px 0;
	padding-left: 9px;
}

#left-head p {
	margin: 5px 10px 0 10px; 
}

#right-head {
	background: url('../images/head/left-bg.png');
	width: 50%;
	height: inherit;
	float: left;
	text-align: center;
}
#right-head li { margin-left: 7px; }
#right-head h3 {
	text-align: center;
	margin-top: -8px;
}


#latest {
	width: 450px;
	margin: 12px auto 0 auto;
	height: 92px;
	list-style: none;
}


#hottest {
	width: 450px;
	margin: 11px auto 0 auto;
	list-style: none;
}





#head-shadow {
	background: url('../images/head/shadow.png') repeat-x;
	width: inherit;
	height: 20px;
}





