a {
	font-family: "Trebuchet MS", sans-serif;
	color: #FF8800;
	text-decoration: none;
	border-bottom: 1px solid white;
}
a:hover {
	border-bottom: 1px dotted #FF8800;
}
/* Layout
-------------- */
body {
 text-align: center;
 background-color: #E6F1E6;
 font-family: "Trebuchet MS", sans-serif;
 color: #197F00;
}
img.floatright {
float: right;
}
table {
	margin-top: 20px;
}
table#producttable {
	height: 625px;
	width: 590px;
}

div#overall   { background: white url(../img/themes/summer/footer_sunflowers.jpg) no-repeat bottom; text-align: center; margin-right: auto; margin-left: auto; border: solid 1px #61a051; width: 800px;}

div#left {
	width: 153px;
	float: left;
}
div#right {
	width: 590px;
	margin-left: 180px;
}

#content {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	text-align: left;
}

td {
	text-align: center;
	height: 25px;
}
table.alignleft tr td {
text-align: left;
}
table.alignleft {
	height: 625px;
}
td.empty{
	height: auto;
}
table.alignleft td  { vertical-align: top }
table.alignleft {
	width: 590px;
}
div.poulsbo, div.gorst {
	margin-left: 15px;
	background-image: url(../img/maps/poulsbomini.jpg);
	background-position: right;
	background-repeat: no-repeat;
	border: 1px solid #B7D1B0;
	width: 325px;
	text-align: left;
}
div.poulsbo p, div.gorst p {
	padding: 5px 5px 5px 5px;
	margin: 0;
}
div.gorst {
	background-image: url(../img/maps/gorstmini.jpg);
	

}
/* Product Menu
-------------- */

#left ul {
	margin: 0px;
	padding: 0px;
	display: block;
}

#left ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}

ul#menu {
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	width: 153px;
}

/* Navigation
-------------- */
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	margin-left: 40px;
}
#nav {
	background-image: url(../img/navbuttons/menubg.jpg);
	height: 19px;
	text-align: center;
	width: 800px;
}
#nav a {
	font-size: 14px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: white;
	border: 0px;
}
#nav a:hover {
	color: yellow;
}

/* Headers
-------------- */
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", sans-serif;
	color: #197F00;
	margin: 0px;
}

h1 {
	border-bottom: 2px solid #B7D1B0;
	display: block;
}
h3 {
	font-weight: normal;
}
#footer   { text-align: center; margin: 75px auto 165px; left: 50%; width: 425px }
#footer li{
	display: inline;
}

/* Font
-------------- */
p {
	font-size: 1em;
}
div#left {
	font-size: .9em;
}
div#left a {
font-size: 1em;
}

div.special {
	border: 1px solid #B7D1B0; 
	background-color: #FFFFEA; 
	padding: 5px; 
	width: 147px;
}