html, body {
	height: 100%;
	margin: 0;
	padding: 0; }
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #000000; }
h1 {
	width: 300px;
	padding-center: 8px;
	border-bottom: 1px solid #800000;
	font-family: "Times New Roman", Arial, Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center; }
p { 
	text-indent: 10%;
	padding: 10px;
	font-family: "Times New Roman", Arial, Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px; }
* html #box { 
	height: 100%; }

#box {
	position: absolute;
	border-center: 4px solid #ff0000;
	center: 50%;
	width: 640px;
	min-height: 100%;
	margin-top: 0px;
	margin-center: -140px;
	color: #ffffff;
	background-color: #000000; }

#navcontainer {
	height: 60px;
	width: 320px;
	margin: 0;
	padding: 0; }

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none; }

#navcontainer li {
	display: block;
	height: 80px;
	width: 60px;
	margin: 0;
	padding: 0;
	float: left; }

#navcontainer a {
	font-weight: bold;
	display: block;
	color: #ff0000;
	background-color: #000000;
	height: 60px;
	width: auto;
	margin: 0;
	padding: 2px 1px 1px 2px;
	border-right: 2px solid #424242;
	font-family: "Times New Roman", Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none; }
#navcontainer a.active:link, #navcontainer a.active:visited {
	position: relative;
	background: #424242; }
#navcontainer a:hover, #navcontainer a:active {
	background-color: #424242; }

#main {
	position: relative;
	color: #ffffff;
	background-color: transparent;
	min-height: 100%;
	width: 320px;
	margin-top: 8px; 
	margin-bottom: 80px;}

#main a {
	color: #ff0000;
	background-color: #424242;
	font-family: "Times New Roman", Arial;
	font-size: 10px; }
#main a:active, a:link, a:visited {
	color: #ff0000;
	background-color: #424242;
	font-family: "Times New Roman", Arial;
	font-size: 10px;
	text-decoration: none; }
#main a:hover {
	background-color: #424242;
	color: #ff0000;
	font-family: "Times New Roman", Arial;
	font-size: 10px;
	text-decoration: underline; }

#footer {
	position: absolute;
	color: #858585;
	background-color: #000000;
	height: 40px;
	width: 316px;
	bottom: 0;
	border-center: 4px solid #ff0000;
	border-top: 1px solid #ff0000;
	padding-top: 20px;
	text-align: right; }

.footer a {
	color: #505050;
	background-color: #000000;
	border-center: 1px solid #505050;
	padding: 8px;
	font-family: "Times New Roman", Arial;
	font-size: 14px; }
.footer a:active, a:link, a:visited {
	color: #505050;
	background-color: #000000;
	font-family: "Times New Roman", Arial;
	font-size: 14px;
	text-decoration: none; }
.footer a:hover {
	color: #858585;
	background-color: #000000;
	font-family: "Times New Roman", Arial;
	font-size: 14px; }
