@import url(fonts.css);
@import url(forms.css);
@import url(navigation.css);
@import url(images.css);
@import url(news.css);
@import url(search.css);

body {
	background: #f9f9f9 url(../images/body_background.png) center -25px no-repeat;
}

div#background {
	position: absolute;
	top: 117px;
	left: 0;
	width: 100%;
	height: 240px;
	background: #ececec;
}

div#wrapper_outer {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 18px;
	background: url(../images/footer_shadow.png) center bottom no-repeat;
}

div#wrapper_inner {
	width: 960px;
	margin: 0 auto;
	background: #fff;	
}

div#header {
	position: relative;
	width: 960xx;
	height: 357px;
	background: url(../images/header_background.jpg) no-repeat;
}

div#logo {
	position: absolute;
	top: 21px;
	left: 24px;
	width: 106px;
}

div#slogan {
	position: absolute;
	top: 45px;
	left: 20px;
	width: 440px;
}

div#slogan a {
	color: #666;
}

div#slogan a:hover {
	color: #222;
}

div#content_left {
	float: left;
	width: 560px;
	_height: 200px;
	min-height: 200px;
	padding: 0 40px;
	background: url(../images/content_left_background.png) left top no-repeat;
}

div#content_right {
	float: left;
	width: 280px;
	padding: 0 20px;
	background: url(../images/content_right_background.png) left top no-repeat;
}

div#footer {
	height: 40px;
	overflow: hidden;
	background: url(../images/footer_background.jpg);
	font-size: 11px;
}

div#credits {
	float: left;
	width: 300px;
	padding: 14px 20px 0 0;
	text-align: right;
}
div#credits,
div#credits a {
	color: #bbb;
}

div.clear {
	clear: both;	
}

body.editor{
	background: #fff;	
}