* {
	margin: 0;
	padding: 0;
}

/*
Design inspired by / practically stolen from: http://www.vpfund.com/

Color Theme:


*/

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}

p {
	margin: 10px 0;
}

a {
	color: #0000FF;
	text-decoration: none;
}

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

blockquote {
	margin-left: 25px;
	border-left: 3px solid #000000;
	padding-left: 5px;
}

#title-bar {
	width: 960px;
	height: 159px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align: left;
}

#title {
	display: inline;
	position: relative;
}

#content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-top: 4px solid #000000;
}

#main-body, #main-body-sub, #main-body-forum {
	position: relative;
	text-align: justify;
	z-index: 100;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#main-body-sub, #main-body-forum {
	margin-top: -200px;
	padding-top: 5px;
	border-top: 1px solid #E2E2E2;
}

#navbox {
	float: right;
	display: block;
	border: 1px solid #000000;
	margin: 0 0 10px 10px;
	width: 250px;
	background: #EFEFEF;
}

#navbox h1 {
	font-size: 1.2em;
	background: #D0D0D0;
	padding: 3px;
}

#navbox ul {
	margin: 5px 3px 5px 20px;
}

#footer {
	clear: both;
	display: block;
	border-top: 4px solid #000000;
}

#footer-content {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	color: #CACACA;
	font-size: 0.85em;
}

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

#footer-content a:hover {
	color: #000000;
}

.footer-right {
	float: right;
}

.footer-left {
	float: left;
}
