body{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #707070;
	margin: 0 0 0 0;
	text-align: center;
}

.wrapper{
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 1280px;
	max-width: 100%;
	background-color: black;
}

header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100px;
}

header a {
	text-decoration: none;
	color: #ffa800;
}

header table tr td {
	width: 16.66%;
}

.content {
	position: absolute;
	top: 100px;
	left: 0;
	bottom: 55px;
	width: 80%;
	background-color: #ffa800;
	overflow: auto;
	font-family: 'Helvetica';
}

.sidebar {
	font-family: 'Helvetica';
	position: absolute;
	top: 100px;
	right: 0;
	width: 16%;
	padding-top: 20px;
	padding-left: 2%;
	padding-right: 2%;
	bottom: 55px;
	background-color: grey;
	overflow: hidden;
}

footer {
	font-family: 'Helvetica';
	color: #ffa800;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 55px;
}

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

#logoholder {
	position: absolute;
	height: 100%;
	width: 20%;
	right: 0;
	top: 0;
}

#logo {
	position: relative;
	height: 80%;
	display: inline-block;
	margin: 10px 10px 10px 10px;
}

#menu {
	position: absolute;
	height: 100%;
	width: 80%;
}

#menu table {
	position: absolute;
	height: 100%;
	width: 100%;
	font-size: 20px;
	font-family: 'Special Elite', cursive;
	color: #ffa800;
}

#logo2 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.leftfooter {
	position: absolute;
	height: 100%;
	left: 25%;
	right: 50%;
	margin: 0;
}

.leftfooter table {
	height: 100%;
	margin: 0;
}

.rightfooter {
	position: absolute;;
	height: 100%;
	left: 50%;
	right: 25%;
}

.rightfooter table {
	position: absolute;
	right: 0;
	height: 100%;
}

.content a {
	color: black;
}

