@charset "UTF-8";
/* Sunset Cycles
** CSS base styles for pages with three text columns
** Created by Jessica Greenwalt
** www.jgreenwalt.com
** Updated: October 12, 2009 */

.three_col .col1,
.three_col .col2,
.three_col .col3 {
	width:250px;
	text-align:left;
	float:left;
	line-height:1.4em;}

.three_col .col1 p,
.three_col .col2 p,
.three_col .col3 p {
	margin-bottom:1em;}

.three_col .col1 ul,
.three_col .col2 ul,
.three_col .col3 ul {
	margin-left:30px;}

.three_col .col1,
.three_col .col2 {
	margin-right:40px;}