@charset "utf-8";
/* CSS Document */
body {
	height:100%; 
}
body * {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#body {
	background:white;
	width:930px !important;
	height:100%; 
	padding:10px;
	margin-top:5px;
}
	#mainBar {
		width:700px !important;
		height:100%; 
	}
		.post-title a {
			text-decoration:none;
			font-size:25px;
		}
		.datiPost {
			margin-bottom:5px;
		}
	#sidebar {
		width:220px !important;
		min-height:100%;
		height:100% !important;
		float:right !important;
		padding:10px;
		margin:-10px;
		border-left:1px dashed #ccc;;
		background:url(../images/spacer.gif) repeat-y 50%  #efefef;
		}