body  {
	margin: 0px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: "lucida sans", "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;
	font-Size: 11px;
	LINE-HEIGHT: 18PX;
	COLOR: #a8a8a8;
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url(homebg4.jpg);
	background-color: #b39b8c;

}


#wrapper {
	margin: 0 auto;
	width: 980px;
	margin-top: 80px;
}

#leftcol {
	width: 60px;
	float: left;
}
#midcol {
	width: 635px;
	float: left;
}
#rightcol {
	width: 280px;
	float: left;
	margin-top: 120px;
	text-align: left;
	height: 320px;
}

#news {
	width: 280px;
	float: left;
	margin-bottom: 10px;
}

#newsleft {
	width: 20px;
	float: left;
}

#newsright {
	width: 250px;
	float: left;
}

.smalltext { font-Size: 9px; font-Weight: normal; COLOR: #a8a8a8; line-height: 15px;}
a.smalltext { border-bottom: 1px dotted #a8a8a8; Text-Decoration: none }
a.smalltext:hover { color: #FFFFFF; border-bottom: 1px solid #FFFFFF;  line-height: 15px; Text-Decoration: none }

.floatright {
	margin-left: 5px;
	margin-bottom: 3px;
	margin-top: 5px;
	BORDER: 1px solid #342C25;
	float: right
	}
