img		{
	border: 0;
	display: block;
	}
body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	color: #530;
	background: #dfdfc4 url(../images/daviswrapbg2.gif) top center repeat-y;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#fishwrap	{
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 700px;
	text-align: left;
	}
#header	{
	width: 700px;
	height: 70px;
	padding: 0;
	border: 0;
	margin: 0;
	background: transparent;
	}
	
div#headwrap	{
	float: none;
	height: 100px;
	width: 700px;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	}
 div#headwrap h1	{
	background: transparent url(../images/new_banner.jpg) top center no-repeat;
	margin: 0;
	border: 0;
	padding-left: 0;
	padding-top: 100px;
	overflow: hidden;
	height: 0px !important; /* for most browsers */
	height /**/:70px; /* for pre 6.0 IE Win */
	}
	
#content	{
	margin: 0;
	padding: 5px 10px 0 0;
	border: 0;
	}


#main	{
	width: 400px;
	text-align: left;
	float: right;
	padding: 20px 15px;
	border: 1px solid #EEEECA;
	margin: 10px 0 25px 25px;
	min-height: 650px;
	background-color: #fafaf0;
	}
	
#sidebar {
	width: 200px;
	text-align: left;
	float: left;
	padding: 0;
	border: 0;
	margin: 10px 25px 25px 0;
	min-height: 300px;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1, h2 {
	text-transform: capitalize;
}

h1 {
	font-size: 1.85em;
	color: #d46d6d;
	border-bottom-color: #d46d6d;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding-bottom: 4px;
}
h2 {
	font-size: 1.75em;
	color: #d46d6d;
}

h3 {
	font-size: 1.5em;
	line-height: normal;
	color: #000000;
}
p {
	color: #000000;
	font-size: 1em;
}

/* Begin Navigation Styles */

ul 		{
			margin: 0;
			padding: 0;
			list-style: none;
			width: 200px;
			border-bottom: 1px solid #DFDFC4;
}

ul li 	{
			position: relative;
}

li ul 	{
			position: absolute;
			left: 199px;
			top: 0;
			display: none;
}

ul li a 	{
			display: block;
			text-decoration: none;
			color: #777;
			background: #fff;
			padding: 5px;
			border: 1px solid #DFDFC4;
			border-bottom: 0;
}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
			display: block; 
}

ul li a:hover {
	color: #d46d6d; background: #F2F2DA; 
} /* Hover Styles */


/* End Navigation Styles */

a {
	font-size: 11px;
	font-weight: normal;
	color: #A19066;
	text-decoration: none;
}

#sideblurb{
	width: 200px;
	min-height:200px;
	margin: 25px 5px 40px 15px;
}

#sideblurb #ofinterest {
	float: left;
	clear: left;
	padding: 10px 5px 20px 0;
	margin: 0;
}

#sideblurb #ofinterest p a:link, a:visited {
	text-decoration: none;
	color: #ABAA7C;
	
}

#footer {
	clear: both;
	margin: 75px 25px 25px 15px;
}

#footer p {
	font-size: 11px;
	color: #6C6C22;
}

#footer p a:link, a:visited {
	text-decoration: none;
	color: #ABAA7C;
}

#footer p a:hover {
	text-decoration: none;
	color: #844C4D;
}

abbr {
	speak: spell-out;
}

acronym {
	speak: normal;
}

abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}
