/* Stile delle Pagine */
body{
background-image:url(../images/sfondo.jpg);
background-repeat: repeat-y;
}
/**************************MENU: STILE PAGINE******************************/
#menu {
text-align: right;
}
/**************************NAVIGATION: STILE PAGINE******************************/

#navigation {
background-color: #800000;
position:absolute;
left:5px;
width:20%;
height: 320px;
padding-top:60px;
padding-left: 10px;
font-size: 28px;
font-family: pristina, Monotype Corsiva, Arial;
}
/* Stile delle componenti di menu */
#navigation a {
/*Font*/
color : black;
}
#navigation a:visited {
/*Font*/
color : white;
}

/**************************CONTENT: STILE PAGINE******************************/
#content {
margin-left:20%;
padding-left:30px;
padding-right: 15px;
padding-top: 5px;
text-align: justify;
}
#contentTitle{
z-index: 1; 
font-size: 32px;
font-family: pristina, Monotype Corsiva, Arial;
color: #800000;
background-color: #E1E1E1;
margin-top: 15px;
padding-right: 10px;
padding-top: 3px;
position: absolute;
right: 5px;
text-align: right;
width: 350px; 
height: 38px;
}
#contentMain{
padding-top: 60px;
font-size:16px;
font-family: Century Schoolbook, Arial;
}

#content a {
/*Font*/
color : #800000;
}
#content a:visited {
/*Font*/
color : #800000;
}
#contacts{
padding-bottom: 60px;
}
#name{
font-weight: bold;
}
#mappa{
float:left;
margin-bottom:20px;
padding-right: 15px;
padding-top: 25px;
}
/**************************IMAGES: STILE PAGINE******************************/
img#whoimage{
width: 50%;
padding-left: 150px;
}

img#bioimage{
float: left;
padding-right: 15px; 
padding-bottom: 15px;
padding-left: 30px; 
}
img#biondo{
float: left;
padding-top: 45px;
padding-right: 15px; 
padding-bottom: 55px; 

}
img#oche{
padding-top: 20px;
padding-left: 150px; 
padding-bottom: 30px;
}

img#RoadImg{
float: right;
padding-top: 65px;
padding-left:20px;
}
/**************************FOOTER******************************/
#footer{
/*Layout*/
margin-top: 50px;
border-top: 5px solid black;
padding-top: 5px;
}

