@charset "UTF-8";
#contentholder {
	margin: 20px;
	background-image: url(../images_new/twocolumn_background.gif);
	background-position: center top;
	background-repeat: repeat-y;
}
#contentone {
	float: left;
	width: 180px;
}
#contenttwo {
	float: right;
	width: 400px;
}
#contentthree {
	clear: both;
}
#contentone ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
#contentone li {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 7px;
	line-height: 120%;
}
