body {
	font: 62% Arial, Helvetica, sans-serif;
	color: #482932;
	margin: 0;
	padding: 0;
	background: #fafafa;
}

pre {
	background: #efefef;
	font-size: 12px;
	padding: 10px;
}

h1, h2 {
	color: #3F5A69;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 10px;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 1.8em;	
}

p {
	margin: 10px 0;
	padding: 0;
}

blockquote {
	font-style: italic;	
}

#container {
	width: 940px;
	margin: 0 auto;
	font-size: 1.4em;
	overflow: auto;
}

#header {
	height: 100px;
	background: url(../images/header-bg.png) repeat-x 0 0;
	position: relative;
}

#header h1 {
	color: #FAFAFA;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 30px 0 0 10px;
	margin: 0;
}

#header ul {
	list-style: none;
	position: absolute;
	right: 20px;
	top: 35px;
}

#header ul li{
	float: left;
	margin-right: 10px;
	color: #FFF;
	border-right: 1px solid #FFF;
	padding-right: 10px;
}

#header ul li.last{
	border: none;
}

#header ul li a{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#header ul li a:hover{
	text-decoration: underline;
}

#header ul li a.active{
	text-decoration: underline;
}

#content {
	float: left;
	width: 600px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#sidebar {
	float: right;
	width: 275px;
	margin-top: 10px;
	padding-right: 10px;
}

#footer {
	clear: both;
	height: 23px;
	padding: 7px 0 0 10px;
	background: #556e7c;
	color: #FAFAFA;
	border-top: 2px solid #30434e;
}
