html {
  height: 100%;
  width: 100%;
}

body {
	font-size: 10px;
	height: 98%;
	font-family: helvetica, arial;
	background-image: url('img/sf_home.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-attachment: fixed;
}

#page { 
	width: 1000px;
	background-image: url('img/bg_pagina.png');
	background-position: top left;
	background-repeat: no-repeat;
	 }

#mainwrap {
}

#header {
  height: 120px;
  width: 1000px;
  margin-bottom: 4px;
}

#wrap {
	width: 1024px;
	text-align: left;
}

#sidebar {
  text-align: left;
  float: left;
  width: 260px;
  /* border: 1px solid red; */
  margin-left: 0px;
}

.txt_menuleft {
	margin-left: 40px;
	}
	
.posttitle {
	font-size: 18px;
	color: #FFB300;
	}
.titolo_news {
	font-size: 14px;
	color: black;
	font-weight: bold;
	}


#content {
  text-align: left;
  margin-left: 320px;
  width: 630px;
  height: 510px;
  overflow: auto;
}

form {margin:0;padding:0}
input,select,textarea{font-size: 11px;}
#testo{font-size:10px; overflow: auto;;width:600px;height:100px}
#small {font-size:10px;}

#footer {
  text-align: left;
  clear: both;
  margin-top: 40px;
  margin-left: 350px;
	height: 60px;
	color: gray
}

.iscrizione {
	width: 170px;
	height:150px;
	background-image: url('img/box_iscrizioni.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 10px
	}

.rientro {
	margin-left: 180px;
	}
	#small {font-size: 11px;}
	
.testo_in {
	font-size: 12px;
	color: #5f5f5f;
	}
	
a:link, a:visited, a:active { color: #B79A6A; font-weight: bold; text-decoration: none; }
a:hover { color: black; font-weight: bold; text-decoration: underline;}


#modulo{font-size:14px}
