@charset "UTF-8";
#contentholder {
	margin: 20px;
	background-image: url(../images_new/threecolumn_background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#contentone {
	float: left;
	width: 190px;
}
#contenttwo {
	float: right;
	width: 190px;
}
#contentthree {
	padding-left: 210px;
	padding-right: 210px;
}
