/* CSS Document */

*{
	margin : 0;
}

body {
        font-family: "Times New Roman", Times, serif;
        font-size: 1em;
        text-align: center;
        background-color:#ffffff;
}

#box {
		height: 810px;
        margin:0 auto;
        width: 660px;
        border: none;
        padding:10px 40px;
        text-align: left;
        background-image:  url(../images/corpo.jpg);
        background-repeat: repeat-y;
        }

#main{

        float:left;
        width:660px;
        height:auto;
        border: 2px solid #230d02;
        background-color:#cec0bd;
}

#header {
        width:660px;
        height:auto;
        background-repeat: no-repeat;
}

#headerinterno{
        width:660px;
        height:160px;
        background-image:  url(../img/monteinterno.jpg);
}


#text {
	width:600px;
	height:auto;
	clear:both;
	background-color:#cec0bd;
	background-repeat: no-repeat;
	max-width: 560px;
	padding:20px 40px 10px 40px;
	margin:10px;

}


#text2 {
	height:auto;
	border: none;
	font-size:14px;
	text-align:justify;
	max-width: 580px;
        }



#map {
	margin:10px;
	padding:10px 10px;
	font-size:14px;
	text-align:justify;
        }
		
		
#footer {
        width:660px;
        height:141px;
        clear:both;
        background-image:  url(../images/footer.jpg);
        background-repeat: no-repeat;
}

#footer2 {
        width:664px;
        height:0px;
        border: none;
        clear:both;
}

#menu{
	float:left;
	height:30px;
	background-repeat: no-repeat;
	background-image:url(../images/buttons/menu.jpg);
	width: 660px;
	background-color:#230d02;
}

#home {
		float:left;
        width:80px;
        height:23px;
}

#dove {
		float:left;
        width:120px;
        height:23px;
}

#info {
		float:left;
        width:139px;
        height:23px;
}

#prezzi {
		float:left;
        width:79px;
        height:23px;
}

#foto {
		float:left;
        width:66px;
        height:23px;
}

#contatto {
		float:left;
        width:106px;
        height:23px;
}

#ita {
		float:left;
        width:34px;
        height:23px;
}

#eng {
	float:left;
	width:25px;
	height:23px;
}

#fine {

        width:740px;

        height:42px;

        border:none;

        clear:both;

        margin:0 auto;

        background-image:   url(../images/fine.jpg);

        background-repeat: no-repeat;

}



#inizio {

        width:740px;

        height:23px;

        border:none;

        clear:both;

        margin:0 auto;

                margin-bottom:-6px;

        background-image:url(../images/inizio.jpg);

        background-repeat: no-repeat;

}


div#chi, div#dove, div#attivita, div#eventi{
	float: left;
	width:120px;
	height: 23px;
}

#mappa {         padding:0px 0px 0px 20px;
}


A:LINK {
 color : #230d02;
 text-decoration: none
}

A:VISITED {
 color : #230d02;
 text-decoration: none
}

A:HOVER {
 color : #230d02;
 text-decoration : underline;
}

A:ACTIVE {
 color : #230d02;
 text-decoration: underline
}
