#top{
}

#top .main{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0B16;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#top{
}

#body{
	margin-top: 50px;
	overflow: hidden;
	position: relative;
}

#body .topics{
}

#body .topics{
	float: left;
}

#body .topics .title{
	font-size: 20px;
	color: #CC2016;
	margin-bottom: 30px;
}

#body .topics .box{
	overflow: hidden;
	position: relative;
	width: 420px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CD201B;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#body .topics .box .img{
	float: left;
}

#body .topics .box .information{
	float: right;
	padding-left: 10px;
	width: 250px;
}

#body .topics .box .information p.name{
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 1.5em;
}

#body .topics .box .information p.text{
	font-size: 12px;
	line-height: 1.5em;
}

#body .facebook{
	float: right;
	width: 500px;
}
