* {margin:0; padding:0;}
body {
	text-align: center; /* IE6 needs this to center the layout in the browser window */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	background-image: url(images/OrangeFishBkgrd.gif);
	margin-top: 20px;
	margin-bottom: 20px;
	}
#mainwrapper {
	width: 950px;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	}
#header {
	height: 200px;
	border: none;
	}
#navbar {
	background-color: #FAAF5E;
	height: 30px;
	text-align:center;
	}
#navigation {
	list-style-type: none;
	padding-top: 5px;
}
#navigation li {
	display: inline;
		}
#navigation li a {
	color:#612508;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding-right: 31px;
	padding-left: 31px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#navigation li a.active, #navigation li a:hover {
	color: #FFFFFF;
	background-color: #00B5CB;
	} 
#mainPhoto {
	width: 500px;
	float: left;
	}
#mainContent {
	width: 450px;
	float: right;
	background-color: #00B5CB;
	}
#mainContentSpecials {
	background-color: 00B5CB;
	float: right;
	width: 450px;
}
#mainContent p {
	color: #612508;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 30px;
	}
#mainContent a {
	color:#FAAF5E;
	text-decoration:none;
	font-weight:bold;
	}
#mainContent a:hover {
	color:#612508;
}
#mainContent h1 {
	color: #FFFFFF;
	margin: 20px
	font-size: 1.6em;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	}
#mainContent h2 {
	color: #FFFFFF;
	font-size: 1em;
	padding-top: 0px 10px 0px 0px;
	padding-left: 30px;
	font-weight: bold;
	text-transform: uppercase;
	}
#mainContent img  {
	margin-left:20px;
	margin-right: 10px;
	text-decoration: none;
	border: none;
	float:left;
	}
#footer {
	background-color:#612508;
	clear:both;
	}
#footer p {
	color: #FDC282;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	}

	

