body {
		 background-color: #FFFFFF;
		 text-align: center;
		 font-family:Verdana, Arial, sans-serif;
}

#content {
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
		height: 1100px;
		font-size:0.75em;
		text-align: left;
		overflow: hidden;
}

#head {
	 width: 100%;
	 height: 200px;
	 background-image:url('banner.jpg');
	 background-repeat:no-repeat;
	 background-position:left top;
}

#body {
	 /*height: 400px;*/
	 overflow: auto;
}

#foot {
	 width: 100%;
	 height: 400px;
	 background-color: White;
}

#copy {
	 width: 100%;
	 height: 100px;
	 background-color: White;
	 text-align:center;
	 border-top-style:dashed;
	 border-top-width:thin;
	 padding-top:10px;
	 margin-top:10px;
}


#head h1, #head select {
	color: DarkBlue;
	float: right;
	text-align:right;
	clear: right;
}

#body h2, #body a {
	color: DarkBlue;
}

.floaterlc {
  float: left;
	width: 550px;
	margin-right: 25px;
}

.floaterrc {
  float: left;
	width: 350px;
}

div.nav {
	float: right;
}
div.nav img {
	border: none;
}

div.toggler
{
  margin: 0px 20px 0px 20px;
  padding: 5px 10px 5px 10px;
  display: none;
  background-color: Lavender;
  color: Black;
}

img.fleft
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

span.price
{
	color: Red;
	font-size:1.2em;
}
