
#colOne {
	float: left;
	margin-top: 20px;
	width: 490px;
	padding: 0 20px 0 20px;
	min-height: 100%;
}

#colTwo {
	float: right;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
	min-height: 100%;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	padding: 0;
	padding-left: 15px;
	margin: 0;
	background: url(images/brightpinkflower.gif) no-repeat top left;
	/*font-size: .75em;*/
}

#colOne a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #AC021C;
}

#colOne a:hover {
	border: none;
	text-decoration: underline;
}

#colTwo a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #AC021C;
}

#colTwo a:hover {
	border: none;
	text-decoration: underline;
}