body {
margin: 15px auto;
font-family:Verdana, Helvetica, sans-serif;
font-size:0.8em;
line-height:150%; }

a {
color:#666;
text-decoration:none; }
a:hover {
color:#000; }

#banner {
height:180px;
border-bottom:1px solid #999; }

#colL {
width:680px;
float:left;
padding-left:20px;
padding-top:20px;
background:#eee; }

#colR {
float:left;
width:220px;
padding:20px; }

#galleria { 
width: 675px; 
height: 500px; 
background: #fff;
/*border:1px solid #999;*/
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
border-radius:10px;
  -webkit-box-shadow: 0px 0px 10px 0 #999;
  -moz-box-shadow: 0px 0px 10px 0 #999;
box-shadow: 0px 0px 10px 0 #999; }

#footer {
font-size:0.9em;
padding:10px 0;
text-align:center;
clear:both;
border-top:1px #999 solid; }

.shadowed {
-webkit-box-shadow: 0px 0px 10px 0 #666;;
-moz-box-shadow: 0px 0px 10px 0 #666;
box-shadow: 0px 0px 10px 0 #666; }

#wrapper {
width:960px;
margin:10px auto;
background:#eee;
/*border:1px solid #666;*/
-webkit-box-shadow: 0px 0px 20px 0 #666;
-moz-box-shadow: 0px 0px 20px 0 #666;
box-shadow: 0px 0px 20px 0 #666;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px; }