BODY {
	PADDING-RIGHT: 50px; 
	PADDING-LEFT: 50px; 
	BACKGROUND: feffe6;
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	FONT: medium/1.5em Dolphin, Mirror, Monotype Corsiva,Sans Serif; 
	COLOR: #000; 
	PADDING-TOP: 0px; 
	voice-family: inherit
}

.container {
        width: 700px;
        padding: 15px;
        margin: 3px 0 20px 0;
        border: 0px;
        background: feffe6;
}

/* circle */

#navCircle {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
        float: left;
        font-size: 21px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 6px;
        color: #000;
        background: url(immagini/circle.gif) no-repeat bottom center;
}
     