body {
	position: relative;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	background: #0054a6 url('../images/bg.jpg') center top no-repeat;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 auto;
	padding-bottom: 120px;
	width: 769px;
}
header h1 a {
	display: block;
	float: right;
	width: 329px;
	height: 85px;
	margin-top: 31px;
	margin-right: 19px;
	background: transparent url('../images/pics.png') 0 -550px no-repeat;
	text-indent: -99999px;
}
nav {
	display: block;
	clear: right;
	float: right;
	margin-top: 83px;
	z-index: 15;
}
nav ul {
	list-style: none;
}
nav li {
	display: block;
	float: left;
	height: 22px;
	padding-left: 6px;
}
nav, nav a {
	text-decoration: none;
	color: #fff;
}
nav a:hover {
	text-decoration: underline;
}
#content {
	clear: both;
	padding-top: 44px;
	padding-left: 287px;
	background: #ccdded url('../images/content_bg.jpg') 0 0 no-repeat;
	height: 1150px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
article {
	padding: 0 30px;
}
article p {
	padding: 0 0 20px;
	clear: left;
}
article h1 {
	display: block;
	position: relative;
	right: 21px;
	width: 484px;
	height: 80px;
	text-align: center;
	padding-top: 20px;
	padding-left: 4px;
	color: #fff;
	font-size: 21px;
	background: transparent url('../images/pics.png') 0 -450px no-repeat;
}
article form label {
	display: block;
	float: left;
	width: 108px;
	font-weight: bold;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	color: #ba2a25;
}
article form label.error {
	float: none;
	width: auto;
	text-align: left;
	padding: 0 0 0 120px;
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
}
article form input,
article form select,
article form textarea {
	border: 2px #46678a solid;
	color: #ba2a25;
	padding: 3px;
	background: #fff url('../images/textinput_bg.png') 0 100% repeat-x;
}
article form textarea {
	margin-left: 2px;
	width: 275px;
	height: 120px;
}
#wrapper_submit {
	width: 202px;
	float: right;
	margin-top: 20px;
	background: transparent url('../images/pics.png') 1px -649px no-repeat;
}
#wrapper_submit:hover {
	background-position: -350px -650px;
}
#wrapper_submit input {
	border: none;
	width: 202px;
	height: 67px;
	cursor: pointer;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	padding-bottom: 9px;
	background: transparent;
	color: #fff;
}
#wrapper_submit input:hover {
	padding-bottom: 11px;
	padding-right: 5px;
}
aside {
	display: block;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: absolute;
	top: 494px;
	left: 27px;
	width: 232px;
	padding: 0 6px 20px 6px;
	background: transparent url('../images/aside_bg.png') 0 0 no-repeat;
}
aside h1 {
	display: block;
	height: 32px;
	padding-top: 15px;
	font-size: 16px;
	text-align: center;
	color: #fff;
}
aside ul {
	list-style: none;
}
aside li a {
	display: block;
	padding: 10px 0 10px 30px;
	border-top: 1px #4d6a8a solid;
	color: #0d437c;
	text-decoration: none;
}
aside li a.pdf {
	background: transparent url('../images/pics.png') 1px -744px no-repeat;
}
aside li a.xls {
	background: transparent url('../images/pics.png') 1px -844px no-repeat;
}
aside li a:hover {
	text-decoration: underline;
}
aside li a.pdf:hover {
	background-position: -350px -744px;
}
aside li a.xls:hover {
	background-position: -350px -844px;
}
#planet {
	position: absolute;
	top: 0;
	left: -80px;
	width: 450px;
	height: 450px;
	background: transparent url('../images/pics.png') 0 0 no-repeat;
}
.hidden {
	display: none;
}