@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #d3d2b6;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	border-color: #FFFFFF;
	border-width: thin;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 10px;
}
h2 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	margin-top: 10px;
}
h3 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin-top: 10px;
}

a,  a:link {
  color: #FFFFFF;
  text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:focus {
  color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
#outerWrapper {
	background-color: #fff;
	border: solid medium #FFFFFF;
	margin: 20px auto 0 auto;
	text-align: left;
	width: 780px;
}
#outerWrapper #header {
	background-color: #d3d2b6;
	font-size: 18px;
	font-weight: bold;
	height: 120px;
	line-height: 15px;
	background-image: url(../images/orlando-fishing.jpg);
}
#outerWrapper #nav {
	background-color: #CD9B69;
	border-bottom: solid 3px #FFFFFF;
	font-size: 12px;
	height: 130px;
	line-height: normal;
	border-top: solid 3px #FFFFFF;
	padding-top: 8px;
}
#outerWrapper #contentWrapper #content1 {
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	background-image:url(../images/pagetop.jpg);
	background-repeat: no-repeat;
	background-color:#e0dbbe;
	border-bottom: solid 3px #FFFFFF;
  }
  #outerWrapper #contentWrapper #content2 {
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	background-color:#b4a97c;
  }
#outerWrapper #footer {
	background-color: #333333;
	border-top: solid 1px #666;
	padding: 10px 10px 10px 10px;
}
.nav {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
}
.nav a:link {color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none
}
.nav a:visited {color: #ffffff;
	text-decoration:none;
}
.nav a:active {color: #112b50;
	text-decoration:none;
}
.nav a:hover {
	color: #112b50;
		text-decoration:none;
}
.photo_boader {

	padding: 6px;

	border: 1px solid #FFFFFF;
	}
.footerstyle {
	color: #CCCCCC
}
.pagetop {
	color: #3366CC
}
.FeaturedItem {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666; /* Border Light */
	border-right-color: #666666; /* Border Light */
	border-bottom-color: #666666; /* Border Light */
	border-left-color: #666666; /* Border Light */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

