@charset "utf-8";
/* CSS Document */
html{
	background-color:#ffffff;
	margin:0;
	padding:0;
	}
body
{
	text-align: center;
	background-image:url(../images/graphics/manistee-river-trips-2.jpg);
	background-repeat:repeat;
	margin:0;
	padding:0;
}

.table-paragraph {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0;
	padding: 0 6px 0 6px;
}

#columns 
{
	width:465px;
	display:inline;
	float:left;
	margin-right:12px;
}


#container
{
	margin-top:8px;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	text-align: left;
	background-color: #ffffff;
	background-image:url(../images/graphics/manistee-river-canoe-trips.jpg);
	background-repeat:repeat-x;
} 
#header {
	width: 990px;
	clear:both;
	min-height:220px;
	height:220px;
	margin:0 auto;
	text-align:center;
	}
#canoe-manistee-river {
	width: 990px;
	clear:both;
	min-height:71px;
	height:71px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	width:954px;
	margin-left:18px;
}
#content p {
	font-size:12px;
}
#content h1 {
	font-size:16px;
	font-weight:bold;
	color:#000066;
}
#content h2 {
	font-size: 14px;
	color:#666666;
	font-style:italic;
	margin-top:-5px;
}
#content h3 {
	font-size:12px;
	font-weight:bold;
	color:#000066;
	margin-bottom:-12px;
}
.image-left {
	float:left;
	margin-right:8px;
}

.image-right {
	float:right;
	margin-left:8px;
}
#footer {
	margin: 5px auto 0 auto;
	height: 32px;
	width:990px;
	text-align:center;
	background-color:#000099;
	padding-top: 16px;
	font-size: 11px;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer a:link {
	color:#FFCC00;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #FFCC00;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
#footer a:active {
	text-decoration: none;
	color: #FFCC00;
}
.clear-right { clear:right; }