#leftColumn {
	float: left;
	clear: left;
	margin: 20px 0 20px 0;
}
#content {
	clear: right;
}
.sideBox {
	/*float:left;
	clear:left;*/
	width:180px;
	margin:0px 0px 20px 0px;
	padding:0;
}
.sideNoBox {
	padding 0 10px;
	border:none;
}
.sideBox .header {
	background:url('/img/side_header_bg.png') right;
	color:#EEE;
	font-size:14px;
	font-weight:bold;
	height:20px;
	width:90%;
	padding:5px 5%;
}
.sideBox .content {
	border:1px solid #CCC;
	-moz-border-radius-bottomright: 15px;
	border-top-width:0px;
	min-height:120px;
	background:#DFDFDF;
}
.sideBox .content ul.events {
	padding:0px;
	margin:1px;
	list-style: none;
}
.sideBox .content ul.events li {
	padding:2px 4px;
	margin:0px;
}
.sideBox .content ul.events a {
	font-weight:normal;
	line-height:1em;
}
.centerBox {
	min-width:70%;
	text-align:center;
}
.centerBox .header {
	background:#F33; right;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
	color:#EEE;
	font-size:14px;
	font-weight:bold;
	height:20px;
	padding:5px 5%;
}
.centerBox .content {
	border:1px solid #CCC;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-width:0px;
	min-height:120px;
	background:#DFDFDF;
}
.centerBox .content ul.events {
	padding:0px;
	margin:1px;
	list-style: none;
	font-size: 130%;
}
