body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#header {
	background-image: url(images/elmatador_01.jpg);
	background-repeat: no-repeat;
	width: 828px;
	padding-top: 43px;
	margin-right: auto;
	margin-left: auto;
}
#navbar {
	width: 828px;
	margin-right: auto;
	margin-left: auto;
	height: 77px;
	background-image: url(images/elmatador_04.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
}
#navbar ul li {
	display: inline;
}
#content {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/elmatador_05.png);
	background-repeat: repeat-y;
	padding-right: 50px;
	padding-left: 50px;
}
#content p {
	color: #A05916;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#content a , #content a:visited{
	color: #CC9520;
	text-decoration: none;
}
#content a:hover {
	color: #FC3;
	text-decoration: underline;
}
#footer {
	background-image: url(images/elmatador_06.jpg);
	height: 156px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#content h1 {
	color: #E09A10;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 1.3em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #3F0400;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9B661F;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.5em;
}
#footer ul  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 20px;
	margin-left: 30px;
	width: 450px;
	line-height: 1.5em;
	float: left;
}
#footer ul li {
	display: inline;
	margin: 0px;
	height: 30px;
	padding-right: 8px;
}
#footer ul li a {
	color: #A45822;
	text-decoration: underline;
}
#footer ul li a:hover {
	color: #FFF;
	background-color: #130A05;
	font-weight: bold;
	text-decoration: none;
}
img.left {
	float: right;
	padding-left: 15px;
}
img.right {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}



/*
*	NAVIGATION MENU
*/
/*
*	Setup
*/
ul.cssmenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	margin: 0px;
	padding: 0px;
	}

ul.cssmenu li a {
	display: block;
	height: 26px;
	background-image: url(images/navsprite.jpg);
	}

/*
*	Normal Links
*/
ul.cssmenu li.captain a {
	background-position: 0 0;
	width: 149px;
	}

ul.cssmenu li.charters a {
	background-position: -149px 0px;
	width: 223px;
	}

ul.cssmenu li.boat a {
	background-position: -372px 0px;
	width: 228px;
	}
	
ul.cssmenu li.rates a {
	background-position: -599px 0px;
	width: 124px;
	}
	
ul.cssmenu li.faq a {
	background-position: -722px 0px;
	width: 103px;
	}
ul.cssmenu li.fishingphotos a {
	background-position: 0 -26px;
	width: 149px;
	}

ul.cssmenu li.seasons a {
	background-position: -149px -26px;
	width: 282px;
	}

ul.cssmenu li.booking a {
	background-position: -431px -26px;
	width: 143px;
	}
	
ul.cssmenu li.contact a {
	background-position: -573px -26px;
	width: 141px;
	}
	
ul.cssmenu li.home a {
	background-position: -713px -26px;
	width: 113px;
	}
/*
*	Hover Links
*/
	
ul.cssmenu li.captain a:hover {
	background-position: 0px -53px;
	width: 149px;
	}

ul.cssmenu li.charters a:hover {
	background-position: -149px -53px;
	width: 223px;
	}

ul.cssmenu li.boat a:hover {
	background-position: -372px -53px;
	width: 228px;
	}
	
ul.cssmenu li.rates a:hover {
	background-position: -599px -53px;
	width: 124px;
	}
	
ul.cssmenu li.faq a:hover {
	background-position: -722px -53px;
	width: 103px;
	}
ul.cssmenu li.fishingphotos a:hover {
	background-position: 0 -79px;
	width: 149px;
	}

ul.cssmenu li.seasons a:hover {
	background-position: -149px -79px;
	width: 282px;
	}

ul.cssmenu li.booking a:hover {
	background-position: -431px -79px;
	width: 143px;
	}
	
ul.cssmenu li.contact a:hover {
	background-position: -573px -79px;
	width: 141px;
	}
	
ul.cssmenu li.home a:hover {
	background-position: -713px -79px;
	width: 113px;
	}
.season td{
	color: #E09A10;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #8E6126;
}
#content ul li {
	padding-bottom: 5px;
}
#content p.trip{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #E7AF38;
	font-size: 24px;
}
#content p.tripdesc {
	font-family: Tahoma, Geneva, sans-serif;
	margin-right: 15px;
	margin-left: 15px;
	color: #9D6831;
}
#content .faq {
	color: #FC0;
	font-size: 20px;
}
#content .faqpage p {
	padding-bottom: 30px;
	margin: 0px;
}
.answer {
	display: block;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 9px;
}
#contact td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #E8B54C;
	padding: 6px;
	vertical-align: middle;
}
#contact input , #contact textarea{
	background-color: #531F00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
	font-size: 16px;
	color: #FFF;
}
.months {
	text-align: center;
	background-color: #552000;
}
.species {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #552000;
	text-align: center;
}
.bad {
	background-color: #231101;
	height: 40px;
	width: 40px;
	background-image: url(images/chart-fishing-is-bad.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.ok {
	background-color: #231100;
	height: 40px;
	width: 40px;
	background-image: url(images/chart-fishing-is-ok.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.good {
	background-color: #300;
	width: 40px;
	height: 40px;
	background-image: url(images/chart-fishing-is-good.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.better {
	background-color: #900;
	height: 40px;
	width: 40px;
	background-image: url(images/chart-fishing-is-better.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.best {
	background-color: #900;
	height: 40px;
	width: 40px;
	background-image: url(images/chart-fishing-is-best.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.imgcenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

