html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

body {
	background: #E0D5B7 url(images/page_bg.jpg) repeat-x;
	color: #999999;
	padding-bottom: 10px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

a {
	color: #c08979;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
/*	color: #CC9933; */
	text-decoration: underline;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

#index {
	background-image: url(images/fondo.png);
	background-repeat: no-repeat;
	height: 480px;
	background-position: 300px;
	margin-top: 80px;
}

#wrapper {
	background-image: url(images/fondo.png);
	background-repeat: no-repeat;
	height: 490px;
	background-position: 300px 10px;
	margin-top: 70px;
}


#body {
	height: 290px;
	margin-right: auto;
	margin-left: auto;
}


#logo {
	background-image: url(images/logo_armonie.gif);
	background-repeat: no-repeat;
	height: 158px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

#logo2 {
	background-image: url(images/logo_creazioni.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

#logoindex {
	background-image: url(images/logo_armonie.gif);
	background-repeat: no-repeat;
	height: 158px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
}

/* MENU */ 

#menu {
	background-color: #c4bda4;
	height: 30px;
	width: auto;
}

#menu ul {
	list-style:none;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}

#menu ul li{
	list-style:none;
	display: inline;
}
#menu ul li a{
	height:44px;
	float:left;
	text-decoration:none;
	margin:0px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90px;
	text-align: center;
}

#menu ul li a:hover{
text-decoration:none;color: #666666;
}

#menu ul li a.active{
	text-decoration:none;
	color: #666666;
}


/* TEXT */

#text {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	height: 265px;
}

#text img{
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-right: 10px;
}

/* DX */

#arrow {
	height: 9px;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}

#arrow img{
	border: 1px solid #CCCCCC;
	padding: 3px;
}

/* PAGINA */

#pagina {
	height: 9px;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	color: #B4B4B4;
	font-family: "Times New Roman", Times, serif;
}

/* GALLERY */

#gallery {
	width: 600px;
	height: 185px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

#gallery img{
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 2px;
}

#gallery2 {
	width: 750px;
	height: 290px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#gallery2 img{
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 2px;
}


/* FOOTER */ 

#footer {
	margin-top: 80px;
	text-align: center;
}

#footer a{
	font-weight: bold;
	color: #999999;
}

.privacy {
	font-size: 10px;
}

