/* CSS Document */

#threecolumns {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 190px;
}
#threecolleft{
	float: left;
	width: 150px;
}

#threecolmiddle{
	width: 498px;
	margin-left: 8px;
	float: left;
	margin-right: 8px;
	background-color: #FFFFFF;
}

#threecolright{
	width: 220px;
	float: right;
}
#threewide {
	width: 715px;
	margin-left: 8px;
	float: left;
	margin-right: 8px;
	background-color: #FFFFFF;
}
.picsleft {
	float: left;
	margin-right: 6px;
}

