﻿body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
a:link {
	color: #ffb300;
	text-decoration: none;
}
body {
	text-align: center;
}
a:visited {
	text-decoration: none;
	color: #ffb300;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #ffb300;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}
#nav {
	position:absolute;
	left:0px;
	top:140px;
	width:200px;
	height:auto;
	z-index:2;
	background-color: #313131;
	-moz-border-radius: 10px;
}
#content {
	position:absolute;
	left:210px;
	top:140px;
	width:662px;
	height:auto;
	z-index:3;
	text-align: justify;
	background-color: #313131;
	-moz-border-radius: 10px;
}

.all {
	margin: 10px;
}

#master {
	width: 872px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #313131;
}

#footer {
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 10;
	background-color: #303030;
	height: 15px;
	float: inherit;
}

li {
	margin: 10px;
}

