/**
* @author Archa Sung <Archa@fryewiles.com>
* @version 0.1.0 20080314 AS
*/





#content h3 {
	margin: 10px 0;
}

#content h4 {
	height: 1.8em;
	display:block;
	color: grey;
	margin-top: 3px;	
}
.grid3col {
	width: 100%;			
}

.grid3col .column {
	width: 40%;
	margin-left: 2%;
}

.column {
	float: left;
}

.column.first, .column.last {
	margin-left: 0px!important;
}

ul {
	padding: 0px;
}

li {
	list-style: none;
	line-height: 1.3em;		
}