@charset utf-8;

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 81.25%;
	line-height: 140%;
	background-color: #000315;
	color: #f5f5f5;
}

#wrapper {
	margin: 0 auto;
	width: 970px;
	text-align: left;
}

#head {
	background: url(/pub/images/structure/headerbg.jpg) no-repeat 0 0;
	height: 126px;
	overflow: hidden;
}

#head h1 {
	width: 260px;
	height: 116px;
	margin-left: 680px;
}

#head h1 a {
	display: block;
	width: 260px;
	height: 116px;
	text-indent: -2000em;
}

#stage {
	background: url(/pub/images/structure/stagebg.gif) repeat-y 0 0;
}

#stageInner {
	background: url(/pub/images/structure/stageinnerbg.gif) no-repeat 0 0;
	min-height: 375px;
	margin: 0 30px;
	color: #003;
	padding-bottom: 2em;
}

#sidebar {
	float: left;
	margin-left: 10px;
	width: 180px;
	padding-top: 9.8em;
}

#content {
	float: left;
	margin-left: 30px;
	width: 570px;
	padding-top: 80px;
}

#footer {
	background: url(/pub/images/structure/footerbg.jpg) no-repeat 0 0;
	height: 100px;
	padding-top: 75px;
}

.copyright {
	font-size: 80%;
	color: #6D8E9F;
}