body {
	background-color: #b4b4b4;
	width: 980px;
        
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url("../images/bodyBG.png");
	background-repeat: repeat-x;
}

#posi {
	position: relative;
        left : -50px
}

#topBorder {
	background-image: url("../images/topBorder.png");
	background-repeat: no-repeat;
	height: 80px;
	width: 980px;
}

#bottomBorder {
	background-image: url("../images/bottomBorder.png");
	background-repeat: no-repeat;
	height: 80px;
	width: 980px;
}

#sezMenu {
	width: 750px;
	background: none;
	text-align: right;
	margin-left: 210px;
	margin-top: 60px;
}

#sezMenuB {
	width: 250px;
	background: none;
	text-align: center;
	margin-left: 700px;
	margin-top: 30px;
}

#sezBody {
	background: none;
	min-height: 500px;
        
}

#leftBorder{
	background-image: url("../images/leftBorder.png");
	background-repeat: repeat-y;
	background-position: top left;
}

#leftBorder1{
	background-image: url("../images/leftBorder1.png");
	background-repeat: no-repeat;
	background-position: top left;
}

#sezMain {
	width: 980px;
	background: none;
	background-image: url("../images/rightBorder.png");
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 1px;
}


#sezContent {
	padding: 20px 100px 5px 80px;
	width: 750px;
	color: #000000;
	background: none;
}

#sezContentB {
	padding: 20px 100px 5px 80px;
	width: 750px;
        height: 400px;
	color: #000000;
	background: none;
}

#sezContentW {
	padding: 20px 100px 5px 80px;
	width: 750px;
        height: 400px;
	color: #000000;
	background: none;
}

#sezContentC {
	padding: 20px 100px 5px 80px;
	width: 750px;
        height: 280px;
	color: #000000;
	background: none;
}

#disclaimer {
	color: #111111;
	font-family: Arial,Verdana,Helvetica;
	font-size: 8pt;
}



/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
	background-image: url("../images/menuBG.png");
	background-position: top left;
	background-repeat: repeat-x;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:5px;
	cursor:pointer;
	background-image: url("../images/menuItemBG.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 24px 20px 1px 32px; 
	font-family: Arial,Verdana,Helvetica;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF; 
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration: none; 
	color: #FFFFFF;
	background-image: url("../images/linkBG.png");
	background-repeat: repeat-x;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	float: left;
	background-image: url("../images/menuItemBG.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sezPhotoNome {
	background-image: url("../images/nomeCognome.png");
	background-repeat: no-repeat;
	background-position: 0px 55px;
}

#flashcontent {
	width: 750px;
}

#sezSubMenu{
	display: none;
}