/* Reset CSS Code */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* My Code */

.float-fix {
	clear: both;
}

body {
	background: url(../images/bg/soft_wallpaper.png);
	font: 12px/18px Verdana;
	color: #333;
}

div#header {
	width: 960px;
	margin: 0px auto;
}

div#logo {
	float: left;
}

div#fader {
	padding-left: 320px;
}

div#content {
	width: 960px;
	margin: 10px auto;
	clear: both;
}

div#content-left {
	float: left;
}

div#content-right {
	padding-left: 320px;
}

div#mappa {
	width: 310px;
	height: 310px;
}

div#content-right p {
	padding-top: 12px;
}

div#footer {
	width: 960px;
	margin: 20px auto;
	border-top: 1px dashed #CCC;
}

div#address {
	padding-left: 320px;
}

div#address p {
	font-size: 10px;
	line-height: 14px;
	padding-top: 14px;
}

div#mail {
	height: 40px;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	margin-bottom: 20px;
}

div#mail p {
	font-weight: bold;
}


div#mail p a {
	text-decoration: none;
	color: #890714;
}






























/* Edoardo Stefani */