/* full page */
#centerColumnBox {
	width: 980px;
	background: none;
	float: left;
}

#containerBox div.paper-top
{
	padding: 10px 10px 10px 50px;
	background: url(../../images/frontend/paper-top-full.jpg) top right no-repeat;
}
#containerBox div.paper-bottom
{
	height: 74px;
	background: url(../../images/frontend/paper-bottom-full.jpg) bottom right no-repeat;
	clear: both;
}
#containerBox div.events
{
	padding: 10px 20px;
	background: url(../../images/frontend/paper-full.jpg) top right repeat-y;
	overflow: auto;
}

#leftMenuBox {
	display: none;
}
