/**
 * Contains the declarations for the 2 columns layour of the page
 * (c)2011 Saverio Vigni <s.vigni@hor-net.com>
 */

#left_column {
	float:left;
	width:33%;
	margin-top: 80px;
	text-align: center;
}

#content {
	float: right;
	width:66%;
	clear:right;
	margin-top: 80px;
	margin-bottom: 100px;
}
