/* CSS Document */

/* -----------------------------------------------
Itinerari Scientifici In Toscana, basic style: bodyhome
[the best resolution 1024x768]
last edit:  2008.02.05
author: damiana luzzi
----------------------------------------------- */

/***** HTML tag style ****/
html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#000000;
	min-width:980px;
}
/* formattazione tag alt */
[alt] {
	color:#666666;
	font-size:60%;
}
/* formattazione img */
img { 
	border:none;
}
/* formattazione h1 e h2 */
h1 {
	font-size:x-large;
	font-weight:normal;
	color:#203C51;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}
h2 {
	font-size:x-large;
	font-weight:lighter;
	color:#FFFFFF;
	background-color:#2F526C;
	letter-spacing:5px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 7px;
}
/* container */
#container {
	min-height:100%;
	position:relative;
	background-color: #FCFCF5;
}


