body {
	background-color: #000000;
	margin: 0px;
	font-family: "franklin Gothic Book", verdana;
	color: #999999;
}
html, body {
height: 100%;
}
#content {
	width: 450px;
	float: right;
	margin-right: 50px;
	font-size: 12px;
	text-align: justify;
}

#rightbar {
	float: right;
	width: 150px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 10px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 50px;
	background-image: url(images/rightbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer {
	font-size: 10px;
	line-height: 2em;
	letter-spacing: 1px;
}
a:link, a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FF1D1D;
	text-decoration: underline;
}
.sectiontitle, h2 {
	font-size: 17px;
	color: #FFFFFF;
}
#content h1 {
	color: #FFFFFF;
}

#license {
	background-color: #333333;
	border: 1px solid #666666;
	font-size: 9px;
	padding-right: 10px;
	padding-left: 10px;
}
#leftbar {
	background-image: url(images/paintBG.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 40%;
	height: 100%;
	float: left;
}

