/*  

sodivini.css
Copyright (c) 2007 Davide Rambaldi


*/

/* BODY */
body
{
	Background: #FFF;
	color: #000;
	font-family: "Verdana","Arial", sans;
	font-size: 1em;
}

hr
{
	border: 0;
	width:90%;
	height:2px;
	color:#853842;
	background-color:#853842;
}


/* TEXT */
p.main { 
	text-align: left;
	width:100%;
}

p.wrap { 
	text-align: left;
	width:80%;
}

p.desc
{
	font-size: 0.8em;
	font-style: italic;
}

.hidden {
	color: #FFF;
}

/* IMAGES */

img.map { 
	padding: 10px 0px 0px 10px; 
}

img.nowrap { 
	margin: 20px 5px 20px 5px; 
}

img.wrap { 
	float:right;
	margin: 5px 5px 5px 5px; 
}

img.wrapsx { 
	float:right;
	margin: 5px 5px 5px 5px; 
}

/* POSITIONING */
#main
{
    position: absolute;
    top: 50px;
    left: 200px;
    width: 720px;
}

#navigation
{
	float: left;
	width: 120px;
	height: 800px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 1;
	right: auto;
	bottom: auto;
	margin-top: 50px;
}

#map {
	clear:both;
	top:50px;
}

#index {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/* LINKS */
a:link
{
	font-size: 1em;
	color: #333;
	font-family: "Arial", sans;
}

a:hover
{
	font-size: 1em;
	font-family: "Arial", sans;
	color: #A7A7A6;
}

a:visited
{
	font-size: 1em;
	font-family: "Arial", sans;
	color: #333;
}

a:visited:hover
{
	font-size: 1em;
	font-family: "Arial", sans;
	color: #A7A7A6;
}

a#active
{
	font-weight: bold;
}

a.hidden {
	color:#FFF;
}

a.hidden:hover {
	color:#FFF;
}
