a {
	color: orange;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
body, html {
	background: url(bg4.png);
	background-color: #000000;
	color: #ffffff;
	font-family: HelveticaNeue, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
.content {
	background: #000000;
	font-weight: bold;
	bottom: 20px;
	height: auto;
	padding-top: 5px;
	position: absolute;
	top: 4em;
	width: 100%;
}
.content h2 {
	color: orange;
	font-size: 16px;
	padding-left: 10px;
}
.content .text {
	font-size: 14px;
	margin-bottom: 20px;
	padding-left: 20px;
}
.footer {
	clear: both;
	display: block;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 2px;
	position: absolute;
	top: 100%;
}
.header {
	float: left;
	font-size: 2em;
	height: 2em;
	line-height: 2em;
	padding-left: 10px;
}
.navbar {
	float: right;
	font-size: 32px;
	height: 2em;
	line-height: 2em;
}
.navbar a {
	color: #ffffff;
	font-variant: small-caps;
	margin-right: 10px;
}
.navbar a:hover {
	color: orange;
}
h1, h2 {
	display: inline;
	margin: 0;
}
h1 {
	font-size: 1em;
}
.top {
	border-bottom: 1px solid #b0b0b0;
	height: 4em;
	width: 100%;
}
.right-div {
	float: right;
	font-size: 14px;
	padding-right: 10px;
	width: 350px;
}