/* @import url(http://fonts.googleapis.com/css?family=Kite+One); */
@import url(http://fonts.googleapis.com/css?family=Domine:400,700);

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
   box-sizing: border-box;
   *behavior: url(boxsizing.htc);
}

body
{
text-align:center; /* per centrare elementi in IE */
}

a:link
{
color: #B299CC;
text-decoration: none;
}

a:visited
{
color: #B299CC;
text-decoration: none;
}

a:hover
{
color: red;
}

.link_attivo
{
color: red;
font-weight: bold;
}

#chisiamo
{
text-align: center;
font-weight: bold;
font-size: 16px;
}

.sotto_menu
{
margin-top: -10px;
font-size: 10px;
letter-spacing: 2px;
font-family: 'Domine', serif;
text-align: center;
line-height: 1.5;

}

.sottosezioni
{
font-weight: bold;
font-size: 18px;
line-height: 1.5;
}

#master_box
{
width: 100%;
height: 100%;
}

#header_box
{
margin-top: 0px;
background-image: url("header.png");
width: 960px;
height: 100px;
margin-left: auto;
margin-right: auto;
}

#main_box
{
margin-top: 10px;
border-width: 3px;
border-style: outset;
border-color: #B299CC;
background-color: #eee;
width: 960px;
height: 450px;
margin-left: auto;
margin-right: auto;
font-family: 'Domine', serif;
font-size: 20px;
letter-spacing: 3px;
}

#menu_box
{
float: left;
background-image: url("motto.png");
color: #B299CC;
width: 258px;
height: 450px;
font-size: 20px;
letter-spacing: 3px;
font-family: 'Domine', serif;
text-align: left;
padding-left: 10px;
padding-top: 20px;
font-weight: bold;
line-height: 2;
}

#img_home_box
{
float: right;
color: #76608D;
width: 690px;
height: 440px;
background-image:url(banconote.png);
}

#content_home_box
{
position: relative;
margin-top: 0px;
margin-left: 0px;
width: 690px;
height: 440px;
text-align: left;
padding-top: 20px;
overflow: auto;
font-family: 'Domine', serif;
font-size: 14px;
letter-spacing: 3px;
line-height: 2;
}

#img_servizi_box
{
float: right;
color: #76608D;
width: 690px;
height: 440px;
background-image:url(scacchi.png);
}

#content_servizi_box
{
position: relative;
margin-top: 0px;
margin-left: 0px;
width: 690px;
height: 440px;
text-align: left;
padding-top: 20px;
overflow: auto;
font-family: 'Domine', serif;
font-size: 14px;
letter-spacing: 3px;
line-height: 2;
}

#img_dove_box
{
float: right;
color: #76608D;
width: 690px;
height: 440px;
background-image:url(bussola.png);
}

#content_dove_box
{
position: relative;
margin-top: 0px;
margin-left: 0px;
width: 690px;
height: 440px;
text-align: center;
padding-top: 10px;
overflow: none;
font-family: 'Domine', serif;
font-size: 14px;
font-weight: bold;
}

#footer_box
{
color: eee;
margin-top: 3px;
font-family: 'Domine', serif;
width: 960px;
height: 25px;
margin-left: auto;
margin-right: auto;
font-size: 10px;
letter-spacing: 3px;
font-weight: bold;
}