#bigframe
{
	position: relative;
	width: 740px;
	background-color: #173C20;
	margin: 25px auto;
	padding: 0;
}

#header { width: 740px; height: 200px;}

#header div.logo
{
	top: 20px;
	right: 20px;
	position: absolute;
	width:113px;
	height:145px;
}

#header div.titolo
{
	position: absolute;
	top: 109px;
	left: 30px;
	width: 535px;
	height: 2px;
	background-image:url(../img/h_line.gif);
	background-repeat: repeat-x;
}

#header div.titolo h1.artes
{
	position: absolute;
	top: -64px;
	left: 0;
	padding: 10px;
	height: 72px;
	width: 400px;
	background-color: #173C20;
	background-image: url(../img/sfo_artes.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#header div.titolo h1.artes span { display: none; }
#header div.titolo h1.artes a
{
	display: block;
	height: 72px;
	width: 400px;
}

#header div.titolo h1.mabe
{
	position: absolute;
	top: -64px;
	left: 0;
	padding: 10px;
	height: 58px;
	width: 133px;
	background-color: #173C20;
	background-image: url(../img/logo_MABE.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#header div.titolo h1.mabe span { display: none; }
#header div.titolo h1.mabe a
{
	display: block;
	height: 58px;
	width: 133px;
}


#bodypage
{
	background-image: url(../img/v_line.gif);
	background-position: 570px 0;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

#bodypage div.menu_dx
{
	float: left;
	padding-top: 0;
	padding-bottom: 25px;
	margin: 0;
	width: 167px;
	text-align: left;
	background-color: transparent;
}

#bodypage div.menu_dx div.cover
{
	background-color: #173C20;
	height: 150px;
}

#bodypage div.menu_dx div.menu
{
	background-color: transparent;
	padding-left: 15px;
}


#bodypage div.menu_dx div.menu h3
{
	color:#626F64;
}


#bodypage div.menu_dx div.menu a
{
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

#bodypage div.menu_dx div.menu a:hover { color: #A75545; }

#bodypage div.content
{
	background-color: transparent;
	float: left;
	width: 500px;
	font-size: 13px;
	line-height: 16px;
	text-align: justify;
	padding: 0 25px 0 45px;
}

#bodypage div.content h2
{
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: lighter;
	color: white;
	margin: 0 0 60px 0;
}


#bodypage div.footer
{
	height: 112px;
	background-image: url(../img/piede_mabe.gif);
	background-position: 573px 0;
	background-repeat: no-repeat;
}

/* righe opere */
#bodypage a.row_op1, 
#bodypage a.row_op2
{
	position: relative;
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	height: 96px;
}

#bodypage a.row_op1 { background-color: #13331B; }
#bodypage a.row_op1:hover
{
	background-color: #2F4735;
	color: white;
	text-decoration: none;
}
#bodypage a.row_op2 { background-color: #14381D; }
#bodypage a.row_op2:hover
{
	background-color: #2F4735;
	color: white;
	text-decoration: none;
}

#bodypage span.row_title
{
	position: absolute;
	right: 10px;
	top: 90px;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: lighter;
}


#bodypage img 
{
	border: 0;
}


/* tabella opere */
table.opere
{
	width: 100%;
	border-collapse: separate;
	border-spacing: 16px;
	border-width: 0;
}

table.opere td
{
	text-align: center;
}



