body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #202020;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	text-align: center;
}
#wrapper {
	width: 777px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headspace {
	background-image: url(images/graphics/topspace.gif);
	height: 32px;
	background-repeat: repeat-x;
}
#nav {
	height: 68px;
}
#bodywrap {
	width: 775px;
	border: 1px solid #666;
	text-align: left;
	font-size: 0.75em;
	background-color: #101010;
	margin-top: 4px;
}
#bodywrap a:link, #bodywrap  a:visited {
	color: #CF0;
	text-decoration: none;
}
#bodywrap a:hover, #bodywrap active, #bodywrap a:focus {
	color: #FFF;
	text-decoration: underline;
}
#bodywrap ul {
	list-style-image: none;
	list-style-type: none;
	padding-top: 6px;
	padding-bottom: 6px;
}
#bodywrap li {
	background-image: url(grafx/bullet.gif);
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.4em;
	padding-bottom: 8px;
}
#content {
	margin-left: 20px;
	padding-top: 15px;
}
#content p {
	line-height: 1.8em;
	padding-bottom: 10px;
}
#content h1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #ABC824;
	border-bottom-color: #B8CE3D;
	font-size: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#content h3 {
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ABC824;
}
#full {
	margin-right: 20px;
}
#sidebar {
	display: inline;
	float: right;
	margin-right: 15px;
	margin-top: 25px;
}
#sidebar p {
	margin-bottom: 10px;
}
#footer {
	text-align: right;
	margin-bottom: 30px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.greentext {
	color: #CF0;
}

