* {
	color: #666;
	font-size: 12px;
	font-family: "Trebuchet MS";
}

* html #content-container {
	height: 365px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

div#navigation {
	width: 487px;
	height: 27px;
	position: absolute;
	top: 139px;
}

div#logo {
	width: 368px;
	height: 172px;
	background-image: url("../images/logo.jpg");
	background-repeat: no-repeat;
	margin-left: 532px;
}

h1#sitename {
	margin: 0;
	width: 368px;
	height: 172px;
	text-indent: -1800px;
	display: block;
}

h1#sitename a {
	color: #DBDBDB;
	width: 368px;
	height: 172px;
	display: block;
}

div#header-image-home {
	width: 900px;
	height: 335px;
	background-image: url("../images/header_home.jpg");
	background-repeat: no-repeat;
	margin-bottom: 49px;
}

div#header-image-sub {
	width: 900px;
	height: 192px;
	background-image: url("../images/header_sub.jpg");
	background-repeat: no-repeat;
	margin-bottom: 49px;
}

div#content-container {
	background-color: #fff;
	min-height: 365px;
	width: 900px;
	margin-top: -5px;
}

div#column-one {
	width: 473px;
	float: left;
	margin-top: 15px;
	display: block;
}

div#column-two {
	width: 427px;
	float: right;
	display: block;
}

div#column-container {
	background-image: url("../images/column-backer.gif");
	background-repeat: repeat-y;
}

div#column-top {
	background-image: url("../images/column-top.gif");
	background-repeat: no-repeat;
	width: 427px;
	height: 67px;
}

div#column-bottom {
	background-image: url("../images/column-bottom.gif");
	background-repeat: no-repeat;
	width: 427px;
	height: 96px;
}

div#column-content {
	margin-top: -45px;
	margin-left: 35px;
}

div.content-pad {
	padding-left: 8px;
	padding-right: 10px;
}

h1 {
	font-size: 28px;
}

h1 * {
	font-size: 28px;
}

h1.page-header {
	color: #98C238;
	font-size: 36px;
	margin-top: 0px;
}

h2 {
	font-size: 24px;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

div#wrapper-footer {
	height: 184px;
	background-image: url("../images/footer.jpg");
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	background-position: center top;
}

div#footer-container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

div#footer-logo {
	width: 149px;
	height: 113px;
	margin-left: 736px;
	position: absolute;
}

div#footer-nav {
	margin-top: 43px;
	position: absolute;
}

div#footer-nav a {
	color: #333;
	text-decoration: none;
}

div#footer-nav a:hover {
	color: #333;
	text-decoration: underline;
}

div#footer-content {
	color: #333;
	font-size: 11px;
	position: absolute;
	margin-top: 70px;
}