#header {
	border-top: 10px solid #95754E;
	background: #141414;
	height: 150px;
	margin-bottom: 5px;
}

#header h1 {
	float: left;
	margin: 15px 10px;
	font-weight: bold;
}

#header h1 a {
	color: #FFF;
	text-decoration: none;
}

#header h1 a span {
	color: #84633C;
}

#header h2 {
	float: right;
	margin: 100px 10px 15px;
	color: #767878;
}

#content {
	background: #FFF;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

#content, #navigation, #drawings {
	height: 355px;
}

#navigation {
	float: left;
	width: 200px;
	background: #3B3D3C;
	margin: 0px 5px 5px 0px;
}

#navigation ul, #navigation ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation ul {
	margin: 75px 5px 0px;
}

#navigation ul li {
	text-align: right;
}

#navigation ul li a {
	display: block;
	padding: 10px 7px 0px;
	color: #FFF;
	text-decoration: none;
  font-family: "Baskerville Old Face", "Times New Roman", Times, serif;
	font-size: 1.5em;
}

#navigation ul li a:hover {
	color: #95754E;
}

#drawings {
	float: left;
	width: 495px;
	text-align: center;
	vertical-align: middle;
}

#footer {
	background: #A4A6A6;
	height: 75px;
}

#footer p {
  font-family: "Baskerville Old Face", "Times New Roman", Times, serif;
	color: #000;
	background: #95754E;
	float: right;
	width: 290px;
	border-left: 5px solid #FFF;
	padding: 55px 5px 2px 200px;
	text-align: right;
}

#footer p a {
	color: #000;
}