body
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: arial, trebuchet ms, tahoma, verdana;
	font-size: 90%;
	line-height: 180%;
}

img
{
	border: 0px;
}

body > #menu
{
	position: fixed;
}

a:active, a:visited, a:link
{
	color: #9ACD32;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#menu
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	overflow: auto;
	background-color: #555;
	border-right:1px solid #000;
}

#menutop
{
	width: 200px;
	height: 200px;
	border-bottom:1px solid #808080;
	background-color: #444;
}

#main
{
	width: 640px;
	margin-left: 200px;
	padding: 20px;
}

#main h1
{

	font-weight: 160;
	letter-spacing: 8px;
	font-size: 220%;
	text-align: right;
	color: #9ACD32;
}

#main h2
{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 110;
	letter-spacing: 8px;
	font-size: 120%;
	text-align: left;
}

#main h4
{

	font-family: arial;
	font-weight: 120;
	letter-spacing: 2px;
	font-size: 95%;
	text-align: right;
	color: #808080
}



#main ul
{

	list-style-type: square;
	color: #9ACD32;
}

#main ul li span
{
	color: #000;
}

#main p.blockquote
{
	margin: 0 0 15px 30px;
	padding: 0 0 0 15px;
	border-left: 3px solid #9ACD32;
}

#main b
{
	color: #333;
}

#footer
{
	border-top: 1px solid #CCC;
	font-size: 80%;
	text-align: left;
}