/** index.html */

#twocolleft {
float: left;
display: inline;
width: 216px;
height: 407px;
margin: 7px 0px 0px 20px;
}

#twocolright {
background: url(../images/index-group-mug.jpg) no-repeat bottom left;
width: 451px;
height: 461px;
margin: 7px 0px 0px 246px;
}


#twocolleft h2 {
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 2.6em;
}

#twocolleft p {
	line-height: 1.4em;
	font-size: 1.4em;
	margin-right: 6px;
	padding-right: 0px;
}

#twocolleft ul li {
	margin-bottom: 3px;
}

.headlinks {
margin-top: 6px;
float: right;
margin-right: 20px;
}

* html .headlinks {
margin-top: 11px;
}

* html .sidebar { height: 564px; }
* html .main { height: 564px; }

#twocolleft p.small { line-height: 1.15em; font-size: 1.15em; color: #018d97;} 
#twocolleft p.small a { color: #018d97;} 

.subtle { color: #888 !important; }

