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

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

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

#header div.titolo
{
	position: absolute;
	top: 109px;
	right: 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;
	right: 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;
	right: 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;
}



/* menu orizzontale */

#menu_oriz 
{
	float:left;
	width:740px;
	height:30px;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:#305138 1px solid;
	background-color:#173C20;
	color:#FFFFFF;
	padding:0;
	margin:0;
}

div#menu_oriz ul
{	list-style-type:none;
	padding:10px 0 0 16px;
	margin:0;
}

div#menu_oriz ul li
{
	float:left;
	height:18px;
	margin-left: 12px;
	margin-right: 12px;
}

/**/

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

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

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

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

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


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

#bodypage div.menu_sx div.menu a:hover {
	color:#B5003C;
}

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

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

#bodypage div.footer
{
	width:175px;
	height:112px;
	background-image:url(../img/piede_bio.jpg);
	background-position: 20px 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;
}


