* {
	margin: 0;
	padding: 0;
}

body {
	width: 940px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000; 
}

h1, h2, h3 {
	font-weight: normal;
	color: #000000;

}


p, blockquote, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}


img {
	border: none;
}



/* Wrapper */

#wrapper {
	background: #ffffff;
	position: absolute;
	width: 940px;
	left: 50%;
	margin-left: -470px;
}



/* INFO */

#info {
	width: 930px;
	margin: 0 auto;
	padding: auto;
	background: #cfcfcf url(http://www.in-paese.com/images/sfondo-d.gif) repeat;
	color: #ffffff;
	font-size: 15px;
}

#info a {
	color: #0000ff;
}




/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	background: #ffffff;
}


/* Page On Top */
#toppage {
	width: 930px;
	margin: 0 auto;
	background: #ffffff;
}
#toppageleft {
	width: 600px;
	margin: 0 auto;
	float:left
}

/* LOGO */
#toppageright {
	width: 330px;
	margin: 0 auto;
	padding-top:10px;
	float: left;
	background: #ffffff;
}
#toppageright a {
	text-decoration: none;
}






/* Header */

#header {
	width: 595px;
	margin: 0 auto;
	float: left;
	background: #ffffff;
}
#header h1 {
	text-align: center;
}
#header h1 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: bold;
}
#header h1 a {
	color: #000000;
}
#header a {
	text-decoration: none;
}


/* MENU */

#menu {
	width: 595px;
	margin: 0 auto;
	float: left;
	background: #ffffff;
}
#menu a {
	text-decoration: none;
}












/* Content */

#content {
	width: 930px;
	height:	500px; 
	margin: 0 auto;
	background: #ffffff;
	position: absolute;
	top: 230px;
}







/* Footer */

#footer {
	clear: both;
	border-top: 1px solid #6c6c6c;
	background: #ffffff;
	width: 930px;
	margin-top: 0px;
	margin-left: 0px;
	padding: auto;
	text-align: center;
	color: #000000;
	position: absolute;
	top: 730px;
}

#footer p {
	margin: 10px;
	padding: auto;
	line-height: normal;
	font-size: 85%;
}

#footer a {
	color: #000000;
}




