body {
	background: #801500;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #FFAA00;
	line-height: 1.6em;
	margin: 0px;
	margin-bottom: 40px;
	padding: 0px;
	text-align: justify;
}

#avviso {
	position: absolute;
	background: #731300;
	border: 1px dashed #A61C00;
	top: 500px;
	left: 20px;
	width: 130px;
	font-size: xx-small;
	display: block;
	line-height: 1.5em;
	color: #A61C00;
	padding: 4px;
	z-index: 255;
}

.linkavviso a{
	font-size: xx-small;
	font-weight: normal;
	color: #A61C00;
}

.linkavviso:hover {
	font-size: xx-small;
	font-weight: normal;
	color: #A61C00;
}

.linkavviso:visited {
	font-size: xx-small;
	font-weight: normal;
	color: #A61C00;
}

body>#avviso { display: none; } 

a, a:visited {
	font-size: small;
	font-weight: bold;
	color: #FFEABF;
	text-decoration: none;
}

a:hover {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

img {
	border: 0px;
}

#titolo {
	display: none;
}

#sottotitolo {
	display: none;
}

#headerimg {
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index: 0;
}

#logoscuola {
	position: absolute;
	top: 100px;
	left: 30px;
	z-index: 200;
}

#logochanwu {
	position: absolute;
	top: 250px;
	left: 30px;
	z-index: 200;
}

.corpo {
	position: relative;
	border: 1px solid #991900;
	background: #661100 url("images/layout/scrittabg.jpg") no-repeat;
	left: 180px;
	width: 540px;
	top: 33px !important;
	top: 39px;
	font: small Verdana, sans-serif;
	line-height: 1.6em;
	padding: 0px 20px 0px 20px !important;
	padding: 10px 20px 10px 20px;
}

.corpo img {
	border: 1px solid #ffd400;
	padding: 2px;
	margin: 10px;
	display: block;
}

.corpo img.link:hover {
	border: 1px solid #ffffff;
}

.gallery {
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.gallery img {
	border: 1px solid #ffd400;
	padding: 2px;
	margin: 20px;
	display: block;
}

.gallery img.link:hover {
	border: 1px solid #ffffff;
}

#footer {
	position: relative;
	background: #991900;
	border: 1px solid #991900;
	border-top: none;
	top: 32px !important;
	top: 38px;
	left: 180px;
	width: 560px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: xx-small;
	font-weight: bold;
	color: #661100;
	text-align: right;
}

#boxdx {
	position: fixed;
	top: 180px;
	left: 761px;
	width: 150px;
	background: #801500;
	border: 1px solid #991900;
	padding: 10px;
	z-index: 255;
}

/** Menu **/

#globalNav {
	position: absolute;
	font-family: Verdana, sans-serif;
	font-size: small;
	line-height: 1.6em;
	top: 140px;
	min-width: 580px;
	width: 580px;
	left: 160px;
	height: 20px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	background-image: url("images/layout/navbarbg.jpg");
}

#globalNav img {
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	left: -50px;
	z-index: 0;
}

#gnr {
	position: absolute;
	right: -50px
}

#globalLink{
	position: absolute;
	top: -2px !important;
	top: 0px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	z-index: 100;
	font-size: small;
	line-height: 1.6em;
}


a.glink:link, a.glink:visited {
  	font-size: small;
	margin: 0px;
	padding: 0px 0px 4px 15px;
	text-decoration: none;
}

a.glink:hover{
  	font-size: small;
	margin: 0px;
	padding: 0px 0px 4px 15px;
	text-decoration: none;
}

/************************************/

.subglobalNav {
	font: small Verdana, sans-serif;
	background: #991900;
	position: absolute;
	top: 159px;
	left: 180px;
	width: 572px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.6em;
	z-index: 255;
}

.subglobalNav a:link {
	display: inline;
	font: small Verdana, sans-serif;
	border-right: 1px solid #ffd400;
	padding: 2px 6px 1px 0px;
	text-decoration: none;
	font-weight: normal;
}

.subglobalNav a:visited {
	font: small Verdana, sans-serif;
	border-right: 1px solid #ffd400;
	padding: 2px 6px 1px 0px;
	text-decoration: none;
	font-weight: normal;
}

.subglobalNav a:hover {
	font: small Verdana, sans-serif;
	border-right: 1px solid #ffd400;
	border-bottom: 1px solid #ffd400;
	padding: 2px 6px -1px 0px;
	text-decoration: none;
	font-weight: normal;
}

input.field {
	background-color: #801500;
	border: 1px solid #FFAA00;
	color: #FFEABF;
	padding: 4px;
	width: 150px;
}

input.button {
	background-color: #801500;
	border: 1px solid #FFAA00;
	color: #FFEABF;
	padding: 3px;
	width: 50px;
}

input.button:hover {
	background-color: #991900;
}

input.field:hover {
	background-color: #991900;
}

#freefind {
	font-size: x-small;
	text-align: center;
	position: fixed;
	top: 250px;
	float: left;
	margin-right: -170px;
	margin-top: 0px !important;
	margin-top: 150px;
	left: 0px;
	width: 150px;
	background: #801500;
	padding: 10px;
	z-index: 255;
}

#freefind input.field {
	background-color: #801500;
	border: 1px solid #FFAA00;
	color: #FFEABF;
	padding: 0px 3px;
	width: 100px;
	height: 20px;
	clear: right;
}

#freefind input.button {
	background-color: #801500;
	border: 1px solid #FFAA00;
	border-top: none;
	color: #FFEABF;
	padding: 0px 3px;
	width: 108px;
	height: 20px;
	font-size: small;
}

#freefind input.button:hover {
	background-color: #991900;
}

#freefind input.field:hover {
	background-color: #991900;
}

#freefind a {
	font-size: x-small;
}

#mailinglist {
	font-size: x-small;
	position: absolute;
	top: 260px;
	left: 761px;
	width: 160px;
	padding: 0px 10px;
	text-align: center;
}

#player {
	position: absolute;
	top: 200px;
	left: 807px;
}