/* CSS Document */

#content div {
	float:left;
	width:48%;
	padding-right:2%;
}


h3, p{
margin:0;
}
p { margin-bottom:20px; }
a { text-decoration:none; }

#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #content {height: 1%;}
/* End hide from IE-mac */