body
{
	font-family: 'Magra', sans-serif;
	font-size: 10px;
	background: #121212;
	color: #ccc;
}

#container
{
	background: #FFF;
	color: #000;
	margin-top: 50px;
	padding: 20px;
	position: relative;
	height: 400px;
	width: 30000px;
}

h1, h2, h4, .categories
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2.0em;
}

h1
{
	font-size: 5.0em;
	margin-bottom: 10px;
	color: #F02727;
}

h1 a
{
	color: #F02727;
	text-decoration: none;
}

h2
{
	font-size: 2.5em;
	color: #777;
	margin-top: 10px;
}

h2 a
{
	text-decoration: none;
	color: #777;
}

h2 a:hover
{
	color: #555;
}

.categories li a
{
	text-decoration: none;
	color: #999;
}

.categories li a:hover
{
	color: #777;
}

#content
{
	position: absolute;
	top: 20px;
	left: 500px;
}

#content img
{
	float: left;
	height: 400px;
	margin-right: 20px;
}

#menu
{
	position: fixed;
	top: 50px;
	height: 400px;
	background: #FFF;
	left: 0px;
	z-index: 999;
	padding: 20px;
}

#footer
{
	position: fixed;
	margin-top: 10px;
	font-size: 1.2em;
	margin-left: 10px;
	font-family: Arial, sans-serif;
	color: #777;
}

#help_text
{
	position: fixed;
	top: 30px;
	font-size: 1.2em;
	margin-left: 500px;
	font-family: Arial, sans-serif;
	color: #777;
}

#info_pane
{
	background: #FFF;
	z-index: 3000;
	width: 430px;
	padding: 10px;
	height: 400px;
	position: absolute;
	left: 10px;
	top: 10px;
}

#info_pane h4
{
	color: #777;
	margin-bottom: 10px;
}

#info_pane div p
{
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 12px;
	margin-top: 0px;
}
