/* CSS Document */
body {
	background: #000;
	color: #b7b5b2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
}
#wrapper {
	width: 710px;
	position: absolute;
	height: 565px;
	left: 50%;
	top: 50%;
	margin-left: -355px;
	margin-top: -282px;
}
#header {
	background: #6A5741;
	width: 710px;
	background-image: url(../../images/since1951.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#nav {
	width: 710px;
	background: #352E25;
	height: 38px;
}
#faux {
	min-height: 350px;
	background: transparent url(../../images/faux.gif) repeat scroll 0%;
	overflow: auto;
	width: 100%;
}
#faux2 {
	min-height: 350px;
	background: transparent url(../../images/faux2.gif) repeat scroll 0%;
	overflow: auto;
	width: 100%;
}
#leftCol {
	width: 226px;
	float: left;
	min-height: 350px;
	height: 350px;
}
#mainCol {
	float: right;
	position: relative;
	min-height: 350px;
	width: 484px;
}
#subCol {
	float: left;
	display: inline;
	width: 200px
}
#footer {
	clear: both;
	background: #80705D url(../../images/rooted.jpg) no-repeat right;
	height: 60px;
}
.content {
	line-height: 24px;
	padding: 20px;
}
.clear {
	background: transparent none repeat scroll 0%;
	clear: both;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #b7b5b2;
	text-decoration: none;
}
a:focus {
	outline: 0 !important;
	border: none !important;
}
p {
	margin: 0 0 10px 0;
}
h1, h2, h3, h4, h5 {
	color: #b7b5b2;
	margin: 0 0 10px 0;
}
h2 {
	text-transform: uppercase;
	font-size: 16px;
}
h3 {
	text-transform: uppercase;
	font-size: 14px;
}
.datelist,
.dates,
.projects {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dates {
	font-size: 11px;
	line-height: 16px;
}
p.small {
	line-height: 18px;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
legend {
	padding: 0;
}
label {
	display: block;
}
#name,
#email,
#message {
	border: 1px solid #B7B5B2;
	margin: 0 0 5px 0;
	padding: 5px;
	width: 188px;
}
