@CHARSET "ISO-8859-1";
@import url(http://fonts.googleapis.com/css?family=Electrolize|Oxygen+Mono);

html, body
{
	background-color: #F0F0F0;
	font-family: "Oxygen Mono", sans-serif;
	font-size: 10pt;
}

h1, h2
{
	font-family: "Electrolize", sans-serif;
}

.Content
{
	width: 99%;
	height: 40em;
}

.LeftSection
{
	width: 25%;
	height: 100%;
	float: left;
}

.RightSection
{
	width: auto;
	height: 100%;
	margin-left: 25%;
	background-color: #909090;
	padding: 0.75em;
}

#intro, .detail
{
	background-color: #C0C0C0;
	margin-bottom: 1em;
	border: 0.1em solid #000;
}

.detail
{
	height: 60%;
}

#navbar
{
	background-color: #909090;
	border-top-left-radius: 12pt;
	border-bottom-left-radius: 12pt;
}

#navbar ul
{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#navbar li
{
	list-style-type: none;
	background-color: #C0C0C0;
	border: 0.1em solid #000;
	margin-bottom: 0.5em;
	width: 85%;
	position: relative;
	left: -1em;
}

#navbar a:link, #navbar a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}