#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 1000px;
	margin-top: -20px;
	margin-bottom: 0px;
}
#wrapper #head {
	background-image: url(../images/scorperta_hd.gif);
	background-repeat: no-repeat;
	height: 275px;
	background-position: top;
}
#wrapper #navBar {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-bottom-style: ridge;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	vertical-align: middle;
	height: 25px;
	text-align: center;
	font-size: large;
	color: #660000;
}
#wrapper #footer {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-bottom-style: ridge;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	vertical-align: bottom;
	height: 25px;
	text-align: center;
	font-size: large;
	color: #660000;
	display: block;
}
#wrapper #content {
	height: 575px;
	padding-top: 40px;
	padding-bottom: 45px;
	padding-right: 100px;
	padding-left: 100px;
}
#wrapper #content img {
	border: 1px inset #660000;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#wrapper #content a {
	font-style: italic;
	color: #660000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper #content a:hover {
	font-style: italic;
	color: #660000;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
