body {
	margin: 0px;
	padding: 0px;
	background-color: #322f2e;
}

#container {
	width: 891px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#header {
	text-align: center;
	border-top: 1px solid #555;
	padding: 15px 0px 11px 0px;
}

#header img {
  border: none;
}

#side_bar {
	float: left;
	width: 270px;
	background-color: #222;
	height: 439px;
	color: #CCC;
}

#side_bar {
	float: left;
	width: 230px;
	background-color: #222;
	height: 390px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 29px 20px 20px 20px;
}

#side_bar h1 {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-weight: normal;
	color: #EEE;
	font-size: 1.9em;
	margin-top: 0px;
	margin-bottom: 14px;
}

#side_bar h2 {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-weight: normal;
	color: #EEE;
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 12px;
}

#side_bar h3 {
	font-weight: bold;
	color: #EEE;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 4px;
}

#side_bar p {
	margin-top: 0px;
	margin-bottom: 13px;
}

#side_bar a {
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
	font-size: 1.1em;
}

#side_bar a:hover {
	font-weight: bold;
	text-decoration: none;
}


#main_content {
	float: right;
	width: 620px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 25px;
}


#footer_nav {
	clear: both;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	margin-top: 15px;
	clear: both;
	text-transform: uppercase;
	font-size: 0.8em;
	font-family: "Times New Roman", Georgia, Times, serif;
	padding-top: 10px;
	padding-bottom: 7px;
	text-align: center;
}

#footer_nav ul {
	margin: 0px;
	padding: 0px;
}



#footer_nav li {
	display: inline;
	list-style-type: none;
}

#footer_nav li a {
	color: #CCC;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
}

#footer_nav li a:hover {
	color: #FFF;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
}

