@charset 'UTF-8';

*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

html, body
{
	color: #eee;
	background-color: #1c2224;
}

body
{
	font-size: 100.01%;
	padding: 40px 0 0 40px;
	font-family: Arial, Helvetica, 'DejaVu Sans', FreeSans, sans-serif;
}

h1
{
	width: 162px;
	height: 143px;
	background: url(/css/images/header.png) center center no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

h2
{
	font-family: Georgia, 'Palatino Linotype', 'Book Antiqua', 'DejaVu Serif', 'Bitstream Vera Serif', serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #7eacff;
}

#header
{
	float: left;
}

#content
{
	float: left;
	width: 21em;
	margin-left: 20px;
	border-left: 1px solid #eee;
	padding: 0 1.5em;
}

p
{
	margin-top: 1.4em;
	line-height: 1.4;
	font-size: 0.9em;
}

a:link, a:visited
{
	color: #7eacff;
	text-decoration: none;
	border-bottom: 1px solid;
}

a:hover, a:active, a:focus
{
	border-color: #eee;
}
