body {
	font-size: 62.5%; /* == 10px */
	font-family: sans-serif;
	color: black;
	width: 700px;
	border-right: 1px solid black;
}

input, select, th, td {
	/* These don't inherit from body */
	font-size: 1em;
}

#header {
	background-color: #fff;
	border-bottom: 1px solid #333333;
}

#content {
	padding-top: 1em;
	margin: 0 2em 0 200px;
}

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

#content ul li {
	margin: 0;
}

#content ul li a {
	display: block;
	padding: 2px 2px 2px 0.5em;
	/*border-left: 1px solid #000;*/
	/*border-right: 1px solid #ccc;*/
	/*border-bottom: 1px solid #ccc;*/
	background-color: #fff;
	color: #000;
	text-decoration: none;
	width: 100%;
}

html>body #content ul li a {
	width: auto;
}

#content ul li a:hover {
	/*border-left: 1px solid #ccc;*/
	/*border-right: 1px solid #ccc;*/
	/*border-bottom: 1px solid #ccc;*/
	background-color: #fff;
	color: #444;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

label {
	display: block;
	text-align: right;
	float: left;
	padding-right: 20px;
	width: 140px;
}

input {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 140px;
}

#content table {
	border-collapse: collapse;
}

#content th {
	font-style: bold;
	font-size: 1em;
	text-align: left;
	background-color: #000;
	color: #fff;
}

#content td {
	color: #000;
}

#content a {
	color: #995500;
}

#content a:hover {
	background-color: #995500;
	color: #000;
}

#content tr.data {
	border: 2px solid #fff;
	background-color: #ccc;
}

#content tr.data:hover {
	background-color: #aaa;
}

#footer {
	clear: both;
	background-color: #cccccc;
	padding-bottom: 1em;
	border-top: 1px solid #333333;
	padding-left: 200px;
}
