/* andreas05 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. More free templates are available at: http://oswd.org/userinfo.phtml?user=Andreas
Version: 1.0, September 27, 2005 */

body{
padding:0;
margin:0;
font:76% verdana,tahoma,sans-serif;
background:#cccccc url(bodybg.gif) repeat;
color:#303030;
}

a{
text-decoration:none;
background-color:inherit;
font-weight:bold;
color:#286ea0;
}

a:hover{
background-color:inherit;
color:#303030;
}

h1{
margin:0;
font-size:3.6em;
letter-spacing:-2px;
text-align:right;
background-color:inherit;
color:#505050;
}

h2{
margin:5px 0 10px 0;
font-size:1.6em;
letter-spacing:-1px;
font-weight:normal;
}

h3{
margin:0;
font-size:1.6em;
letter-spacing:-2px;
text-align:right;
background-color:inherit;
color:#AAAAAA;
}

p{
margin:0 0 15px 0;
line-height:1.3em;
text-align:justify;
}

.centrato{
text-align:center;
}

img{
float:left;
margin:0 10px 8px 0;
}

img.destra{
float:right;
margin:10px 10px 8px 10px;
border-style:solid;
border-width:thin;
border-color:#101010;
}

img.destrasenzabordo{
float:right;
margin:10px 10px 8px 10px;
border:none;
}

#title{
margin:20px auto -9px auto;
width:700px;
}

#sottotitle{
margin:-35px 0 0 0;
width:700px;
}

#container{
margin:0 auto 15px auto;
width:700px;
padding:10px;
background:#ffffff url(front.png) bottom left no-repeat;
color:#303030;
border:20px solid #505050;
}

#sidebar{
float:left;
width:110px;
min-height:500px;
padding-left:175px; 
}

#main{
width:385px;
float:right;
overflow:auto;
}

#footer{
clear:both;
}

#pagaadesso{
float:left;
margin:0 10px 8px 0;
}

.menu{
display:block;
width:110px;
padding:4px 2px 4px 10px;
font-size:1.1em;
font-weight:bold;
background-color:inherit;
color:#286ea0;
border:1px solid #ffffff;
}

.menu:hover{
background-color:#f8f8f8;
color:#286ea0;
border:1px solid #dadada;
}

.credits{
text-align:right;
margin-bottom:0;
font-size:0.8em;
background-color:inherit;
color:#aaaaaa;
}

.credits a{
background-color:inherit;
color:#aaaaaa;
}

.credits a:hover{
background-color:inherit;
color:#505050;
}

/* Per Slideshow */

/* style the outer cntaining div to fit the landscape, portrait and buttons */
#album {
height:auto;
background:#eee;
border:1px solid #aaa;
padding:2px;
}

#albumtitolo {
height:auto;
width:auto;
background:#eee;
border:1px solid #555;
padding:1px;
letter-spacing:-1px;
}

img.alcentro {
	float:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
    text-align:center;
}

p.linkgalleria {
	text-align:center;
	font-size:9px;
}



