body,
html {
    margin:0;
    padding:0;
	background-color:#c7d1d4;
}

#head_wrap{
	margin:0 auto;
	background-image: url(../images/background_logo.png);
	background-repeat:repeat-x;
}

#nav_wrap{
	margin:0 auto;
	background-image: url(../images/nav_bg.png);
	background-repeat:repeat-x;
	max-height:40px;
}

#body_wrap{
	margin:0 auto;
	background-color:#c7d1d4;
	background-image: url(../images/body_bg.png);
	background-repeat:repeat-x;
}

#foot_wrap{
	clear:both;
	margin:0 auto;
	background-color:#c7d1d4;
}

#head_size_wrap{
	margin:0 auto;
	width:750px;
}

#nav_size_wrap{
	background-color:#ffffff;
	margin:0 auto;
	width:750px;
}

#body_size_wrap{
	background-color:#c7d1d4;
	margin:0 auto;
	width:750px;
}

#foot_size_wrap{
	background-color:#c7d1d4;
	margin:0 auto;
	width:750px;
}

#header{
	max-height:120px;
	background-image: url(../images/background_logo.png);
}

#nav{
	background-image: url(../images/nav_bg.png);
	background-repeat:repeat-x;
	max-height:40px;
	text-align:center;
}

#body{
	background-image: url(../images/body_bg.png);
	background-repeat:repeat-x;
	margin:0 auto;
    width:750px;
	min-height:104px;
}

#main {
	float:left;
    width:490px;
	padding-left:15px;
}

#main h1, h2, h3, h4 {
	 font-family:Arial;
	 color:#007fff;
}


.myH {
	 margin:0;
	 padding-bottom:4px;
	 font-family:Arial;
	 color:#007fff;
	 border-bottom:1px #007fff dotted;
}

#main p {
	margin:0;
	font-size:14px;
	line-height:1.5;
	color:#666666;
	font-family:Arial;
}

.bodyText {
	font-size:14px;
	line-height:1.5;
	color:#666666;
	font-family:Arial;
}

#main a {
	text-decoration:none;
	font-weight:normal;
	font-family:Arial;
	color:#007fff;
}

#main a:visited {
	text-decoration:none;
}

#main a:active {
	text-decoration:none;
}

#main a:hover {
	text-decoration:underline;
	color:#007fff;
}
	
#sidebar {
	float:right;
    width:210px;
	padding-right:20px;
}

#sidebar h1, h2, h3, h4 {
	 margin:0;
}

#sidebar p {
	margin:0;
	font-size:14px;
	line-height:1.5;
	color:#666666;
	font-family:Arial;
}

#sidebar a {
	text-decoration:none;
	font-weight:normal;
	font-family:Arial;
	font-size:12px;
	color:#007fff;
}

#sidebar a:visited {
	text-decoration:none;
}

#sidebar a:active {
	text-decoration:none;
}

#sidebar a:hover {
	text-decoration:underline;
	color:#007fff;
}

#footer {
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

#nav ul{
    margin:0;
    padding:0;
    list-style:none;
}
	
#nav li{
	line-height:40px;
    display:inline;
    margin:0;
    /*padding:0;*/
	padding-right:30px;
}

#nav ul li a {
	/* padding-left:35px;  width of icon + whitespace */
	text-decoration:none;
	font-weight:normal;
	font-family:Arial;
	font-size:18px;
	color:#ffffff;
}

#nav ul li a:visited {
	text-decoration:none;
}

#nav ul li a:active {
	text-decoration:none;
}

#nav ul li a:hover {
	text-decoration:none;
	color:#007fff;
}

/* Main Footer Section */
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
  	margin:0; 
  	padding: 0;
	display:inline;
	text-decoration:none;
	font-weight:bold;
	font-family: Arial;
	font-size:12px;
	color:#666666;
}

#footer ul li a {
	text-decoration:none;
	font-family: Arial;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}

#footer ul li a:visited {
	text-decoration:none;
}

#footer ul li a:active {
	text-decoration:none;
}

#footer ul li a:hover {
	text-decoration:underline;
	color:#666666;
}

.copyright {
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color:#999999;
}

#copyright {
	clear:both;
	text-align:center;
}

body#home a#homenav,
body#hunting a#huntingnav,
body#fishing a#fishingnav,
body#tourism a#tourismnav,
body#photo a#photonav,
body#contact a#contactnav {
	color:#007fff;
}

#top_frame {
	background: url(../images/top_frame.png) no-repeat bottom left;
	min-height:15px;
	min-width:750px;
	float:left;
	padding-top:10px;
}

#center_frame {
	background: url(../images/center_frame.png) repeat-y center left;
	min-height:15px;
	min-width:750px;
	float:left;
}

#bottom_frame {
	background: url(../images/bottom_frame.png) no-repeat top left;
	min-height:15px;
	min-width:750px;
	float:left;
}

/*mage background and hover effect*/ 
.mythumbnail {
	float: left;
	background: url(../images/shadow.png) no-repeat bottom right;
	margin: 5px 15px 0px 6px;
 	padding: 0px 0px 0px 0px;
}

.mythumbnail img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

.mythumbnail img:hover {
	background-color: #ccd;
}

.contact_heading {
	font-weight:bold;
	color:#000000;
}


