* {
	margin: 0;
	padding: 0;
	text-align: center;
}

html, body {
/*	background: #d2b48c; */
	height: 100%
}


#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px;
	background: url(images/fading_background_29.png) repeat-x left top; 
}

#hdr {
/*	height: 165px; */
	height: 100px;
/*	background: #d2b48c; */
	background-image:url('images/Boat.png');
   background-repeat:repeat-x;
}

#ftr {
	height: 35px;
	background: #a0522d;
}

#wrapper2 {
	background: url(images/bg_column.png) repeat-y left top; 
}
#wrapper3 {
   background: url(images/bg_column.png) repeat-y right top;
}

#nav {
	float: left;
	width: 100px;
	background: #d2b48c repeat-y top;
}

#navlist {
   margin-top: 3em;
/*	position: fixed; */
	left: 0;
}

#rightPanel {
	float: right;
	width: 100px;
	background: #d2b48c repeat-y top;
}

#rightPanelList {
   margin-top: 3em;
}

#txt {
	margin: 0 100px;
	background: Lime
}

p#businessName {
	background: #a0522d;
	position: relative;
	height: auto;
	font-size: 2em;
	font-style: italic;
}
caption {
	background: Aqua;
}
dl.menu {
	float: right;
}

#navlist a {
	margin: 5px;
	text-align: center;
}

#navlist a {
	display: block;
	color: White;
	font-weight: bolder;
	text-decoration: none;
}

#navlist a:link, a:visited {
	background: #6b8e23;
	border: 5px outset #556b2f;
}


#navlist a:hover {
	background: Red;
	border: 5px outset green
}
#navlist a:active {
	background: Green;
	border: 5px inset red
}

#navlist .urhere {
	margin: 0px;
	border: 5px 5px 5px 5px inset;
}

