/*
	MAIN SECTION
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAB5AA;
	background-color: #000000;
	margin: 0px;
	cursor: default;
}

b {
	color: #FFFFE0;
}

ul {
	list-style-type: circle;
} 

button {
	font-size: 11px;
	background-color: #000000;
	border: 1px solid #666666;
	cursor: pointer;
	color: #FF3333;
	height:22px;
}

input {
	font-size: 11px;
	background-color: #000000;
	color: #FFFFE0;
	border: 1px solid #666666;
	cursor: default;
}

textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFE0;
	border: 1px solid #666666;
	cursor: default;
}

a:link {
	color: #FFFFE0;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFFFE0;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ED723C;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FFFFE0;
	text-decoration: none;
	font-weight: bold;
}

.selezionato {
	color: #ED723C;
	text-decoration: none;
	font-weight: bold;
}

.centrato {
	text-align: center;
}

.giustificato {
	text-align: justify;
}

.immagini {
	text-align: left;
/*	font-size: 9px;*/
}


.handlink {
	cursor: hand;
	color: #FFFFE0;
	font-weight: bold;	
}

.red {
	color: red;
}

.guestbook_background {
/*	background:#2A2A2A; */
	background:#2D2D2D;
}


/*
	DIVS
*/

#container {
	background: url(img/up.jpg) no-repeat top;
	width:  990px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 280px;
}

#lang {
	top: 15px;
	left: 820px;
	position: relative;	
	width: 60px;
}

#menu {
	text-align: center;
	position: absolute;
	top: 245px;
	z-index: 15;
	width:  990px;
}

#menu span {
	text-transform: uppercase;
}

#content {
	background: url(img/down.jpg) no-repeat bottom;
}

#page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#content_left {
	border: 0px solid #FFFFE0;
	float: left;
	width: 218px;
	padding: 25px;
	padding-left: 40px;
	text-align: center;
}

#content_left img {
	border: 0px;
}

#content_right {
	border: 0px solid #FFFFE0;
	width: 540px;
	padding: 25px;
	padding-right: 44px;
	margin-left: auto;
	text-align: justify;
}

#content_right img {
	border: 0px;
}

#content_right hr {
	height: 1px;
	width: 450px;
}

#footer {
	border: 0px solid #FFFFE0;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 95px;
	clear:both;
}

