/* root/home.css */


/* section title */

a.title{
	display: block;
	width: 272px;
	height: 27px;
	background-repeat: no-repeat;
}

a.title span{
	display: none;
}


#bot a.title{
	margin-bottom: 5px;
}

.section{
	float: left;
	width: 270px;
}

.section a.section_img{
	display: block;
	width: 270px;
	height: 364px;
	background: url(../../img/home/shadow.jpg) no-repeat center bottom;
}

.section a:hover{
	text-decoration: none;
}

.section_middle{
	width: 270px;
	margin-left: 15px;
	margin-right: 15px;
	padding-right: 15px;
	padding-left: 15px;
	border-left: 1px solid #AEA09B;
	border-right: 1px solid #AEA09B;
}

#bot{
	margin-top: 20px;
}

#bot h3.headline{
	font-weight: bold;
	font-size: 100%;
}

#bot h4.date{
	font-weight: bold;
	font-size: 100%;
}

#bot #closure{
    float: left;
}

#bot #closure a.read_more{
}

#bot .section a.section_img{
	height: 119px;
}

.whatson{
	border: none;
}

.ad a{
	width: 275px;
	height: 400px;
	display: block;
}

#newsletter{
	width: 576px;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

#newsletter a{
	display: block;
	width: 576px;
	height: 100px;
	background-repeat: no-repeat;
}


