#link_block {
	float: left;
	width: 20%; 
	display: inline;
	margin-bottom: 30px;
	height: 100%;
	padding: 5px;
}

div#links a {
	display: block;
	text-align: left; 
	font: bold 14pt sans-serif; 
	padding: 5px 10px;
	margin: 0 0 1px;
	border-width: 0; 
	text-decoration: none; 
	color: #222222; 
   	border-bottom: 1px dashed black;
	margin-top: 10px;
}

div#links a.indent:hover {
	background: #cccccc;
}

div#links a.indent { 
	padding-left: 30px; 
   	border-left: 1px dashed black;
   	border-bottom: none;
	font: bold 10pt sans-serif; 
	margin-top: 0px;
	color: #444444; 
	background: #eeeeee;
}

div#links a.selected { 
	padding-left: 30px; 
   	border-left: 1px dashed black;
   	border-bottom: none;
	font: bold 10pt sans-serif; 
	margin-top: 0px;
	color: #444444; 
	background: #e0e0e0;
}


#content_column {
	display: block;
	float: left;
	margin-left: 3%;
	width: 70%; 
	display: inline;
	margin-top: 10px;
}

.content_block {
	margin-bottom: 80px;
   	border-right: 1px dashed black;
}

.content {
	padding: 3px;
	margin-top: 0px;
	border-bottom: 1px dashed black;
}

div.footer {
	clear: both;
	border-top: 1px dashed #cccccc;
}

p.footer {
	font: 8pt sans-serif; 
}

div.screenshot_block {
	margin-bottom: 80px;
	width: 75%;
   	border-right: 1px dashed black;
}

p.screenshot_text {
	font: 8pt sans-serif; 
}

a:link, a:visited {
	color: #4B4BCC;
	text-decoration: none;
}

a:active {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	margin-top: 20px;
	margin-bottom: 0%;
	padding: 3px;
	font-size: 150%;
}

body {
	background: white;
	font-family: sans-serif;
	color: black;
	padding: 0px;
}

li {
	margin-bottom: 0.5em;
}
