#main .box {
	position:relative;
	height:400px;
	border:none;
}

#main {
	margin-left:0 !important;
	width:800px !important;
}

#main .box h2 {
	color:#ffffff;
	background:none;
	border:none;
	font-size:32px;
	line-height:1;
	top:114px;
	left:40px;
	position:absolute;
	text-transform:uppercase;
}

#main .box h3 {
	color:#CB0233;
	font-size:21px;
	line-height:1.3;
	top:180px;
	left:40px;
	position:absolute;
}

#main .box p {
	color:#505050;
	font-size:16px;
	line-height:1.3;
	bottom:15px;
	left:40px;
	position:absolute;
}

#pager {
	height:20px;
	margin:5px 10px;
	text-align:center;
}

#pager,
#pager a {
	color:#909090;
	font-size:15px;
	padding:0 5px;
}

#pager a {
	color:#C31824;
}

#pager a:hover {
	background-color:#EEE;
}

#pager a.active {
	color:#505050;
	font-weight:bold;
	background:none;
	cursor:default;
}
