/* reset */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, em, font, img, ins, kbd, q, s,
small, strike, strong, b, u, i, center, ol, ul, li,
fieldset, form, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

ol, ul { list-style: none; }

a img { border: none; }

.clear { clear: both; }

.right { float: right; }

.left { float: left; }

/* ----------------- */

body {
	background-color: #10151d;
	color: white;
	font: normal 14px/1.5em verdana;
	position: relative;
}

a {
	color: white;
	text-decoration: underline;
}

p {
	margin-bottom: 30px;
}

#header {
	width: 820px;
	height: 94px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#header ul {
	padding-top: 27px;
	height: 94px;
	font-size: 12px;
	color: #e1e1e1;
}

#header ul  span{
	color: #57abd2;
	padding-right: 10px;
}

#content-wrapper {
	background: #4fa2c9 url('../images/mid-body-bg.png') repeat-x top center;
	overflow: hidden;
}

#content {
	background: url('../images/bg.jpg') no-repeat top center;
	width: 820px;
	margin: 0 auto;
	position: relative;
}

#content h1 {
	margin-top: 27px;
	font-size: 45px;
	float: left;
}

#content h3.right {
	margin-top: 45px;
	font-size: 20px;
	float: right;
}

.announcement {
	width: 420px;
	margin-bottom: 30px;
	float: left;
}

.pie {
	margin-top: 25px;
	margin-bottom: 25px;
}

#percent {
	position: absolute;
	top: 190px;
	right: 237px;
}

div#percent h4 {
	color: #105580;
	font-size: 15px;
}

#content .paper-top {
	height: 82px;
	background: url('../images/paper-top.png') no-repeat top center;
	position: relative;
}

#content .paper-top h3 {
	font-size: 20px;
	color: #5f676b;
	margin: 35px auto 0px 80px;
	position: absolute;
}

#content .paper-body {
	background: url('../images/paper-body.png') repeat-y top center;
}

#content .paper-body a {
	color: #3694c0;
	text-decoration: none;
}

#content .paper-body h1{
	text-decoration: none;
	font-size: 10px;
	float: none;
    margin-top: 0px;
}

#content .paper-bottom {
	background: url('../images/paper-bottom.jpg') no-repeat top center;
	height: 33px;
}

#content .paper-body p {
	color: #5f676b;
	font-size: 13px;
	width: 660px;
	margin: 0 auto;
}

#footer {
	background: url('../images/footer-bg.png') repeat-x top center;
}

#footer-content-wrapper {
	width: 820px;
	height: 150px;
	margin: 0 auto;
	padding-top: 20px;
}

.social img {
	padding-right: 2px;
}


#theme-panel {
	position: absolute;
	left: 0px;
	top: 200px;
	width: 100px;
	font-family: verdana;
	font-size: 10px;
	color: #000;
	line-height: 1.1em;
	padding: 10px 5px;
	background: url('../images/white-trans.png') repeat top left;
}

#theme-panel a {
	color: #fff;
	text-decoration: none;
}

#theme-panel a:hover {
	color: #fff600;
	text-decoration: none;
}

#theme-panel span a {
	color: #fff600;
}