body {
	background: #000;
	color: #fff;
	font: 15px Helvetica, Arial, Verdana, sans-serif;
	padding-top: 30px;
	padding-bottom: 30px;
}

strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color:#ffff00;
	text-decoration: none;
}

#wrapper {
	width: 797px;
	margin: 0px auto;
	border: 1px #c6c6c6 solid;
	padding: 10px;
}

#header {
	height: 66px;
	padding-bottom: 10px;
	border-bottom: 1px #c6c6c6 solid;
	margin-bottom: 5px;
}

#menu {
	background-color: #0888ff;
	color: #fff;
	padding: 5px;
	text-align: center;
}

#section_graphic {
	padding-top: 10px;
	border-top: 1px #c6c6c6 solid;
	margin-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px #c6c6c6 solid;
	margin-bottom: 5px;
}

#section_labeltext {
	background-color: #0888ff;
	color: #000;
	padding: 5px;
}

#section_labeltext h1 {
	font-size: 24px;
}

#content {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px #c6c6c6 solid;
	margin-top: 5px;
	clear: both;
}

#content p {
	margin-bottom: 1em;
	line-height: 1.4em;
}

h2 {
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 18px;
}

h3.toggler {
	cursor: pointer;
	text-decoration: underline;
}

h3.toggler:hover {
	text-decoration: none;
}

.element {
	margin-left: 10px;
	font-size: 14px;
}

#leftcol {
	width: 48%;
	position: relative;
	float: left;
}

#rightcol {
	width: 49%;
	position: relative;
	float: right;
}

#ad {
	margin-top: 10px;
}

.links a {
	display: block;
	padding: 5px;
}

.links a:hover {
	color: #000;
	background-color: #ffff00;
}

#contact {
	text-align: center;
	line-height: 2em;
}

#footer {
	width: 797px;
	margin: 0 auto;
	clear: both;
	color: #fff;
	padding-top: 10px;

}

#footer_left {
	position: relative;
	float: left;
}

#footer_right {
	position: relative;
	float: right;
}

#footer:hover {
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer:hover a {
	color: #fff;
	text-decoration: underline;
}