@charset "ISO-8859-1";
html, body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 18px;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding-top: 200px;
	padding-bottom: 10px;
	letter-spacing: -1px;
	display: block;
}
a {
	color: #000000;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.accent {
	color: #8cd000;
}
#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/container_bg.jpg);
	background-repeat: no-repeat;
	display: block;
}
#content {
	width: 600px;
	float: left;
}
#content p {
	margin: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
}
#content hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
}
#content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	padding-right: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: -1px;
	padding-left: 30px;
}
#sidebar {
	float: right;
	width: 280px;
	margin: 0px;
	padding: 0px;
}
#sidebar h1 {
	font-size: 18px;
	line-height: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 0px;
}
#sidebar p {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 0px;
}
#sidebar ul {
	line-height: 16px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	list-style-type: none;
	display: block;
}
#sidebar ul h1 {
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}
#sidebar img {
}
#sidebar  a:link {
	color: #000000;
}
#sidebar a:visited {
	color: #000000;
}
#sidebar a:hover {
	color: #8cd000;
}
#footer {
	background-color: #000000;
	clear: both;
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 400px;
	background-image: url(../images/footer_bg.jpg);
	line-height: 15px;
}
#footer a {
	color: #FFFFFF;
}
#footer p {
	width: 840px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 11px;
}
#footer h2 {
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: left;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	letter-spacing: -1px;
}
#overlay {
	background-color: #000000;
	margin: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	z-index: 900;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
	font-family: Geneva, Helvetica, sans-serif;
}
