html, body {
	margin : 0px;
	height : 100%;
	overflow : hidden;
}

body, td {
	font-family : tahoma, arial, helvetica, sans-serif;
	font-size : 12px;
	color : #907866;
}

img {
	border : none;
}

a {
	color : #5E6C81;
}

#bg {
	z-index : 0;
}

.clear {
	clear : both;
}

#siteContainer {
	position : absolute;
	z-index : 100;
	text-align : center;
	height : 100%;
	width : 100%;
	overflow : auto;
}

#contentContainer {
	width : 971px;
	margin-top : 60px;
	text-align : left;
}

#content {
	background : url(/images/layout/content_bg.png) repeat-y;
	position : relative;
	width : 971px;
}


.contentPadding {
	padding : 0 30px 20px 30px;
	line-height : 1.6em;
}

#woodTop {
	position : absolute;
	top : -40px;
}

#nav {
	text-align : center;
	padding : 30px 0px 20px 0px;
}

#nav a {
	margin : 20px;
}

#teasers {
	background : url(/images/layout/teasers_bg.png) repeat-y;
	color : #fff;
	line-height : 1.4em;
	font-size : 11px;
}

.teaser {
	width : 460px;
	height : 120px;
	margin : 20px 0px 10px 20px;
	float : left;
}

.teaserPhoto {
	float : left;
	margin-right : 10px;
}

.teaser h2 {
	margin : 0px;
}

.smalltext {
	font-size: 10px;
	color: #485A25;
}

#footer {
	text-align : center;
	font-size : 11px;
	margin-top : 10px;
}

#footer, #footer a {
	color : #341705;
}

#emailForm input.text {
	width : 120px;
	margin : 2px 5px 10px 0px;
	border : 1px solid #BAB7A6;
	border-bottom : 1px solid #fff;
	border-right : 1px solid #fff;
}

input, a {
	outline : none;
}

.emailFormContainer {
	/* background : #9F8F83; */
	background : url(/images/email_bg.png) no-repeat right bottom;
	padding : 10px;
	margin : 0px 30px;
	margin-top : 15px;
}

.emailFormContainer .label {
	color : #fff;
}

.emailFormContainer #success {
	color : #fff;
}