/* author: Akensoft - Pisa */
/* Creation date: 11/01/2005 */

body{
    position: relative;
    width: 765px;
    text-align: center; /* centra in IE5 */
    margin: 0px auto 0px auto; /* centra negli altri browser */
    padding: 0px;
	background-color:#66ADC9;
	background-image: url(../img_com/fig/bg_main.gif);
	scrollbar-3dlight-color: #4283C4;
	scrollbar-track-color: #2E5D8B;
	scrollbar-darkshadow-color: #505050;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #1b4469;
	scrollbar-highlight-color: #2EA5D8;
	scrollbar-shadow-color: #000066;
	scrollbar-arrow-color: #33CCCC;
}

#container{
    position: relative;
    width: 765px;
    text-align: left;
    padding: 0px;
	border: 0px;;
    /* border: 1px solid black; */
}

.focusbox{
    position: relative;
    width: 76px;
    height: 79px;
    border: 1px solid black;
}

#testata{
    width: 765px;
    height: 139px;
    background-color: #D8F5FF;
}

#menu_news{
    width: 765px;
    height: 217px;
    background-color: #FFFEE3;
}

#menu{
    width: 765px;
    height: 74px;
    background-color: #FFFEE3;
}

#body_home{
    width: 765px;
    background-color: #f1f191;
	background-image: url(../img_com/fig/bg_body2.jpg);
}

#body{
    width: 765px;
    background-color: #fffce9;
	background-image: url(../img_com/fig/bg_body.jpg);
}

/*
* html #body {height: 765px;} /* bug di IE, simula il min-height */
/*
* html #body_home {height: 765px;} /* bug di IE, simula il min-height */

#footer{
    width: 765px;
    /* height: 80px;  */
    background-color: #D8F5FF;
}

h1{
    font-family: arial, verdana, sans-serif;
    font-size: 24px;
    padding: 30px 0px 0px 0px;
    margin: 0px;
}
