/***********************************************/
/* 3 Column Layout Divs                        */
/***********************************************/

#leftColumn{
	width: 20%;
}

#content{
	width: 56%;
}
#rightColumn{
	float: right;
	font-size: 80%;
	width: 20%;

}
#miniCalendar {
width:200px;
margin: 20px auto;
background-color: #c0c082;
}
