/* elementi html */

body {
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	color: #492714;
	background-color: #e2d0a7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, a:visited {
	color: #492714;
}

a:hover {
	color: #856a55;
}

img {
	border: 0;
}

a img {
	border: 1px solid #330001;
}

a:hover img {
	border: 1px solid #492714;
}

h1, .bold {
	color: #83320c;
	font-style: italic;
	font-weight: bold;
	font-size: 1.0em;
}

/* classi */

.clear {
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.nowrap {
	white-space: nowrap;
}

.center {
	text-align: center;
}

.small {
	font-size: x-small;
}
.ss{
	font-size: x-small;
	color:#e2d0a7;
}
/* oggetti layout */

#container {
	min-width: 990px;
	margin: 0 auto 0 auto;
	text-align: center;
	background-image: url(img/stemmabg.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

/* left column */

#leftcolumn {
	float: left;
	width: 177px;
	padding-top: 270px;
	padding-bottom: 20px;
	background-color: #83320c;
	background-image: url(img/stemma.gif);
	background-position: center 20px;
	background-repeat: no-repeat;
	color: #f0e4ca;
}

#leftcolumn a, #leftcolumn a:visited {
	color: #f0e4ca;
}

/* leftcolumn - menuleft */

#menuleft {
	font-size: 1.0em;
	padding-top: 70px;
	padding-bottom: 10px;
}

#menuleft a {
	display: block;
	padding: 5px;
}

#menuleft a:hover {
	color: #856a55;
}

#menuleft a.s {
	color: #330001;
}


/* right column */

#rightcolumn {
	float: right;
	width: 179px;
	padding-top: 137px;
	background-image: url(img/rightcolumn.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#rightpadding {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
}

#rightcontent {
	overflow: auto;
	width: 179px;
	min-height: 190px; /* altezza minima del right content */
	text-align: left;
	font-size: 0.7em;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	background: url(img/rightbg.gif);
	background-position: left bottom;
	background-repeat: repeat-y;
}

#rightcontentv {
	height:190px; /* altezza minima del right content */
	width: 1px;
	font-size: 1px;
	line-height: 0px;
	float: right;
}

#rightcontent ul {
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 15px;
	margin-top: 0px;
	padding: 1px;
}

#rightbottom {
	width: 179px;
	background: url(img/rightbottom.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

/* header */

#header {
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	background-position: right 30px;
	height: 138px; /* altezza immagine + background position top */
}

#header div {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	min-width: 783px; /* ~ lunghezza minima - column left (per explorer) */
}

/* content */

#contentv {
	height: 400px; /* altezza minima del content */
	width: 0px;
	font-size: 1px;
	line-height: 0px;
	float: left;
}

#content {
	text-align: justify;
	font-size: 0.8em;
	background-image: url(img/contentbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 177px; /* lunghezza leftcolumn */
	margin-right: 179px; /* lunghezza rightcolumn */
	padding-left: 35px;
	padding-right: 18px;
}

/* content - menu top */

#menutop {
	font-size: 1.2em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
}

#menutop a {
	padding-left: 5px;
	padding-right: 8px;
	white-space: nowrap;
}

#menutop a.s {
	color: #83320c;
}

/* footer */

#footer {
	clear: both;
	text-align: center;
	font-size: small;
}
