/* Hompage Style */

#content {
	position: relative;
	height: 730px;
	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: 22px;
	width: 570px;
	border-right: solid #999999 1px;
	height: 540px;
	margin-top:10px;
	margin-bottom: 10px;
	top: -1px;
}
#content #col2 {
	position: absolute;
	left: 596px;
	border-right: solid #999999 1px;
	width: 250px;
	height: 540px;
	margin-top:10px;
	margin-bottom: 5px;
	top: -4px;
}
#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: -6px;
	right: 34px;
	width: 136px;
}

