html, body, * {
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
}

body {
	margin: 0;
	padding: 0;
	background: #ccc;
}

h1 {
	width: 750px;
	text-align: right;
	padding-right: 20px;
	text-transform: lowercase;
	color: #000;
	font-size: 40px;
	line-height: 40px;
	margin: 25px auto -6px auto;
	z-index: -10;
	position: relative;
}

h1:first-letter {
	color: #060;
}

h2 {
	font-weight: bold;
	text-decoration: overline;
	padding: 0;
	margin: 0 0 10px 0;
}

#container {
	position: relative;
	z-index: 10;
	width: 750px;
	margin: 0 auto;
	border: 1px solid #000;
	border-top: 6px solid #060;
	padding: 10px;
	background: #eaeaea;
}

#menu {
	float: left;
	width: 100px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li {
	margin-bottom: 10px;
}

#menu li a {
	display: block;
	border: 1px solid #000;
	padding: 5px;
	text-align: center;
	color: #000;
	text-decoration: none;
	background: #fff;
	font-weight: bold;
}

#menu li a:hover {
	background: #999;
	color: #fff;
}

#content {
	margin: 0 0 0 110px;
	height: 600px;
	overflow: auto;
	border: 1px solid #000;
	line-height: 23px;
	color: #000;
	padding: 5px;
	background: #fff;
}

#content p {
	margin: 0 0 10px 0;
}

#content div.code {
	font-family: "courier new", monospace;
	white-space: pre;
	border: 1px solid #060;
	background: #efe;
	line-height: normal;
	padding: 5px;
	margin: 0 0 10px 0;
}

