body {
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#container {
	width: 898px;
	margin: 0 auto;
	border: 1px solid #000;
}
#header {
	float: left;
	width: 898px;
	background-color: #FFFFFF;
	background-image: url(images/layout-baldwin-header-home.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 91px;
}
#header img {
	position: relative;
	top: 10px;
	left: 20px;
}
#navigation {
	float: left;
	width: 898px;
	background-color: #FFFFFF;
	/*background-image: url(images/layout-baldwin-subheader.jpg);*/
	background-position: right;
	background-repeat: no-repeat;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navigation ul {
	float: left;
	list-style: none;
	display: table-row;
	margin-top: 0;
	margin-left: 20px;
	padding: 0;
}
#navigation ul li {
	display: table-cell;
	float: left;
	margin: 0;
	text-align: center;
}
#navigation a, #navigation a:link, #navigation a:visited {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 8px 10px;
}
#navigation a:hover, #navigation a:active {
	color: #333;
}
#content {
	width: 898px;
	float: left;
	border-top: 20px solid #000;
	background-color: #9b9b9b;
	background-image: url(images/grey-oil-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#content-border {
	border: 5px solid #fff;
	margin: 10px;
}
#content-box {
	border: 1px solid #959C6B;
	padding: 5px;
	background-color: #fff;
}
#content h1 {
	color: #336699;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
}
#content h2 {
	color: #336699;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
}
#content h3 {
	color: #336699;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
}
#content h4 {
	color: #336699;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
}
#content p {
	font-size: 12px;
	color: #666666;
	margin-top: 0;
	padding-top: 0;
}
#content a, #content a:link, #content a:visited {
	color: #336699;
	text-decoration: underline;
}
#content a:hover {
	color: #36C;
}
#photos {
	position: relative;
	top: 180px;
	left: 20px;
}
#footer {
	margin: 0 auto;
	width: 898px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#footer a, #footer a:link, #footer a:visited {
	color: #333;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #666;
	text-decoration: underline;
}

