body {
	MARGIN-TOP: 0%;
	BACKGROUND-IMAGE: url(images/sfondo.gif);
	MARGIN-BOTTOM: 0%;
	VERTICAL-ALIGN: top;
	TEXT-ALIGN: center;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size: 100%;
	color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#head{
	width: 100%;
	padding-top:5px;
	height:100px;
}
#head ul{
list-style-type:none;
margin:0 0 0 30px;
padding:0;
}

#head2{
	width: 100%;
	height:20px;
	padding-bottom: 8px;
	padding-top: 0px;
}
#head2 ul{
list-style-type:none;
margin:0 0 0 30px;
padding:0;
}
#navBar{
	background-color: #FFFFCC;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-attachment: fixed;
}

#content{
	float:right;
	width: 100%;
	margin: 0;
	padding-top: 10px;
	border-top: 20 px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 10px 0px;
	font-size: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.story p{
	padding: 0px 5px 0px 5px;
}

.offerte{
	clear: both;
	font-size: 120%;
}

.offerte p{
	padding: 0px 5px 0px 5px;
	text-align: left;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 2px solid #cccccc;
	font-size: 90%;
	color: #666666;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
	width: 700px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #aaa;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	text-align: left;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#nav{
	clear:both;
	background:url(images/sfondo2.gif);
	padding-top:6px;
	height:25px;
	margin:0 10px 0 10px;
	border-left: #e2dbc9 2px solid;
	border-right: #e2dbc9 2px solid;
	border-top: #e2dbc9 2px solid;
	border-bottom: #e2dbc9 2px solid;
	width: 670px;
}
#nav ul{
list-style-type:none;
margin:0 0 0 33px;
padding:0;
}
#nav li{
float:left;
}
#nav li a{
display:block;
font-weight:bold;
font-size:16px;
padding:0 15px 0 15px;
}
#nav li a:hover{
color:#990000;
background:#F5E3D1;
text-decoration:none
