@charset "UTF-8";
/* CSS Document */

<!--

body, div {
	background-color: #191307;
	margin: 0px;
	position: relative;
	font-size: 10px;
}

table, tr, td {
	text-align: left;
	border: 1px;
}

p {
	margin-top: 4px;
	margin-left: 22px;
	margin-right: 22px;
	margin-bottom: 0px;
}

img {
	border: 0px;
	padding: 0px;
}

#headerNavContainer {
	text-align: left;
	width: 600px;
	height: 160px;
}

#header {
	text-align: left;
	width: 300px;
	float: left;
	height: 160px;
}

#nav {
	text-align: right;
	width: 300px;
	float: right;
	height: 160px;
}

#info {
	text-align: left;
	width: 600px;
}

#logoHeader {
	text-align: center;
	width: 600px;
	height: 57px;
}

#bar {
	background-color: #927028;
	width: 600px;
	height: 1px;
}

.header {
	color: #d9d1be;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.rCodes {
	color: #d9d1be;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.headerBright {
	color: #d1a255;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.normal {
	color: #927028;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.showCode {
	color: #d9d1be;
}

.youAreHere {
	color: #d9d1be;
}

a {
	color: #927028;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #d9d1be;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-decoration: none;
}

-->