body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	height: 100%;
}

#wrapper_header {
	width: 100%;
	height: 80px;
}

#subheader {
	text-align: center;
	font-family: 'Mate SC'; 
	font-size: 13px;
	font-weight: bold;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	clear: both;
	margin: 0 12px;
	padding: 2px 0 4px 0;

}

.logo {
	margin: 15px 15px 10px 20px;
	float: left;
	width: 175px;
}

.nav {
	float: left; 
	font-family: 'Bitter'; 
	font-size: 16px; 
	margin: 22px 0 10px 35px;
}
.nav a {
	color: #000;
}
.nav a:visited {
	color: #000;	
}
.nav a:hover {
	color: #349;	
}

#wrapper_left {
	float: left; 
	width: 12px; 
	height:480px; 
}
#wrapper_body {
	float: left; 
	width: 956px; 
	height:480px; 
	text-align: justify;
}
#wrapper_right {
	float: left; 
	width: 12px; 
	height:480px; 
}


#wrapper_main {
	width: 100%;
	height: 480px;
	padding: 0 15px 18px 15px;
}

#wrapper_footer {
	width: 100%;
	height: 41px;
	padding: 6px 0;
	font-family: 'Mate SC'; 
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	clear: both;
}

/*
#wrapper_outer {
	width: 980px;
	height: 741px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -400px;
	margin-left: -416px;
}
*/
#wrapper_outer {
	width: 980px;
}
h1 {
	font-family: 'Mate SC'; 
	border-bottom: 1px solid #333;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 20px;
	margin: 10px;
	padding: 0 0 6px 0;
}

p {
	margin: 0 10px 9px 10px;
}

img {
	border: 0px;
}

a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	color: #558;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.dropcap {
	float: left;
	margin: 6px 3px 0 0;
}

/* Default Columns */
#colLeft {
	font-size: 1em;
	line-height: 20px;
	float: left;
}
#colRight {
	float: right;
	font-size: 14px;
}
#colRight a {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform:uppercase;
}
#colLeft .heading {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 3px;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #000;
}


/* Land Columns */
#colLeft.land {
	width: 750px;	
}
#colRight.land {
	width: auto;
	text-align: center;
	padding: 10px;
}

/* Rangeley Columns */
#colLeft.rangeley {
	width: 540px;	
}
#colRight.rangeley {
	width: 410px;	
	padding: 5px 0;
}
#colRight.rangeley img {
	float: left;
	margin: 10px;
	border: 1px solid #666;
}

/* Round Pond Colums */
#colLeft.roundpond {
	width: 540px;	
}
#colRight.roundpond {
	width: 410px;	
	padding: 5px 0;
}
#colRight.roundpond img {
	float: left;
	margin: 10px;
	border: 1px solid #666;
}

/* Location Columns */
#colLeft.location {
	width: 300px;	
}
#colRight.location {
	width: auto;
	margin: 10px;
}
#colRight.location p {
	margin: 0 0 9px 0;
}

/* Historical Columns */
#colLeft.historical {
	width: 725px;	
}
#colRight.historical {
	width: auto;
	margin: 10px;
}

/* Contact Columns */
#colLeft.contact {
	width: 300px;	
}
#colRight.contact {
	width: 625px;
}
.contactLeft {
	float: left;
	width: 140px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding: 3px 3px 0 0;
}
.contactRight {
	width: auto;
	margin-bottom: 6px;
}
.contactRight input {
	width: 160px;
	font-size: 12px;
}
.contactSend {
	text-align: center;
}

