/**
 * FontLister 4.0 Basic Stylesheet
 * 
 * <author>Peter Theill</author>
 */

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: black;
}

th {
	border-bottom: 1px solid #666666;
	whitespace: nowrap;
}

h3 {
	font-family: Trebuchet MS;
	font-size: 16px;
}

#header {
	position: absolute;
	left: 140px;
	padding: 16px;
}

#menu {
	float: left;
	padding: 16px;
}

#menu ul {
	margin: 0;
}

#menu li {
	list-style-type: none;
}

#menu a {
	text-decoration: none;
	color: black;
	font-family: Tahoma, Sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: lowercase;
}

#menu a:hover {
	color: orange;
}

#content {
	padding: 16px;
	position: absolute;
	top: 60px;
	left: 140px;
	border-left: 3px solid #ddddff;
}