@charset "utf-8";

:focus {
	outline: 0;
}

html, body {
	height:100%;
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#top {
	height: 1px;
	width: 1px;
	position: absolute;
	top: 0px;
	background: none;
}

#wrapper {
	position:relative;
	height:auto;
	min-height:100%;
	background: url(images/content-wrapper-bg.gif) top center repeat-y #d8d1cb;
	}

#header-wrapper {
	width:100%;
	height:131px;
	background: url(images/header-wrapper-bg.gif) top left repeat-x;
	}

#header {
	display:block;
	width:966px;
	height:131px;
	margin: 0 auto;
	background: url(images/header-bg.gif) repeat-x;
	text-align:left;
	}

#header h1 {
	margin:0;
	padding:0;
	width:283px;
	float:left;
	}

#header h1 a {
	background: url(images/peter-strom-rollover-small.gif) top left no-repeat;
	display:block;
	width:283px;
	height:131px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	}

#header h1 a:hover {
	background-position: 0 -131px;
	}

#header-curve {
	float:left;
	width:112px;
	height:131px;
	background: url(images/header-curve.gif) top left no-repeat;
	}

#header ul {
	float:left;
	list-style-type:none;
	height:85px;
	width:auto;
	margin: 0 157px 0 80px;
	padding:0;
	}

#header ul li {
	float:left;
	margin:0;
	padding:0;
	display:inline;
	clear:none;
	}

#header ul li a#about {
	display:block;
	clear:none;
	width:159px;
	height:85px;
	background: url(images/about-btn-rollover.gif) top left no-repeat;
	text-indent:-9999px;
	}

#header ul li a#about:hover {
	background-position: 0 -85px;
	}

#header ul li a#about.current {
	background-position: 0 -170px;
	}

#header ul li a#contact {
	display:block;
	width:160px;
	height:85px;
	background: url(images/contact-btn-rollover.gif) top left no-repeat;
	text-indent:-9999px;
	}

#header ul li a#contact:hover {
	background-position: 0 -85px;
	}

#header ul li a#contact.current {
	background-position: 0 -170px;
	}

#header-right {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:15px;
	height:131px;
	background: url(images/header-right-bg.gif) top left no-repeat;
	}

#content-wrapper {
	width:900px;
	margin: 0 auto;
	padding: 0 25px 0 41px;
	height: auto;
	}

.clear-float {
	display: block;
	height: 0px;
	width: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0 0 85px 0;
	clear: both;
	}

#footer-wrapper {
	position:absolute;
	bottom:0;
	height:60px;
	width:100%;
	background: url(images/footer-wrapper-bg.gif) top left repeat-x #5e4642;
	}

#footer {
	width:966px;
	height:60px;
	margin: 0 auto;
	padding:0;
	background: url(images/footer-bg.gif) top left no-repeat;
	}

#footer ul {
	width: 302px;
	height:60px;
	margin: 0 auto;
	padding: 0;
	list-style:none;
	}

#footer ul li {
	margin:0;
	display:inline;
	text-align:center;
	}

#footer ul li a {
	margin:16px 0 0;
	padding:10px 0 0;
	display:block;
	float:left;
	height:34px;
	width:150px;
	color:#bbaea6;
	border-right: 1px solid #5e4642;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:0.1em;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	}

#footer ul li a:hover, #footer ul li a.current {
	background:#745f5a;
	}

#footer #fine-print {
	position:relative;
	top:26px;
	margin: 0 12px 0 0;
	padding:0;
	float:right;
	height:15px;
	width:auto;
	text-align:right;
	color:#bbaea6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}

#footer #fine-print a {
	color:#bbaea6;
	text-decoration:underline;
	}

#footer #fine-print a:hover {
	text-decoration: none;
	}

