#front {	
	width: 1280px;
	height: 1274px;
	margin-left: auto;
	margin-right: auto;	
	background: url('../layout/front.jpg') no-repeat;
	background-position: 150px 25px;
}

#agenda {	
	width: 460px;
	float: left;
}

#agenda_top {	
	width: 460px;
	height: 10px;
	background: url('../layout/agenda_top.gif') no-repeat;
}

#agenda_mid {	
	width: 460px;
	margin-left: auto;
	margin-right: auto;	
	background: url('../layout/agenda_mid.gif') repeat-y;
}

#agenda_con {	
	width: 430px;
	margin-left: auto;
	margin-right: auto;	
}

#agenda_bottom {	
	width: 460px;
	height: 10px;
	background: url('../layout/agenda_bottom.gif') no-repeat;
}

#recent {	
	width: 460px;
	float: right;
}

#recent_top {	
	width: 460px;
	height: 10px;
	background: url('../layout/agenda_top.gif') no-repeat;
}

#recent_mid {	
	width: 460px;
	margin-left: auto;
	margin-right: auto;	
	background: url('../layout/agenda_mid.gif') repeat-y;
}

#recent_con {	
	width: 450px;
	margin-left: auto;
	margin-right: auto;	
	table.gallery img { padding: 5px; margin: 0px; border: 1px solid #FFF; max-width: 190x; max-height: 190px; }
}

#recent_bottom {	
	width: 460px;
	height: 10px;
	background: url('../layout/agenda_bottom.gif') no-repeat;
}

