/* Hompage Style */

#content {
	position: relative;
	height: 220px;
	display: block;
}

#content h3 {
	text-transform: uppercase; 
	font-size: 1.5em;
}
#content h3, #content h4 {
	margin-bottom: 1em;
}

#content p {
	line-height: 1.2;
	margin-right: 10px;
	margin-bottom: 1em;
}
#content ul { 
	margin-left: 12px;
}
#content ul li {
	list-style: outside disc;
}
#content #col1 {
	position: absolute;
	left: 10px;
	width: 250px;
	border-right: solid #999999 1px;
	height: 200px;
	margin-top:10px;
	margin-bottom: 10px;
}
#content #col2 {
	position: absolute;
	left: 265px;
	border-right: solid #999999 1px;
	width: 250px;
	height: 200px;
	margin-top:10px;
	margin-bottom: 10px;
}
#content #col3 {
	position: absolute;
	right: 10px;
	top:0;
	width: 240px;
	height: 200px;
	margin-top:10px;
	margin-bottom: 10px;
}
#content p.more {
	text-align: right;
	margin-right: 10px;
	margin-top: 1em;
	position: absolute;
	bottom: 1px;
	right: 2px;
}