* {
	font-family: Verdana, Lucida, Arial, sans-serif; 
}

#Navigation a, #Navigation a:visited {
	color: black;
	text-decoration: none;
	font-size: 13px;
	display: inline-block;
	padding: 5px;
	width: 190px;
	background: url(https://www.referencearchitecture.org/themes/blackcandy/images/page_white_text.png) no-repeat left center;
	padding-left: 20px;	
}

#Navigation a.current {
	background-color: #c1c1c1;
}

#Header {
	background: url(https://www.referencearchitecture.org/themes/blackcandy/images/rackspace-logo.png) no-repeat 10px center black;
	color: white;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1000;
	padding: 5px;
	padding-left: 20px;
	padding-left: 200px;
}

a, a:visited {
	color: #c33727;
}

#Header p {
	font-size: 0.7em;
	font-weight: normal;
}

#Container {
	margin-top: 150px;
}

#Navigation {
	float: left;
	width: 200px;
	position: fixed;
}

#Navigation li {
	list-style-type: none;
}

#Layout {
	margin-left: 240px;
	width: 800px;
}

#Footer {
	margin-left: 240px;
}