/* @override http://local.dev/keld/css/main.css */

body {
	text-align: center;
	font: 12px "Trebuchet MS";
	line-height: 140%;
}

#footer {
	margin-bottom: 150px;
	clear: both;
}

#wrapper {
	width: 700px;
	text-align: left;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	width: 200px;
	float: left;
}

/* @group Menu */

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

#menu li a {
	text-decoration: none;
	color: #000;
}

#menu li#here a {
	border-bottom: 2px solid #aaa;
}

#menu li a:hover {
	border-bottom: 2px solid #b18f0e;
}



/* @end */

#content h2 a {
	color: #000;
}

#content {
	float: right;
	width: 500px;
}