/* Content from file stylesheets/global.ecss */
html {
	height: 100%;
}

html body {
	color: #282f47;
	font-size: 13px;
	font-family: Arial;
	height: 100%;
	margin: 0;
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
	padding: 0;
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	color: #282f47;
	display: block;
}

html body a {
	color: #6aabe9;
	font-weight: normal;
	outline: none;
}

html body a:hover {
	text-decoration: none;
}

html body img {
	border: 0 none;
}

html body .main {
	position: relative;
	min-height: 100%;
}

html body .main .main_wrapper {
	padding-bottom: 61px;
}

html body .main .main_wrapper .header-wrapper {
	width: 100%;
	background: #ffffff url(/images/bg_header.png) repeat-x;
}

html body .main .main_wrapper .header-wrapper .header,
html body .main .main_wrapper .child-regions-wrapper .child-regions,
html body .footer-wrapper .footer {
	width: 980px;
	margin: 0 auto;
}

html body .main .main_wrapper .child-regions-wrapper {
	background: #ffffff url(/images/bg_child_regions.png) repeat-x 0 0;
	min-height: 330px;
	margin-bottom: 15px;
}

html body .main .main_wrapper .child-regions-wrapper .child-regions .widget-wrapper {
	margin-bottom: 20px;
}

html body .footer-wrapper {
	position: relative;
	margin-top: -61px;
	background: #ffffff url(/images/bg_footer.png) repeat-x 0 bottom;
	height: 61px;
}

html body .clear {
	clear: both;
	font-size: 0px;
}


/* Content from file special/special.ecss */

/* Output generated in 19,302845001221ms */
