html,body {
	color: #f1f1f1;
	font: normal 12px 'Verdana';
	margin: 0;
	padding: 0;
}

body {
	background-color: #c0c0c0;
}

a {
	color: #d0d5cf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	border: 0px solid black;
	margin: auto; /* per allineare un div al centro del suo contenitore */
	margin-top: 10px;
	width: 824px;
}

#content {
	background-image: url("../images/content.jpg");
	background-repeat: repeat-y;
}

#footer {
	color: #c0d5cf;
	margin: auto;
	padding-bottom: 20px;
	padding-top: 80px;
	text-align: center;
	width: 180px;
}

#footer a {
	color: #f3e979;
}

#header {
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	height: 275px;
	position: relative;
}

#menu {
	background-color: #66755e;
	border: 1px solid #8fac80;
	float: left;
	line-height: 14pt;
	margin-left: 25px;
	margin-right: 10px;
	margin-top: 15px;
	padding-left: 5px;
	padding-top: 5px;
	width: 180px;
}

#main {
	background-color: #66755e;
	border: 1px solid #8fac80;
	float: left;
	line-height: 10pt;	
	margin-top: 15px;
	padding-left: 20px;
	padding-top: 5px;
	width: 550px;
}

.newsbox {
	background-color: #707d69;
	border: 1px solid #e8e040;
	line-height: 10pt;
	margin-right: 15px;
	margin-top: 35px;
	padding-left: 20px;
	padding-top: 5px;
	width: 500px;
}

.sectiontitle {
	color: #fdf65f;
	text-align: center;
	font: 20px 'Verdana';
	width: 500px;
	position: relative;
}

.login {
	padding-left: 70px;
}

.contactsSx {
    width: 90px;
}

.date {
	color: #fdf65f;
	/*color: #54b64f;*/
	font: bold 8px 'Verdana';
}

.title {
	color: white;
	font: bold 16px 'Verdana';
}

.description {
	color: white;
	font: 14px 'Verdana';
	/*font-style: italic;*/
}

.imageMain {
	border: 1px solid #8fac80;
	color: black;
	float: left;
	margin-right: 10px;
}

.consoleError {
	color: red;
	font-weight: bold;
}

.consoleSuccess {
	color: #006600; /*verde*/
	font-weight: bold;
	text-align: center;
}

.formUploadLabel {
	float: left;
	font-weight: bold;
	margin-bottom: 4px;
	text-align: left;
	width: 200px;
}

.formUploadInput {
	float: left;
	margin-bottom: 4px;
}

#formUpload {
	border: 1px solid white;
	width: 550px;
	padding: 15px;
}

.bannerTesto {
	line-height: 12px;
	padding: 2px;
	font-weight: bold;
	
}

.mybanner {
	width: 170px;
	height: 100px;
	text-align: center;
}

.mybanner a {
	display : block;
	color: white; 
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
}

.mybanner a:hover {
	text-decoration: none;
}

#eventispeciali,#eventispeciali_melbourne_2012 {
	border: 2px solid #fdf65f;
	right: 20px;
	top: -15px;
	position: absolute;
	background-image: url("../images/wimbledon.jpg");
	background-repeat: no-repeat;
	width: 93px;
	height: 65px;
	padding-top: 16px;
	text-align: center;
	font-size: 14px;
}

#eventispeciali_melbourne_2012 {
	border: 2px solid #fdf65f;
	right: 374px;
	top: -15px;
	background-image: url("../images/melbourne_2012.jpg");
}

#eventispeciali a,#eventispeciali_melbourne_2012  a{
	color: white;
	font-weight: bold;
}
