/* PAGE LAYOUT
----------------------------------------------- */	
div#mainColumn {
	padding: 0;
	margin: 0;
	float: right;
	width: 700px;
	height: 350px;
	background: #fff url(../../interface/home-background.jpg) no-repeat left top;
}

div#mainColumn p {
	width: 300px;
	margin: 25px 0 0 36px;
	font: 12px/30px Verdana, Helvetica, sans-serif; 
	color: #777;
}

div#mainColumn div#mainMenu {
	width: 510px !important;
}

div#emptyAreaHome {
	clear: both;
	width: 800px;
	height: 149px;
	background: #fff url(../../interface/home-empty.jpg) no-repeat left top;
}