/* pushes the page to the full capacity of the viewing area
html {height:100%;}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area
#bg {position:fixed; top:0; left:0; width:100%; height:100%; z-index: 1;} */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	height:100%; /* Needed by Mozilla/Firefox/Opera */	
}

form { margin: 0px; padding: 0px;}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	overflow: hidden;
	background-color: #cee6f3;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin-left: auto;
    margin-right: auto;
	min-width: 900px;
	/*border: 1px solid;*/
}

div#background {
	overflow:auto;
	position:fixed;
	background-color: #cee6f3;
    background-image: url('Immagini/background.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}


div#siteheader{
	display: block;
	text-align:center;
	height: 118px;
	width: 100%;
	margin: 10px auto 0 auto;
	background: url('Immagini/h1.png');
	background-repeat: no-repeat;
	background-position: top center;
	/* border: 1px solid; */
}


div#h1box{
	position: relative;
	top: 34%;
	left: 275px;
	height: 70px;
	width: 200px;
	margin: 10px auto 0 auto;
	color: #FFFFFF;
	background: url('Immagini/h1box.png');
	background-repeat: no-repeat;
	background-position: top center;
}

div#h1boxip{
	position: relative;
	float: left;
	left: 5px;
	text-align:left;
	height: 85%;
	width: 95%;
	margin: 4px auto 0 auto;
	font-size: 10px;
}

div#content{
	display: block;
	text-align:center;
	height: 460px;
	width: 100%;
	margin: 0;
	background: url('Immagini/content.png');
	background-repeat: repeat-y;
	background-position: top center;
	/* border: 1px solid; */
}

div#menubar{
	display: block;
	text-align:center;
	height: 20px;
	width: 100%;
	margin: 0;
	background: url('Immagini/menuback.png');
	background-repeat: no-repeat;
	background-position: top center;
}

div#menuul {
	      /* border-bottom: 1px solid #B3C7CE; */
		  position: relative;
		  margin: 0 auto;  /* Center the div on the page */
		  height: 18px;
		  width: 772px;
	      margin-top: 0;
	      margin-bottom: 0;
	      padding-left: 0;
		 /*  border: 1px solid;  */
}

#menuul ul{
margin: 0;
padding-left: 0;
list-style: none;
}
#menuul li{
display: inline;
margin: 0;
padding: 0;
}

#sezioni a:link, #sezioni a:visited{
width: 193px;
height: 18px;
float:left;
background: url(Immagini/sezioni_n.png) center top no-repeat;
margin: 0em;
}
#sezioni a:hover, #sezioni a:focus, #sezioni a:active{
background: url(Immagini/sezioni_h.png) center top no-repeat;
}
#download a:link, #download a:visited{
width: 193px;
height: 18px;
float:left;
background: url(Immagini/download_n.png) center top no-repeat;
margin: 0em;
}
#download a:hover, #download a:focus, #download a:active{
background: url(Immagini/download_h.png) center top no-repeat;
}
#credits a:link, #credits a:visited{
width: 193px;
height: 18px;
float:left;
background: url(Immagini/credits_n.png) center top no-repeat;
margin: 0em;
}
#credits a:hover, #credits a:focus, #credits a:active{
background: url(Immagini/credits_h.png) center top no-repeat;
}
#forum a:link, #forum a:visited{
width: 193px;
height: 18px;
float:left;
background: url(Immagini/forum_n.png) center top no-repeat;
margin: 0em;
}
#forum a:hover, #forum a:focus, #forum a:active{
background: url(Immagini/forum_h.png) center top no-repeat;
}

div#dynarea{
	display: block;
	margin: 3px auto 0 auto;
	text-align:justify;
	background: url(Immagini/backavatar.png) center top;
	height: 429px;
	width: 760px;
	border: 1px solid #95a4af; 
}

div#bordercontent{
	display: block;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	padding: 3px;
	margin: 1px auto 0 auto;
	text-align:justify;
	overflow:auto;
	height: 417px;
	width: 750px;
	/* border: 1px solid; */
}

div#footer{
	display: block;
	text-align:center;
	height: 10%;
	width: 100%;
	margin: 0;
	background: url('Immagini/footer.png');
	background-repeat: no-repeat;
	background-position: top center;
	/* border: 1px solid; */
}
/* ACTIVATE THIS CODE TO REDUCE BANDWIDTH USAGE
div.imgholder{display:inline; width: 160px; border: 1px solid #00FF00; font: 10px Arial,sans-serif; text-align: left; color:#00FF00; padding: 3px}
*/