/* @override http://bricklove.martijnvanbachum.com/css/screen.css */

body {
	margin: 0;
	padding: 0;
	color: #000;
	font: 0.9em/1.3em Verdana, sans-serif;
}

#header {
	padding: 0;
	border-bottom: 1px solid;
	width: 100%;
	padding-bottom: 20px;
}

#logo {
width: 100px;
margin-left: 90px;
float: left;

}

#title {
	width: 600px;
margin-left: 300px;}

#title h1 {
padding-top: 30px;
padding-bottom: 0px;
margin-bottom: 0;
}

#logo a {
	display: block;
	text-indent: -999em;
	background-image: url(../images/logo.png);
	width: 100px;
	height: 100px;
}

#sidebar {
	position: absolute;
	margin: 40px 0;
width: 100%;	padding-top: 40px;
	float: left;
		border-top: 1px solid;
	border-bottom: 1px solid;

}

#sidebar ul {
	list-style: none;
	padding: 0;
	width: 100%;
			border-top: 1px solid;
	border-bottom: 1px solid;

}

#sidebar li {
	width: 165px;
	padding: 5px 10px;

}

#sidebar li a {
	color: #000;
}

#content {
	position: absolute;
	margin: 0 300px;
	clear: both;
	width: 640px;
		padding-top: 40px;

}

#footer {
	width: 100%;
		border-top: 1px solid;

}
h1 {
	font-size: 4.5em;
}

h2 {
	font-size: 3em;
	text-transform: uppercase;
}

a:link, a:hover, a:visited {
	color: #000;
}
