/* Ripartizione pagina: body_size = 960px */
#left  {float:left; width: 690px; min-height: 300px;}
#right {float:right;width: 270px; min-height: 650px; background-color: #f8f8f8;}
/* #center{float:left; width: 400px; margin-left: 290px;} */
#left #title_bottom {
	padding-top: 20px;
	background: url(../images/bg_left.gif) repeat-x top;
	width: 100%;
}
#right #title_bottom  {
	padding-top: 20px;
	background: url(../images/bg_right.gif) repeat-x top;
	width: 100%;
}
