/*
		colore fondo					: f8f3e0
		colore blu logo				: 2d6db6
		colore rosso logo			:	b8478e 
		colore grigio righe		: 93918D
*/

body {
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	margin: 0px 0px 20px 0px;
	color: #666666;
	text-decoration: none;
	text-align: justify;
	line-height: 120%;
	font-weight: 300;
	}
	
/* main container */
#wrapper
{ width: 860px;
  margin-left: auto; 
  margin-right: auto;
	padding: 0px;
	text-align: left;
	height: auto;
}
#container { 
  margin-left: auto; 
  margin-right: auto;
  width: 800px;
  height: auto;
  padding: 0px;
  text-align: justify;
  overflow: hidden;
} 

/* navigation menu */
#menu { 
	height: 160px;
  width: 800px;
  margin-left: auto; 
  margin-right: auto;
  background-image: url(../images/header.jpg);
  background-position: top;
  background-repeat: no-repeat;
  border-bottom: 2px solid #93918D;
  color: #464032;
}
#menu ul {
	position: absolute; 
	top: 115px;
	left: 330px;
  list-style: none; 
  text-align: right; 
  width: 300px;
} 
#menu li { 
	margin: 0px 0px 0px -2px; 
  padding: 0px 0px 0px 0px; 
  list-style: none; 
  float: left; 
	} 
#menu li a { 
  display: block; 
  float: left; 
  border-top: 3px solid;
  height: 27px;
  text-decoration: none; 
  padding: 3px 0px 0px 0px;
  margin-right: 10px;
  font-weight: bold;
	background: transparent;
  color: #2d6db6;
  border-color: #93918D;  
  } 
#menu li a:hover { 
  color: #b8478e;
  border-color: #b8478e;
	} 


/* page content */
#content { 
	text-align: justify;
  padding: 10px 0px 15px 0px;
  width: 800px;
  height: auto;
  float: right;
  }
.framestyle {
	position: static; 
	margin: 0px 0px 0px 0px;
	padding 0px;
 	width: 100%;	 
  height: auto;
 	overflow: hidden;
	}

/* footer */
#footer { 
	padding: 12px 0px 3px 0px;
  width: 800px;
  text-align: center;
  border-top: 2px solid #93918D;
  height: 22px;
  margin-left: auto; 
  margin-right: auto;
  margin-bottom: 5px;
  }

#footer a {
	color: #93918D;  
	text-decoration: underline;
	}
#footer a:hover {
  color: #b8478e;
	text-decoration: none;
	}

