@charset "UTF-8";

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #123;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
}

#container {
	margin: 50px 100px;
	text-align: left;
	background: #eec url(../images/nav_bg.png) repeat-y;
}

#header {
	background: #30271d url(../images/header_bg.jpg) no-repeat;
	padding: 4em 4em 4em 2em;
}

#header h1 {
	font-size: 5em;
}

#header p {
	font-size: 1.5em;
}

#nav {
	float: left;
	width: 175px;
	font-size: 1.5em;
	margin-bottom: 2em;
}

#nav ul {
	margin-left: 1em;
	margin-top: 1em;
}

#nav li {
	padding: .5em;
}

#nav ul a:link,
#nav ul a:visited,
#nav ul a:active {
	color: #fff;
	text-decoration: underline;
}

#nav ul a:hover {
	background-color: #fff;
	color: #586;
	text-decoration: none;
}

#content {
	color: #000;
	padding: 2em;
	margin-left: 175px;
	font-size: 1.2em;
}

#content p {
	margin-bottom: 1em;
}

#footer {
	background-color: #369;
	padding: 1em 2em;
	clear: both;
	font-size: 1.2em;
}