﻿/* Header */

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li {
	float: left;
	position: relative;
	width: 149px;
	margin-right: 6px;
}
li ul {
	display: none;
	position: absolute;
	top: 3px;
	left: 0;
}
li > ul {
	top: auto;
	left: auto;
}
li:hover ul {
	display: block;
}
ul li {
	display: block;
	text-decoration: none;
	color: #FF3338;
	background: #000000;
	text-align: center;
	border: 1px white solid;
	border-bottom: 0;
	margin-left: -1px;
}
ul#top {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
.bottom {
	border-bottom: 1px white solid;
	}	
ul#right {
	margin-right: 0;
}
div#logo {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	padding-bottom: 10px;
}
a img {
	border: none;
}

/* Footer */

div#footer a {
	color: #A84300;
}
div#footer {
	color: #FF3338;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: #000000;
	text-align: center;
	border-top: thin white solid;
}
* {
	margin: 0;
}

/* Sidebar */

div#sidebar {
	width: auto;
	margin-left: 650px;
	border: 2px white solid;
	}

/* Generic */

html, body {
	height: 100%;
	background: black;
	font-family: "Calibri"; 
	font-size: 15.5px;
	color: white;
}

div#block {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
div#content {
	font-size: large;
	font-family: "Calibri";
	width: 600px;
	float: left;
}
div#title {
	text-align: center;
	font-family: "Calibri";
	font-size: xx-large;
	color: #FFFFFF;
}

a {
	color: #FF3338;
}


