@charset "utf-8";
body {
	background-color: #e0e3e8;
	margin: 0px;
	padding: 0px;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
.container {
	position: absolute;
	left: 50%;
	margin-left: -463px;
	z-index: 0;
	width:926px;
}
.menu {
	position: absolute;
	left: 0px;
	top: 340px;
	width: 170px;
	font-size: 1.1em;
	line-height: 190%;
}
.menu a{
	text-decoration: none;
	color:#000000;
}
.menu a:hover {
	color: #ee591c;
}
.content a{
	text-decoration: underline;
	color:#000000;
}
.content a:hover {
	color: #ee591c;
}
.content {
	position: absolute;
	left: 0px;
	top: 340px;
	left: 169px;
	padding-left: 50px;
	padding-right: 150px;
	background-image:url(images/content-background.gif);
	background-repeat:repeat-y;
	font-size: 1.1em;
	line-height: 150%;
}
.divider {
	border-top:solid;
	border-top-color: #ee591c;
	border-top-width: 2px;	
	height: 2px;
	width: 550px;
}
.copyright {
	font-size: 1.0em;
	color: #777777;
	padding-bottom: 3px;
}
.copyright a{
	text-decoration: none;
	color:#777777;
}
.copyright a:hover {
	color: #ee591c;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #333333;
	font-weight: normal;
	line-height: 1.5em;
}
