@charset "utf-8";
body {
	background-color: #e5effe;
	margin: 0px;
	padding: 0px;
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
}
.container {
	position: absolute;
	left: 50%;
	margin-left: -499px;
	z-index: 0;
	width:999px;
}
.header {
	position:absolute;
	top:0px;
}
.copyright {
	background-image:url(images/copyright-background.jpg);
	background-repeat:no-repeat;
	height:87px;
	font-size:11px;
}
.content {
	position:absolute;
	top:235px;
	background-image:url(images/content-background.jpg);
	background-repeat:repeat-y;
	width:999px;
	font-size:12px;
	line-height:140%;
}
.content a {
	color:#356ec8;
	text-decoration:none;
}
.menu {
	font-size:14px;	
	line-height:80%;
}
.menu a, .copyright a {
	text-decoration:none;
	color:#000000;
}
.menu a:hover, .copyright a:hover {
	text-decoration:underline;
}
.content-text {
	padding-left: 30px;
}
h1 {
	font-size: 18px;
	color:#f0b80b;
	font-weight:normal;
}
h2 {
	font-size: 16px;
	color:#000000;
	line-height: 150%;
}