html {
	background: #000 url('background-body.jpg') repeat-x;
}

body {
	background-size: 100%;
	
	font-family: Courier, Mono;
	font-size: 10pt;
	color: #606060;
	margin: 0px;
	padding: 0px;
}

a, a:link, a:visited, a:active {
	color : #0066CC;
	text-decoration: none;
}

a:hover {
	color: #0066CC;
	text-decoration: underline;
}

#container {
	position: absolute;
	background: #333;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 98%;
	min-height:385px;
	height:auto !important;
	height: 385px;
	margin: -192px 1% 0 1%;
	bottom: 25%;
}

#titolo {
	display: none;
}


#menu, #footer {
	position: absolute;
	width: 100%;
	background: #333;
	height: 25px;
	color: #CCC;
}

#menu {
	border-bottom: 1px solid #333;
	top: 0px;
}

#menu dl {
	/* margin-top: 8px; */
	margin-left: 150px;
	margin-top: 10px;
}

#menu a:hover {
	color: #CCC;
}

#menu dt {
	display: inline;
}


#footer {
	text-align: center;
	bottom: 0px;
	border-top: 1px solid #333;
	padding: 0;
}

#footer p {
	margin-top: 10px;
	color: #999;
}

#corpo {
	position:absolute;
	top: 30px;
	width: 100%;
	margin: 0;
	padding: 0px;
}

#col-left, #col-right {
	position: absolute;
	top: 0px;
	height: 335px;
}

#col-left {
	left: 1%;
	width: 580px;
	display: block;
}

#col-left {
	text-align: right;
}

#col-left .col {
	float: right;
	width: 180px;
	margin-top: 16px;
}

#col-left .photos {
	float: right;
	margin-top: 15px;
}

#col-left .photos a img {
	border: none;
	}

#col-left .photos #fotodesc {
	position: absolute;
	color: #06C;
	top: 280px;
	right: 140px;
	height: 40px;
	z-index: 1000;
	font-size: 14pt;
	text-align: left;
}

#col-right {
	left: 640px;
	width: 400px;
	background: url(gb2001.logo.png) 0 15px no-repeat;
}


#col-left li {
	list-style-type: none;
	line-height: 18px;
}

#col-right h3:First-letter {
	padding: 6px 0 6px 6px;
	border-left: 4px solid #0066CC;
}

#col-right h3 {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 24px;
	font-weight: normal;
	color: #0066CC;
	margin: 180px 0 0 25px;
}


input, textarea {border: 1px solid #000; background: #FFF; width: 152px; margin-bottom: 6px;}
label {margin-right: 6px; color: #0066CC}
input:active {background: #CCC; color: #0066CC}

input.pul {width: 75px;}