/* CSS Document */
.fullheight{
	height:100%;
}

html {
	height:100%;
	}	
body {
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2f1505;
}

#container {
	width:901px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	padding-left:5px;
	background-color:#dfd1a8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#e3f0f2;
	line-height:21px;
	background-image:url(grafx/main-bg.gif);
	background-repeat:no-repeat;
	text-align:left;
}

#logoContainer {
	width:709px;
	height:220px;
	float:left;
	}

#bottom-nav {
	margin: 0 auto;   /* align for good browsers */
	font-family:Arial, Helvetica, sans-serif;
	width:855px;
	height:85px;
	padding:34px 20px 0px 31px;
	background-image:url(grafx/bottom-nav.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	color:#666666;
	text-align:right;
}
#bottom-nav a {
	text-decoration:none;
	color:#333333;
	}
#bottom-nav a:hover {
	text-decoration:underline;
}
	
.clearMe {
	clear:both;
	}
.floatMeLeft {
	float:left;
	}
#content {
	background-color:#dfd1a8;
	background-image:url(grafx/subpage_bg.jpg);
	background-repeat:no-repeat;
	color:#5b2c0f;
	float:left;
	width:776px;
	padding:160px 60px 20px 60px;
}
#content a, a:visited {
	color:#8d5330;
	text-decoration:none;
	}

#content a:hover {
	color:#fa670f;
	}
	
#content-About {
	background-color:#dfd1a8;
	background-image:url(grafx/subpage_bg.jpg);
	background-repeat:no-repeat;
	color:#5b2c0f;
	float:left;
	width:776px;
	padding:30px 60px 20px 60px;
}
.headline {
	font-size:18px;
	padding-bottom:18px;
	padding-top:18px;
	color:#46210c;
	}

.clearme {
	clear:both;
	}
.subheadline {
	color:#b14c0d;
	padding-bottom:9px;
	}

.subHeadLine2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	color:#b14c0d;
	padding:5px 0px;
	}
.legal-text {
	font-size:11px;
	line-height:14px;
	}
.pad-right {
	padding-right:60px;
	}
#column {
	width:228px;
	float:left;
	padding-right:30px;
	}

#column-twothree {
	width:456px;
	float:left;
	padding-right:40px;
	}

#high-light {
	float:left;
	width:896px;
	padding:20px 0px;
	background-color:#5B2C0F;
	color:#FFFFFF;
	font-size:14px;
	}
	
#high-light a, a:visited {
	text-decoration:none;
	color:#FFFFFF;
	}

#high-light a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	}