@charset "UTF-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-color: #8D8C90;
	background-position: center top;
}
#nav {
	background-image: url(images/navarea.jpg);
	height: 39px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	text-align: center;
}
#content_wrapper {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#content_right {
	width: 180px;
	position: relative;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 2px solid #8C8B8F;
	background-color: #DADADA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#contentleft {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#contentleft h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	font-family: impact, verdana, sans-serif;
	font-weight: normal;
}
#content_right p {
	margin-top: 0px;
}
#contentleft p {
	margin-top: 0px;
	line-height: 180%;
}
a, a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 690px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	padding-top: 22px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-repeat: no-repeat;
	width: 700px;
	margin-right: 50px;
	margin-left: 50px;
	background-image: url(images/header.png);
	background-position: center center;
	height: 157px;
}
.big {
	font-size: 14pt;
}
.backlink {
	font-size: 10pt;
	color: #8D8C90;
	padding-bottom: 10px;
}
