.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
* html .clearfix{
  height: 1%;
  overflow: visible;
}


.col1, .col2 {
	float:left;
	font-size: 1.5em;
}
.col1 {
	width: 20%;
	color: #666;
/*	border-right: 1px dash #eee;*/
	background-color: #fafafa;
		
}
.col1 > div {
	padding-left: 15px;
}
div{
	display:block;
}
.col2 {
	width: 80%;
}
.col3-1, .col3-2, .col3-3 {
	float: left;
	width: 30%;
}
.services {
	padding: 20px 5px;
	font-size: .9em;
}
.services ul li {
	padding: 5px 4px;
	margin: 5px 3px;
	border: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #399;
/*	background-color: #666;*/
	color: #fff;
}
.services a:link {
	color: #fff;
}
.services a:visited {
	color: #eee;
}
#contact {
	padding: 30px 10px;
}
#contact h3 {
	margin: 10px 0;
}

h1, h2, h3 {font-weight: bold;}
h1 {
	font-size:1.3em;
}

h2 {font-size:1.2em;}
