/* @override 
	http://www.templarineri.net/styles/standard.css
	http://www.templarineri.net/css/standard.css
*/

body {
	margin: 0;
	padding: 0;
	min-width: 847px;
	background-color: #6d080b;
	color: #ffffff;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font: 9pt/15px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

div#container {
	height: 100%;
	width: 847px;
	min-height: 827px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	top: 0;
}

div#header {
	height: 213px;
	width: 847px;
	background: url(../images/header-trans.png) no-repeat;
}

div#hnav {
	background-image: url(../images/menubar-trans.png);
	width: 847px;
	height: 42px;	color: #7e090c;
	text-align: left;
	font: italic bold 9pt Georgia, "Times New Roman", Times, serif;
	position: relative;
}

#hnav ul {
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 48px;
}

#hnav li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

#hnav li a {
	color: #7e090c;
	text-decoration: none;
}

#hnav li a:link {
	color: #7e090c;
	text-decoration: none;
}

#hnav li a:hover {
	color: #89804e;
}

#hnav li a:active {
	color: #ff8817;
}

div#main {
	width: 847px;
	position: relative;
	background: url(../images/content_bg-trans.png) repeat-y;
}

div#content {
	width: 600px;
	min-height: 380px;
	text-align: justify;
	position: relative;
	font: 9pt Georgia, "Times New Roman", Times, serif;
	background: url(../images/content_top-trans.png) no-repeat;
	color: #464032;
	padding-top: 15px;
	padding-left: 50px;
	padding-bottom: 10px;
}

div#content2 {
	width: 800px;
	min-height: 380px;
	text-align: justify;
	position: relative;
	font: 9pt Georgia, "Times New Roman", Times, serif;
	color: #464032;
	padding-top: 15px;
	padding-left: 1px;
	padding-bottom: 10px;
	background: url(../images/bg_gen_foglio.jpg) repeat;
	margin-left: 25px;
}

#content > h1 {
	color: #6d080b;
	text-align: left;
	font: italic bold 11pt/14pt Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/bg_h1.png);
	height: 25px;
	padding-bottom: 8px;
}

#content a{
	color: #6d080b;
}

#content a:link{
	color: #6d080b;
}

#content a:hover{
	color: #ef8304;
}
div#vncontainer {
	min-height: 380px;
	background: url(../images/vmenu_bg-trans.png) repeat-y 0 -36px;
	float: right;
	text-align: left;
	position: absolute;
	top: 0;
	width: 166px;
	right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7e1713;
	height: 100%;
}

div#vnav {
	background: url(../images/vmenu_top-trans.png) no-repeat;
	position: absolute;
	top: 0;
	width: 179px;
}

div#vncontent {
	min-height: 220px;
	padding-right: 0;
	padding-left: 0;
	padding-top: 60px;
}

#vnav ul {
	color: #7e1713;
}



#vnav li {
	color: #000;
	padding-bottom: 10px;
}

#vnav li a{
	color: #7e1713;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

#vnav li a:hover{
	background-color: #f4e7a3;
	color: #7e1713;
	font-weight: bold;
	font-style: italic;
}

#vnav li active{
	background-color: #f4e7a3;
	color: #7e1713;
	font-weight: bold;
	font-style: italic;
}

div#footer {
	width: 847px;
	background: url(../images/footer-trans.png) no-repeat;
	height: 126px;	
	text-align: center;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
	position: relative;
	font-weight: bold;
	padding-top: 20px;
}

#footer a{
	color: #7e1713;
}


#footer a:link{
	color: #7e1713;
}

#footer a:hover{
	color: #ff8817;
	background-color: #f4e7a3;
}

img.floatright {
	float: right;
	position: static;
	padding: 10px;
	top: 28px;
}

