* {margin: 0; padding: 0;}
body {font-family: verdana, helvetica, arial, sans-serif; font-size: 76%; line-height: 1.6;}
p, h1, h2, h3, h4, h5, ul, ol {margin: 0 10px 1em 10px;}
a
{
	color:			#05A;
	text-decoration:	none;
}
a:hover
{
	color:			#08C;
}
a[name]:hover
{
	color:			#05A;
}
abbr, acronym
{
	border-bottom:		1px dotted;
}
blockquote
{
	padding:		0 2em 0 2em;
}
body
{
	background:		#444;
	padding:		10px 0;
}
dl
{
	padding:		2.5px;
}
dd, dt
{
	padding:		0 5px;
}
dt
{
	float:			left;
}
li
{
	list-style:		none;
}
h1, h2, h3, h4, h5, h6, span
{
	letter-spacing:		.5em;
}
h1, h1 *
{
	font-size:		xx-large;
}
h2, h2 *
{
	font-size:		x-large;
}
h3, h3 *
{
	font-size:		large;
}
h4, h4 *
{
	font-size:		medium;
}
h5, h5 *
{
	font-size:		small;
}
h6, h6 *
{
	font-size:		x-small;
}
hr
{
	border:			0;
	border-top:		1px solid #C80;
	height:			0;
	margin:			10px;
}
p {padding: 0 5px; margin-bottom: 1em;}
blockquote { padding: 1em 3em; margin: 0 10px 1em 10px; background: #efefef;}
	blockquote p {margin-bottom: 0; color: #666;}
}
ul
{
	list-style:		none;
}
.portion
{
	padding-left:		5px;
}
.portion *
{
	padding-left:		0;
}
#banner
{
	background:		#888;
	border-top:		1px solid #FFF;
	color:			#444;
}
#banner, #footer
{
	text-align:		right;
}
#banner h2
{
	border-top:		5px solid #FFF;
	display:		inline;
}
#banner h2, #footer span
{
	margin-right:		.5em;
	position:		relative;
}
#container
{
	background:		#FFF;
	border:			1px solid #FFF;
	margin:			0 auto 0 auto;
	min-width:		468px;
	width:			66.6666%;
}
#content
{
	background:		#FFF;
	border-left:		1px solid #CCC;
	color:			#888;
	margin-left:		9em;
	padding:		5px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6
{
	display:		block;
	letter-spacing:		normal;
	padding:		0 10px 0 10px;
}
#content h3
{
	color:			#C80;
}
#current
{
	border-left-color:	#C80 !important;
	color:			#C80 !important;
}
#footer
{
	background:		#05A;
	border-top:		1px solid #FFF;
	clear:			both;
	padding-right:		.5em;
}
#footer, #header
{
	border-left:		5px solid #08C;
	color:			#08C;
}
#footer span
{
	border-bottom:		5px solid #FFF;
}
#footer a
{
	color:			#FFF;
}
#footer a:hover
{
	color:			#0AF;
}
#header
{
	background:		#05A url("images/header.png") no-repeat right center;
	height:			120px;
	line-height:		120px;
}
#header h1
{
	display:		none;
	text-align:		center;
}
#main
{
	background:		#EEE;
	border:			1px solid #FFF;
	border-left:		0;
	border-right:		0;
}
#navigation
{
	float:			left;
	left:			-6px;
	margin: 0;
	margin-right:		-6px;
	position:		relative;
}
	#navigation ul {margin: 0;}
#navigation li a
{
	border-left:		5px solid #CCC;
	border-right:		1px solid #CCC;
	background:		#EEE;
	color:			#888;
	display:		block;
	font-weight:		bold;
	padding:		.5em .6em .5em .5em;
	text-align:		left;
	width:			8em;
}
#navigation li a[href]:hover
{
	background:		#DDD;
	border-left-color:	#08C;
	color:			#08C;
}
#navigation li ul li a
{
	font-weight:		normal;
	padding-left:		1em;
	padding-right:		.1em;
}
