body {
	color: #666;
}

a, a:hover, a:active, a:visited {
	color: #666;
}

h1, h2, h3 {
	color: #333;
}

h1 {
	font-weight: normal;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

pre, code {
	font-size: 14px;
	background-color: #efefef;
}

pre {
	line-height: 1.2em;
	width: 70%;
	margin-left: 50px;
	padding: 10px;
	border: 1px solid #ccc;
}

#header {
	height: 60px;
	background-color: #262626;
}

#header h1 {
	color: #34BEEE;
}

#menu {
	list-style-type: none;
	margin-left: 25px;
}

#menu li {
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0 7px 0 7px;
	line-height: 60px;
}

#menu li a,
#menu li a:active,
#menu li a:hover {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	font-family: 'Lucida Grande', 'Lucida Sans', sans-serif;
}

#menu li a:hover {
	color: #34BEEE;
}

#content {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.5em;
	min-height: 500px;
	font-family: Georgia, serif;
}

#footer {
	background-color: #efefef;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #aaa;
	
	border-top: 1px solid #ccc;
}
