@charset "UTF-8";

#wrap {
	max-width: 950px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 85px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-position: center center;
	}

.sx {
	float: left;
	width: 225px;
	height: 610px;
	text-decoration: none;
	text-align: right;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 80%;
	}
	
.main {
	float: left;
	width: 450px;
	height: 610px;
	background-repeat: no-repeat;
	font-size: 80%;
	font-family: Geneva, Arial, Helvetica, sans-serif, "Trebuchet MS";
	padding-right: 25px;
	padding-left: 25px;
	color: #FFCC00;
	}
	
.dx {
	float: left;
	width: 225px;
	height: 610px;
	}
	
.menu {
	float: right;
	width: 130px;
	background: #444;
	background: rgba(100,100,100,.7);
	text-align: center;
	padding: 0px;
	margin: 5px;
	}
	
.menu a {
	color: #CCCCCC;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 20px;
	padding-left: 6px;
	line-height: 38px;
	text-decoration: none;
	}
	
.menu a:hover, body#home #t-home, body#servizi #t-servizi, body#gallery #t-gallery, body#contatti #t-contatti, body#corsi #t-corsi, body#tmp #t-tmp   a {
	color: #333333;
	line-height: 38px;
	text-decoration: none;
	background: #ffcc33;
	background: rgba(255,204,51,.7);
	}
	
.footer {
	padding: 0 0px 0px 0px;
	font-size: xx-small;
	}
