/* @override http://www.giochicastellini.it/css/standard.css */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #371708;
	}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 0.9em;
	height: 100%;
	width: 100%;
	text-align: center;
	z-index: 0;
	background: #371708 url(../images/background.jpg) no-repeat center top;
}
p { 
	}
a {
	text-decoration: none;
	color: #f7eac7;
	}

a:link {
	text-decoration: none;
	color: #f7eac7;
	}
a:visited {
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: none;
	color: #e58a18;
}

div#container {
	width: 1005px;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	margin-top: 0;
	background: url(../images/bg_scritta.jpg) repeat-y;
}

div#header {
	width: 1005;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 2;
	height: 311px;
	background: url(../images/header.jpg) no-repeat center;
}

div#hnav {
	text-align: center;
	position: relative;
	width: 1005px;
	height: 34px;
	z-index: 3;
	color: #f7eac7;
	top: -59px;
}
#hnavinner {
	width: 100%;
	overflow: hidden;
}

#hnav ul {
	position: relative;
	left: 50%;
	float: left;
}

#hnav li {
	display: inline;
	text-align: center;
	right: 50%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	float: left;
	color: #f7eac7;
}

#hnav li a:link {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	color: #f7eac7;
	text-decoration: none;
}

#hnav li a:visited {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	color: #f7eac7;
	text-decoration: none;
}

#hnav li a:hover {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #e58a18;
	font-weight: bold;
}

#hnav li a:active {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #e58a18;
	font-weight: bold;
}

div#main {
	width: 1005px;
	position: relative;
	z-index: 2;
	color: #7a6f54;
	background: url(../images/pagetop_bg.jpg) no-repeat center;
	min-height: 450px;
}

div#content {
	z-index: 5;
	width: 945px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: left;
	color: #7a6f54;
	padding-bottom: 10px;
}

#content > h1 {
	text-align: center;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #9d0d16;
	font-variant: small-caps;
	background-color: #d2c5a5;
	padding-bottom: 3px;
}

#content > h2 {
	text-align: left;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #9d0d16;
	font-variant: small-caps;
	background-color: #d2c5a5;
	width: 500px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#content a{
	color: #ee9300;
}


#content a:link{
	color: #ee9300;
	text-decoration: underline;
}

#content a:hover{
	color: #e33913;
}

div#footer {
	text-align: center;
	width: 1005px;
	height: 105px;
	position: relative;
	background-image: url(../images/footer.jpg);
	color: #fff;
	top: 22px;
}
div#innerfooter {
	text-align: center;
	position: relative;
	color: #fff;
	top: 30px;
}
#footer a{
}


#footer a:link{
	color: #f7eac7;
}

#footer a:hover{
	color: #e58a18;
}

img.floatright {
	float: right;
	margin: 10px 5px 5px;
}
