body
{
	background: #EAEEF3;
}

body #header_wrapper
{
	background: #fff;
	width: 980px;
	margin: auto;
	margin-top: 20px;
	padding-top: 20px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#menu_wrapper
{
	width:960px;
}

#wrapper
{
	width: 980px;
	background: #fff;
	margin: auto;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#content_wrapper
{
	width: 980px;
	background: #fff;
	margin-top: -60px;
}

body.home #content_wrapper
{
	background: #fff url("../images/line_shadow.png") no-repeat top center;
}

#footer_shadow
{
	background-repeat: repeat-y;
}

#footer
{
	background: #fff;
}

#copyright, #footer
{
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#copyright
{
	background-image: none;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.page_caption
{
	padding-bottom: 55px;
}

#top_strip
{
	display: none;
}