/**/
/*stile generale*/
body 
{
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
 background-image: url("../img/background.png");
 background-color: #000000;
 font-family: Sans-Serif;
 font-size: 12px;
 line-height: 18px;
 color: #FFFFFF;
}

.clearfix 
{
 clear: both;
}

a 
{
 outline-style: none;
 text-decoration: none;
}

img 
{
 border-style: none;
}

.border_top 
{
 border-top-color: #333333;
 border-top-width: 1px;
 border-top-style: solid;
}

/*contenitore*/
#wrapper 
{
 width: 610px;
 background-color: #000000;
 padding: 20px;
 margin: auto;
}

/*header*/
#header 
{
 width: 610px;
 height: 200px;
 background-image: url("../img/bandragons.jpg");
 background-repeat: no-repeat;
 margin-top: 20px;
 margin-right: 0;
 margin-bottom: 20px;
 margin-left: 0;
}

/*menu superiore*/
#menu 
{
 height: 40px;
 text-align: center;
}

#menu a 
{
 color: #FFFFFF;
 padding-top: 0;
 padding-right: 30px;
 padding-bottom: 0;
 padding-left: 30px;
}

#menu a:hover, #menu a.selezionato, #left_col a, #footer a 
{
 color: #FF0066;
}

#menu a.a_right 
{
 border-right-color: #333333;
 border-right-width: 1px;
 border-right-style: solid;
}

/*colonna sinistra*/
#left_col 
{
 width: 390px;
 float: left;
}

/*colonna destra*/
#right_col 
{
 width: 200px;
 float: right;
 font-size: 10px;
}

#right_col a 
{
 color: #666666;
}

#bot_col 
{
 margin-top: 20px;
}

#bot_col img 
{
 margin-top: 20px;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 0;
 padding: 0;
 filter: alpha(opacity=60);
 -moz-opacity: .60;
 opacity: .60;
}

#bot_col a:hover img 
{
 filter: alpha(opacity=100);
 -moz-opacity: 1;
 opacity: 1;
}

/*footer*/
#footer 
{
 margin-top: 20px;
 padding-top: 20px;
 text-align: center;
 font-size: 10px;
}

 
{
 background-image: url("../img/natura0071.jpg");
}