body
{
	margin-top:8px;
	text-align:center;
	background-color:#333;
}

#container
{
	width:750px;
	margin:0 auto;
	padding:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:black;
	color: white;	
	text-align:left;
}

#header
{
	padding-bottom:10px;
}

#footer
{
	clear:both;
	border-top: 1px solid #366;
	text-align:center;
	font-size:9px;
}

#content
{
	width:600px;
	float:left;
}

#menu
{
	float:left;
	width:150px;
	padding-bottom:10px;
}

#menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#menu li
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #fff;
 font-weight:bold;
 text-decoration:none;
}

#menu a
{
 text-decoration:none;
}

#menu a:visited
{
 color: #fff;
}

#menu a:hover
{
 color: #f00;
}




img.floatright
{
 margin-left:10px;
 float:right;
}

pre {
  font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; 
  color: black;
  background-color: #eee;
  font-size: 90%;
  border: 1px dashed #999999;
  padding: 5px;
  overflow: auto;
}

h1,h2,h3
{
 margin:0;
 padding-top:0;
 padding-bottom: .17em;
 border-bottom: 1px solid #366;
 font-weight: normal;
}
h1 {  font-size: 188%; }
h2 {  font-size: 150% }
h3 { font size: 132%; }

p,li
{
 text-align:justify;
}
p a,li a { color: white; }
p a:visited,li a:visited { color: white; }
p a:hover,li a:hover { color: red; }
