/*** GENERAL ******************************************************************/

* {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	background: url('../images/bg-body.jpg') repeat-y 50% 0 #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
	}
	
#container {
	width: 749px;
	margin: 0 auto;
	height: 500px;
	background: url('../images/bg-header.jpg') no-repeat top right;
	}

a {
	color: #0080AA;
	}
	
a img {
	border: 0;
	}
	
p, li {
	font-size: .9em;
	line-height: 1.4em;
	}

.top-line {
	background: url("../images/line-vert.gif") repeat-x;
	padding-top: 10px;
	margin: 0 20px;
	}
	
.copper {
	color: #D2781D;
	}
	
.photo {
	 padding: 10px; 
	 border: 1px solid #ccc; 
	 background: #fff;
	 }
	
.red {
	color: #900; 
	}
/*** HEADER ******************************************************************/

#header {
	
	}
	
#logo {
	
	}

/*** NAV ******************************************************************/

#nav {
	margin: 0 15px 25px 15px;
	padding: 0;
	background: url("../images/line-vert.gif") repeat-x top left;
	font-size: .9em;
	color: #999;
	}
	
#nav ul {
	list-style: none;
	background: url("../images/line-vert.gif") repeat-x bottom left;
	}

#content #nav ul li {
	float: left;
	padding: 10px 8px;
	/*border-right: 1px dashed #ccc; */
	background: url("../images/nav-divider.gif") no-repeat top right;
	margin: 0;
	}
	
#nav ul li a {
	text-decoration: none;
	}
	
#nav ul li a:hover {
	text-decoration: underline;
	}
	
#nav ul li.selected a {
	color: #333;
	font-weight: bold;
	}

/*** CONTENT ******************************************************************/
	
#content {
	float: left;
	width: 450px;
	margin: 0;
	padding: 5px 0 0 0;
}

#content h1 {
	margin: 30px 20px 10px 20px;
	font-size: 1.5em;
	font-weight: normal;
	color: #c60;
	}
	
#content h2 {
	margin: 30px 20px 10px 20px;
	font-size: 1.3em;
	}

#content h3 {
	margin: 30px 20px 10px 20px;
	font-size: 1.1em;
	font-weight: normal;
	color: #c60;
	}
	
#content h4 {
	margin: 30px 20px 10px 20px;
	}
	
#content p {
	margin: 0 20px 10px 20px;
	}

#content ul li {
	margin: 0 20px 3px 45px;
	}
	
/*** SIDEBAR ******************************************************************/
	
#sidebar {
	padding: 165px 0 0 0;
	margin: 0 0 0 455px;
	color: #444; 
}

#sidebar h3 {
	margin: 0 15px 10px 15px;
	font-size: .9em;
	}
	
#sidebar p {
	margin: 0 15px 15px 15px;
	}
	
#sidebar li {
	margin: 0 20px 5px 35px;
	font-size: .95em;
	line-height: 1.3em;
	}

/*** FOOTER ******************************************************************/

#footer {
	background: url("../images/line-vert.gif") repeat-x ;
	margin: 20px;
	padding: 20px 0;
	}

#footer p {
	margin: 0 0 3px 0;
	color: #666;
	font-size: .8em;
	}
	
/*** TITLES ******************************************************************/

.title {
	text-indent: -5000px;
	}

.t-adventurous {
	background: url("../images/t-adventurous.gif") no-repeat;
	}
	
.t-pamper {
	background: url("../images/t-pamper.gif") no-repeat;
	}
	
.t-whycharter {
	background: url("../images/t-whycharter.gif") no-repeat;
	}

.t-aboutanna {
	background: url("../images/t-aboutanna.gif") no-repeat;
	}
	
.t-wherewefish {
	background: url("../images/t-wherewefish.gif") no-repeat;
	}

.t-theannachristine {
	background: url("../images/t-theannachristine.gif") no-repeat;
	}

.t-rates {
	background: url("../images/t-rates.gif") no-repeat;
	}

.t-fishing {
	background: url("../images/t-fishing.gif") no-repeat;
	}
	
.t-touring {
	background: url("../images/t-touring.gif") no-repeat;
	}

.t-business {
	background: url("../images/t-business.gif") no-repeat;
	}
	
.t-photogallery {
	background: url("../images/t-photogallery.gif") no-repeat;
	}
	
.t-bookyourcharter {
	background: url("../images/t-bookyourcharter.gif") no-repeat;
	}

.t-calendar {
	background: url("../images/t-calendar.gif") no-repeat;
	}
	
.t-contactus {
	background: url("../images/t-contactus.gif") no-repeat;
	}
	
.t-stories {
	background: url("../images/t-stories.gif") no-repeat;
	}
	
/*** MISC ******************************************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */