body {
	background: #b7b7b7;
	font-family: Arial,Helvetica,sans-serif;
   font-weight: normal; 
	color: rgb(128,76,76);
}

/***** PARAGRAPH FORMATTING *****/

.maintable {
	width:800px;
	background-color:rgb(235,170,117);
	background-color:rgb(245,190,147);
}

.separator {
	background-color:rgb(173,118,115);
	color:rgb(173,118,115);
	height:1px;
}

.separator.thin {
	height:1px;
}

.separator.thick {
	height:3px;
}

.separator.red {
	background-color:rgb(173,118,115);
}

.separator.orange {
	background-color:rgb(235,170,117);
}

.txt, p {
	font-size: 11pt; 
   vertical-align: top;
	text-align: justify;
	color: rgb(128,76,76);
	padding-top: 0px;
	padding-bottom: 0px;
   padding-right: 0px;
   padding-left: 0px;
}

.txt.title {
	font-size: 14pt; 
   font-weight: bold; 
	color: rgb(128,76,76);
	padding-top: 0px;
	padding-bottom: 0px;
   padding-right: 0px;
   padding-left: 0px;
}

.txt.small {
	font-size: 8pt; 
}

.txt.bold {
   font-weight: bold; 
}
.txt.white {
	color: rgb(255,255,255);
}

/* link */

a:link.lnk, a:visited.lnk {
	font-size: 11pt; 
	color: rgb(228,76,76);
	text-decoration: none;
}

a:hover.lnk {
	font-size: 11pt; 
	color: #ffffff; 
	text-decoration: none;
}


/* main menu */

a:link.menu, a:visited.menu {
	font-size: 12pt; 
	color: rgb(173,118,115);
	color: rgb(128,76,76);
	text-decoration: none;
	font-variant: small-caps;
}

a:hover.menu {
	font-size: 12pt; 
	color: #ffffff; 
	text-decoration: none;
	font-variant: small-caps;
}

a:link.thismenu, a:visited.thismenu, a:hover.thismenu {
	font-size: 12pt; 
	color: rgb(173,118,115);
	text-decoration: none;
	font-variant: small-caps;
}

.mainmenu {
	background-image:url(img/menubkg.gif);
	background-repeat:repeat-x;
	height:30px;
	vertical-align:middle;
	text-align:center;
	color: rgb(173,118,115);
	font-size: 9pt; 
}

.content {
   vertical-align: top;
	text-align: left;
	padding-top: 10px;
   padding-bottom: 10px;
	width: 482px;
}

.img {
   vertical-align: top;
	text-align: center;
	background-color:rgb(173,118,115);
	background-color:rgb(235,170,117);
	background-image:url(img/imgbkg.gif);
	background-repeat:repeat-y;
	padding-top: 10px;
	padding-bottom:10px;
	width: 260px;
}

.img.storia {
	background-image:url(img/imgbkg7.gif);
}



