/* CSS Document */
body {
	background-color: #000000;
	height: 100%;
	color: #FFFFFF;
	text-align: center;
	margin-top: 70px;
}

.maincontent {
	border: 1px solid #a9740a;
}

.rightborder {
	border-right: 1px solid #a9740a;
}

image {
	border: none;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #8E8E8E;
}

.footer_text a:link {
	text-decoration: none;
	font-weight: bold;
	color: #cbcbcb;
}

.footer_text a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #cbcbcb;
}

.footer_text a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #cbcbcb;
}

.footer_text a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #cbcbcb;
}