

div.scrollingforsale {
	overflow: auto;
	height: 300px;
}

div.scrollinggallery {
	overflow: auto;
	height: 380px;
}

div.galleryimages {
	border: 0 black solid;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1.8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	line-height: 25px;
	padding: 10px;
	float: left;
}

div.plow {
	background-image: url('../img/fuzzy_loves_image.jpg');
	width: 1100px;
	height: 240px;
	font: verdana;
	font-size: 1em;
	color: white;
	}
	
#sidebar {
	vertical-align:top;
	height: 100%;
	background-color: #cec5af;
	}
	
div.inside_desc {
	padding: 10px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	color:#530000;
	background-color: #D0CF9F
}

div.outside_desc {
	padding: 10px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	font-size: x-small;
}

#element {
  background: blue url(gradient.gif);
  background-repeat: repeat-x;
 
}

#content {
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #432814;
	font-size: 14px;
	text-align: center;
	line-weight: 1.5;
	
}

a:link 				{ font-weight: bold;color: green; text-decoration: none;}
a:visited 			{ font-weight: bold;color: green; text-decoration: none;}
a:hover, a:active	{font-weight: bold;color: green;text-decoration: underline;}

img {border: none;}
		