﻿html,body{margin: 0;padding:0}

body 
{
    font-family: arial,sans-serif; 
	font-size: 0.77em;
	background-color: white;
	text-align: center;
	color: maroon;
}

div#Header, div#Menu, div#Content, div#Foot 
{
    margin:auto;
}

div#Header
{
    text-align: left;
    background-image: url("./Header.gif");
    background-repeat: no-repeat ;
    width: 750px;
    height: 150px;
}

div#Content
{
    text-align: left;
    width: 750px;
}

div#Foot
{
    position : relative ;
    text-align: left;
    background-image: url("./Foot.gif");
    background-repeat: no-repeat ;
    width: 750px;
    height: 40px;
    margin-top: 10px;
}

div#Welcome, div#Login, div#Login2
{
    position: absolute ;
    background-repeat: no-repeat ;
    padding-top: 6px ;
    text-align : center;
    color: Blue;
}

div#Welcome
{
    background-image: url("./Welcome.gif");
    width: 250px;
    height: 34px;
    margin-top: 113px;
    margin-left: 310px;
}

div#Login
{
    background-image: url("./Login.gif");
    width: 112px;
    height: 34px;
    margin-top: 113px;
    margin-left: 570px;
}

div#Login2
{
    background-image: url("./Login.gif");
    width: 112px;
    height: 34px;
    margin-top: 113px;
    margin-left: 190px;
}

div#Login a, div#Login2 a
{
    text-decoration : none;
    color: Blue;
}

div#Hello_Link, div#Cons_Link, div#Forum_Link
{
    font-size: 1.4em;
    font-weight : bold ;
    background-image: url("./BoxMenu.gif");
    background-repeat: no-repeat ;
    padding: 0px 0px 0px 4px;
    text-align : left;
    width: 180px;
    height: 60px;    
}

/*div#Hello_Link a, div#Cons_Link a, div#Forum_Link a
{
    margin-top : -10px;
    margin-left : 60px;
}*/

div#Hello_Text, div#Cons_Text, div#Forum_Text
{  
    /*border: solid red;*/
    background-image: url("./BoxText.gif");
    background-repeat: no-repeat ;
    width: 400px;
    height: 80px;
}

div#Hello_Text p, div#Cons_Text p, div#Forum_Text p
{   
    /*margin: 8px 12px 8px 12px;*/
    padding: 8px 14px 8px 14px;
    text-align : justify ;
}

div#Hello_Space, div#Forum_Space
{  
    float: left;
    width: 62px;
    height: 30px;
}

div#Cons_Space
{  
    float: right;
    width: 62px;
    height: 30px;
}

div#Hello_Link
{
   margin-top: -105px;
   margin-left: 0px;  
}

div#Hello_Text
{
    margin-top: 50px;
    margin-left: 120px; 
}

div#Cons_Link
{
   margin-top: -105px;
   margin-left: 565px;  
}

div#Cons_image
{  
    background-image: url("./toga.gif");
    background-repeat: no-repeat ;
    width: 47px;
    height: 53px;
}

div#Cons_Text
{
    margin-top: 60px;
    margin-left: 225px; 
}

div#Forum_Link
{
   margin-top: -105px;
   margin-left: 0px; 
   /*messo per distanziare il foot in firefox*/
   height: 110px;
}


table#Welcome, table#Cons, table#Forum 
{
    margin-left : 0;
    text-align: center ;
    width: 160px;
    height: 40px;
}

table#Welcome td, table#Cons td, table#Forum td 
{
    cursor: pointer ;
    color: Blue;
}

table#Cons td.image 
{
   background-image: url("./toga.gif");
   background-repeat: no-repeat ;
   width: 47px;
   height: 53px; 
}

table#Forum td.image 
{
   background-image: url("./comunicare.jpg");
   background-repeat: no-repeat ;
   width: 60px;
   height: 49px; 
}

div#Forum_Text
{
    margin-top: 60px;
    margin-left: 120px; 
}

div#BoxBodyHead, div#BoxBodyFoot, div#BoxBodyText
{
    width: 750px;
}

div#BoxBodyHead
{
    margin-top: 10px;
    background-image: url("./BoxBodyHead.gif");
    background-repeat: no-repeat ;
    height: 26px; 
}

div#BoxBodyFoot
{
    background-image: url("./BoxBodyFoot.gif");
    background-repeat: no-repeat ;
    height: 25px;  
}

div#BoxBodyText
{
    background-image: url("./BoxBodyText.gif");
    background-repeat: repeat ;
    text-align : left;
    font-size: 1.4em;
    
}

div#BoxBodyText p, 
div#BoxBodyText ul,
div#BoxBodyText h3
{
    margin: 0px 20px 0px 40px;
}

div#BoxBodyText p
{
    text-align :justify;
}

div#BoxBodyText table.indent
{
    margin: 0px 20px 0px 40px;
}

div#BoxBodyText .noindent
{
    margin: 0px 0px 0px 0px;
}

div#BoxBodyText .center
{
    margin: 0px 40px 0px 0px;
    text-align:center;
}

div#BoxBodyText .left
{
    text-align:left;
}

div#BoxBodyText h3, 
div#BoxBodyText h4 
{
    color: Blue;
}

div#BoxBodyText h3
{
    font-size: 1.4em;
}
 
div#BoxBodyText h4
{
    margin: 0px 20px 0px 60px;
    font-size: 1.1em;
    font-style : italic ;
}

div#BoxBodyText p
{
    padding-bottom: 10px;
}

div#ChiSiamo_image
{
    float: left;
    padding-left : 30px;
}

