*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	background-color: #CCCCCC;
	background:url(/templates/graphic1/images/back.png) center repeat;
	background-color:#e6e5e2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;	
}


#boxsiteOut
{

	background:url(/templates/graphic1/images/background_body.png) center repeat-y;
	
	min-height: 100%;
}
#boxsite
{
	position: relative;
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	border-left: 1px;
	_left:1px;
}
#mainContent
{
}
#nonFooter
{
	position: relative;
	min-height: 100%;
}

* html #nonFooter
{
	height: 100%;
}

#footer
{
	bottom:0px;
	position: relative;
	margin: -8.5em auto 0 auto;
	padding-top: 10px;
	height:85px;
	width: 960px;
	text-align: center;
	font-size: 0.7em;
	background:url(/templates/graphic1/images/back_footer.gif) top repeat-x;
}

* html #footer
{
	margin-top: -6.4em;
}

#head
{
	text-align: center;
}

#menu
{
	border-bottom:20px solid #2072B2;
	font-size: 0.6em;
	color: #FFFFFF;
	padding:0px;
	height: 40px;
	text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0px;
}
#menu .item 
{
	text-transform: uppercase;
}
#menu .item a
{
	width:145px;
	height:20px;
	padding-top: 20px;
	display:block-inline;
	float: left;
	position:relative;
	text-align: center;
	color: #034f9b !important;
}
#menu .item .current
{
	background-image: url(../images/label.jpg);
	width:145px;
	height:20px;
	padding-top: 20px;
	display:block-inline;
	float: left;
	position:relative;
	text-align: center;
	color: #ffffff !important;
}
#menu .separator
{
	display: none;
}
#menu .separator
{
	padding:0px 10px 0px 10px;
}
#menu .menu1 .item a
{
	color: #FFFFFF;
	text-decoration: none;
}
#menu .menu1 .item a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
#submenu
{
	background-color: #2072B2;
	padding-bottom: 20px;
	text-align: center;
	font-size: 0.6em;	
	text-transform: uppercase;
	text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0px;
}
#submenu li
{
	display: inline;
	margin: 0px 10px 0px 10px;
}
#submenu a
{
	color:#fff;
	text-decoration: none;
}


.submenu3
{
	position: relative;
	padding: 10px;
	margin: 10px;
	width:160px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;	 
}
.submenu3 li
{
	margin-bottom:10px;
	list-style: none;
}


.bresciaoggi #mainContent{
	background:url(../images/waves.png);
	height:500px;
	margin-top:-280px;
	}
.bresciaoggi .contentPage{
	margin-top:180px;
	}
