@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(../photos/background-ocean.jpg);
	background-repeat: repeat-x;
	background-color:#2274a4;
	width:100%;
	text-align: center;	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
	}
.twoColFixLtHdr #wrapper {
background-image:url(../images/orca.png);
background-repeat:no-repeat;
background-position:0 300px;
margin-top:-15px;
}
.twoColFixLtHdr #grizzly_bear_viewing{
margin-top:-24px;
padding-bottom:18px;
margin-bottom:-80px;
margin-right:5px;
}

.twoColFixLtHdr #guaranteed_bear_sightings{
margin-top:-14px;
margin-left:-10px;
margin-bottom:-74px;
}
.twoColFixLtHdr #testimonials_photo{
margin-top:10px;
}

.twoColFixLtHdr #info_bar{
margin-top:15px;
margin-left:925px;
margin-bottom:-628px;
}
	
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFF3BF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border-left:3px solid #2E2E2E;
	border-right:3px solid #2E2E2E;
	border-bottom:3px solid #2E2E2E;
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 

.twoColFixLtHdr #header { 
	margin-top:0px;
	padding: 0px 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #navbar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 110px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF3bf; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 0px 5px;
	margin-top:-65px;
	}
	
.twoColFixLtHdr #mainContent { 
	background:#FFF3bf;
	margin: -20px 0px 0 115px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 30px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}
	 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF3bf; 
	}
	 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:9px;
}
.twoColFixLtHdr #footer2 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	margin-top:-10px;
	font-size:10px;
	color:#ffffff;
}
.twoColFixLtHdr #footer2 a:link {
	color:#00CCFF;
	text-decoration: none;
}
.twoColFixLtHdr #footer2 p a:visited {
	text-decoration: none;
	color: #00FFCC;
}
.twoColFixLtHdr #footer2 p a:hover {
	text-decoration: none;
	color:#330066;
}
.twoColFixLtHdr #footer2 p a:active {
	text-decoration: none;
	color: #00FFFF;	
}	

.twoColFixLtHdr #telephone{
color:#000099;
font-size:16px;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img#logo{
border:none;
margin-top:5px;
margin-bottom:-25px;
}

img#dream{
margin-top:-50px;
}
img#guides_tag{
margin-left:-247px;
margin-top:-143px;
}

img#header_lines{
margin-left:20px;
margin-top:0px;
margin-bottom:5px;
}
img#footer_lines{
margin-top:-25px;
margin-bottom:2px;
}
img#wildlife_tours{
margin-left:10px;
margin-top:-30px;
margin-bottom:30px;
}
img#adventure_tours{
margin-left:220px;
margin-top:-5px;
}
img#grizzly_bear{
border:none;
}

img#orca_whale{
border:none;
}
img#eagle{
margin-left:60px;
margin-top:-10px;
margin-bottom:-30px;
}
img#rates{
border:none;
}
img#seal{
margin-top:100px;
margin-left:-15px;
}
img#west_coast_native_history{
border:none;
}
img#icon_links{
border:none;
}

img#rates_icon{
margin-right:5px;
margin-top:0px;
border:none;
}
img#discovery_harbour_marina{
border:none;
}
img#wildlife_photo_gallery{
border:none;
margin-top:-30px;
}
img#phone_us{
margin-left:50px;
margin-bottom:0px;
}
table#nav_bar{
margin-top:0px;
margin-left:100px;
}
table#recent_wildlife_sightings{
margin-top:7px;
margin-bottom:-6px;
}
img#grizzly_bear{
padding-top:10px;
margin-bottom:-10px;
}
img#grizzly_bear_sticker{
border:none;
}
img#whale_watching_sticker{
margin-top:5px;
border:none;
}
img#marine_wildlife_viewing{
margin-top:0px;
margin-bottom:2px;
margin-right:-15px;
border:none;
}

img#email{
margin-bottom:-15px;
border:none;
}

img#facebook{
margin-top:10px;
margin-bottom:-25px;
border:none;
padding-bottom:10px;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333333;
	font-size: 10pt;
}

h6 {
	font-size: 7pt;
	color: #000000;
	}

h1 {
font-size:10pt;
color:#453125;
}

h2{
color:#4b3d2d;
font-size:8pt;
}


a:link {
	color:#6B442C;
	text-decoration: none;
}
a:hover {
	color:#317720;
	text-decoration: none;
}
a:visited {
	color: #6B442C;
	text-decoration: none;
}
a:active {
	color: #009900;
	text-decoration: none;
}
.style1 {font-size: 9pt}
