#hometext {
margin-left: 55px;
}

#events li {
	list-style-image:url('/images/bullet.gif');
}	

#events span {
	font-size:8pt;
}

#main img.edit {
border:5px solid #333;
float:right;
position:relative;
bottom:23px;
}

#featpic img {
margin-left:5px;
margin-top: 3px;
}

#content {
height: 300px;
}

#content, #featpic, #events, #calendar {
background:#fff;
}

#featpic {
height: auto;
margin-top:5px;
}


/* Layout */
#left {
	width:480px;
	float:left;
	margin-left:25px;
	margin-right:5px;
	margin-top:10px;
}
#content {
	width:480px;
}
#right {
	margin-top:10px;
	width:220px;
	float:left;
}
#events {
	
	width:220px;
	height:auto;
	padding:10px 0 10px 0;
}


/* calendar styles */

table.calendar {border: 0}
table.calendar td, th {text-align: center; border: 0}
table.calendar th {height: 10px; font-size: 7pt;}
table.calendar td {width: 19px; height: 10px; font-size: 9pt; border: 1px solid #E0E0E0; cursor: pointer;}
table.calendar .calendar-month {font-weight: bold; margin-top: 3px; font-size: 12pt; text-align: center}
table.calendar .calendar-month a{text-decoration: none}
table.calendar .calendar-prev, table.calendar .calendar-next {font-weight: normal;}
table.calendar th {color: #652023; text-align: center;}
table.calendar td.linked-day {font-size: 11pt}

table.prevnext {width: 100%; margin-top: .3em;}
table.prevnext td{
	font-size: smaller;
}
table.prevnext td a{text-decoration: none}

#calendar {
	margin-top:5px;
	width:220px;
	height:220px;
}