body  {
	font: 100% Lucida Sans, Arial, Helvetica, sans-serif;
	/*background: #829ba3;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
	height: auto;
}

#slide {
	font: 100% Lucida Sans, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
	font: 12px verdana, arial, helvetica, geneva, sans-serif;
	width:450px;
	/*height:350px;*/
}

p {
	/*line-height: 125%;*/
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

p.listing {
	font-size: 10px;
}

h3{
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #46534a;
	margin-left: 10px;
}


form {
	margin-left: 0px;
}

#slideshow {
	padding: 0px;
	float: left;
}

#imgText {
	padding: 0px;
	float: left;
	width: 200px;
	height: 140px;
	/*border-color: none;
	border-width: 0px 0 0 0px;
	border-style: solid;*/
}

						