/* CSS Document */

html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif}
p{margin:0 10px 10px}
a{border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #1777B1;}
div#header{}
div#header h1{height:80px;line-height:80px;margin:0;
  padding-left:100px;color: #79B30B;background-image:url(logo_oziosi.gif);
  background-repeat:no-repeat; background-position:left;
  border-bottom:dotted 1px #DCDCDC}

div#content p{line-height:1.4}
div#navigation{background:white}
div#extra{background:white}
div#footer{background: #333;color: #FFF}
div#footer p{margin:0;padding:5px 10px}

div#wrapper{float:left;width:100%}
div#content{margin-left: 50%;border-right: 1px dotted #DCDCDC; }
div#navigation{float:left;width:25%;margin-left:-75%;
	border-right: 1px dotted #DCDCDC;}
div#navigation div{margin: 0;
	padding-right: 5px;
	list-style: none;}
div#navigation li{list-style: none;}
div#navigation div li{padding: 5px 10px;
	background: url(images/img07.gif) no-repeat 0 10px;
	border-top: 1px dotted #DCDCDC;}
div#navigation h3{
	height: 20px;
	padding: 10px 0 0 10px;
	text-transform: lowercase;
	font-size: 100%;
	background-color: #Fa7c05;
}	
div#navigation a{
	border: none;
}	
div#navigation a:hover {
	border-bottom: 1px dotted #666666;
}
div#extra{float:left;width:25%;margin-left:-100%;border-right: 1px dotted #DCDCDC;}
div#extra h3{
	height: 20px;
	padding: 10px 0 0 10px;
	text-transform: lowercase;
	font-size: 100%;
	background-color: #FA7C05;
}	
div#footer{clear:left;width:100%;}
