/* CSS Document */

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

#content ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#content p {
	color:#000000;
}
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

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