/* Page */
html, body {
	background-color: black;
	color: white;
	width: 830px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 100%;
	position: absolute;
		margin: 0 auto;
	padding: 10px 15px;
}

#page {
	width: 830px;
}

/* Header */
#header {
	text-align: right;
	padding-right: .5em;
}

#header h1 {
	color: white;
	font-size: 250%;
	margin: 0 0 0 3em;
	font-style: Palatine Linotype;
	text-transform: uppercase;
}

#header h2 {
	font-size: 70%;
	margin: 0 0 0 6em;
}

/* Lists */
#navigation ul{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}

#navigation li {
float:left;
}

/* Navigation Bar */
#navigation {
	margin-top: 1em;
	margin-bottom: 2em;
}

#navigation a {
	border-right: 8px solid black;
}

/* Side Link Bar */
#side_bar {
	float: right;
	padding-right: 1em;
}

/* Main Content */
#main {
	width: 350px;
	height: 500px;
	padding: .5em;
	text-align: justify;
	margin-left: 30%;
	margin-right: 25%;
	overflow: auto;
	background-color: black;
	float: center;
}

#main h3 {
	font-weight: bold;
	text-transform: uppercase;
}

/* Footer */
#footer {
	margin-top: 4em;
	padding-top: .7em;
}

.copyright {
	color: gray;
	font-size: 90%;
	text-align: right;
	margin: 0;
}