/* 

	Index.php  CSS (Layout di base)

*/

html{
height: 100%;
}

body{
text-align: center;
margin: 0em;
padding: 0em;
height: 100%;
font-size: 100%;
background: #ED9F60;
}

/* Div Styles */

#main_container{
position: relative;
width: 49.38em;
margin: 0em auto;
height: auto;
min-height: 100%;
}

#page_container{
position: absolute;
background: #DF6C10;
width: 42.50em;
margin: 0em auto;
left: 2.81em;
right: 2.81em;
border: 0.13em solid #AB1810;
height: auto;
min-height: 100%;
}

#header_container{
position: relative;
background: #AB1810;
height: 12.50em;
min-height: 200px;
background-image:url(../immagini/header.jpg);
background-position: center;
background-repeat: no-repeat;
text-align: left;
}

#h_menu{
position: relative;
padding: 0.31em;
background: #BB1810;
width: 41.88em;
margin: 0em auto;
color: #E2873E;
}

#left_menu_container{
position: absolute;
float: left;
background: #AB1810;
border: 0.13em solid #991711;
left: 0em;
top: 15em;
padding: 0.31em;
width: auto;
height: auto;
}

#left_menu{
text-align: center;
background: #AB1810;
width: auto;
height: auto;
color: #DB8744;
}

#content_container{
position: relative;
margin: 0.31em;
margin-left: 5em;
padding-bottom: 0.75em;
width: 36.88em;
height: auto;
text-align: justify;
}

#footer_container{
position: absolute;
bottom: 0em;
background: #AB1810;
width: 42.50em;
height: 1em;
text-align: right;
margin: 0em;
}