body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000;
	background-image: url(grafx/bground.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}
#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#header {
	height: 95px;
	width: 950px;
}
#nav {
	height: 25px;
	padding-top: 7px;
	font-size: .9em;
}
#bodywrap {
	width: 950px;
	float: left;
	background-image: url(grafx/bodywrap.gif);
	background-repeat: repeat-y;
}
#rightbar {
	float: right;
	width: 160px;
}
#videohead {
	float: right;
	width: 754px;
	background-color: #2A2A2A;
	padding-top: 2px;
	padding-bottom: 10px;
	text-align: center;
}
#content {
	font-size: 0.82em;
	background-color: #FFF;
	padding-top: 20px;
	float: right;
	padding-right: 30px;
	padding-bottom: 30px;
	width: 680px;
	padding-left: 25px;
}
#content p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#content h1 {
	padding-top: 25px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #369;
	font-size: 24px;
}
#sidebar {
	float: left;
	width: 190px;
	font-size: .85em;
}
#footer {
	background-color: #6C8544;
	color: #FFF;
	padding: 20px;
	font-size: .75em;
	margin-top: 2px;
}
#sidebar li a {
	color: #FFF;
	text-decoration: none;
	padding-left: 5px;
}
#sidebar ul {
	list-style-image: none;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDCA00;
	margin-left: 3px;
}
#sidebar h3 {
	color: #9F6;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: .87em;
}
#footer a {
	color: #E8E8E8;
}
#sidebar li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0;
	padding-top: 8px;
	padding-bottom: 8px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#content h3 {
	color: #6C8544;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content h2 {
	font-style: italic;
	color: #B8942A;
}
#content h3 a {
	color: #4E27AA;
}
