body {
	margin: 20px;
	padding: 0;
	background: #444444;
	font: normal small Arial, Helvetica, sans-serif;
	color: #6F4503;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #FFC971;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #6F4503;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#logo {
	max-width: 780px;
	height: 100px;
	margin: 0 auto;
	padding: 35px 0 0 0;
	background: #FFEE8F url(images/bigbg.gif) repeat-x;
	border: 2px solid #000000;
	border-bottom: 2px solid #000000;;
}

#logo h1 {
	text-align: center;
	font-size: 3em;
}

#logo h2 {
	text-align: center;
	font-size: 1.4em;
}

#logo a {
	text-decoration: none;
	color: #FFC971;
}

/* Menu */

#menu {
	max-width: 780px;
	height: 72px;
	margin: 0 auto;
	padding: 0;
	background: #DA8802;
	border: 2px solid #000000;
	border-top: 2px solid #000000;
	border-bottom: 0px solid #000000;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 98px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #FCEB8A;
}

#menu a:hover, #menu .active a {
	background: #9C5903;
	color: #FFFFFF;
}

/* Splash */

#image {
	max-width: 780px;
	margin: 0 auto;
	background: #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

/* Content */

#body {
	max-width: 780px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 2px solid #000000;
}

#body .title {
	padding: 10px 20px;
	background: #FFEE8E url(images/smallbg.gif) repeat-x left bottom;
	font-size: 1em;
}

#body .story {
	padding: 20px;
	border: 0px solid #8D5700;
}
#body h2 {
	text-align: left;
	font-size: 1.3em;
	color: #8D5700;
}

/* bot*/

#bot {
	max-width: 760px;
	margin: 0 auto;
	padding: 10px 10px;
	background: #4E4E4E;
	border: 2px solid #000000;
	border-top: none;
}

#bot p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #000000;
}

#bot a {
	color: #000000;
}
<!--
/* CSS Barra dei Cookie */
div#cookieChoiceInfo {
background-color: #3399FF !important;
color:#FFF;
font-weight:bold;
font-size:13px;
font-family: Georgia;
}
#cookieChoiceInfo > a:nth-child(2),a#cookieChoiceDismiss {
color: #FFF;
background: #313131;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fedede', endColorstr='#e50909',GradientType=0);
text-align:center;
padding:3px 12px;
text-decoration:none;
border-radius:8px;
font-family:Georgia;
font-size:14px;
font-weight:bold;
padding-bottom:2px;
}
#cookieChoiceInfo > a:nth-child(2):hover, a#cookieChoiceDismiss:hover {
color:#FFF;
text-decoration:none;
position: relative;
top:1px;left:1px;bottom:1px;
}
-->
