html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .76em;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	background: url(/_images/sfondo.png) center center repeat-y #E3E0D4;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
img {
	border: none;
}

div#container {
	text-align: left;
	margin: 0px auto;
	width: 770px;
	background-color:#fff;
	height: 100%;
	position: relative;
	background-repeat: repeat-y;
}
body>div#container{
	height: auto;
	min-height: 100%;
}
#containerInt {
	margin-left: 1px;
	margin-right: 6px;
}

#header {
	color: white;
	text-align: left;
	padding: 0px;
	/*background: #003366;*/
	margin:0 0 5px;
	border-top:5px solid white;
}

.horizmenu {
	font-size:			13px;
	color:				#666;
	text-align:			right;
	padding:			5px 10px;
	margin:5px 0;
	/*background-image:	url('../_images/gradiente_grigio_scuro.jpg');*/
	background:#fff;
	/*border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;*/

}
.horizmenu a {
	color:#003868;
	text-decoration: none;
}
.horizmenu a:hover {
	color:#990000;
	text-decoration: underline;
}

#content {
	padding-bottom: 50px;
}

.contentInt {
  margin: 1px 6px 0px 0px;
  clear:both;
}

h1 {
	color:#c60;
	font-size:25px;
	font-weight:bold;
	letter-spacing: 1px;
	margin:0 0 10px;
}

.contentInt h2 {
	color:#0099CC;
	width: auto;
	padding: 1px 4px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 1px;
	font-size: 12px;
}

.contentInt p
{
	text-align:justify;
	COLOR: #666;
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	LETTER-SPACING: 0px;
	margin:3px 9px 9px 3px;
	padding:0px;
}
.contentInt h2 a
{
	color:#0099CC;
	text-decoration:none;
}
.contentInt a:hover
{
	color:#990000;
	text-decoration:underline;
}

.listElement
{
  color:#0099CC;
  font-size:10px;
  padding:2px;
  font-weight:bold;
  font-style:italic;

}
.contentImgLeft
{
	margin:0px 5px 5px 0px;
	float:left
}

#navigationExt {
	float: left;
	width: 167px;
	padding-bottom: 20px;
}
#navigationInt {
	width: auto;
	margin: 1px;
}

#girl
{
  margin-bottom: 5px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888;
	background:#333;
	text-align: center;
	clear:both;

	position: absolute;
	bottom:0;
	width: 100%;
}

#footerInt {
	margin: 5px 0;
	padding: 10px;
}
#thumbnails{
	background-color: #AEBCE6;
	padding: 3px;
	text-align: right;
}
#footer a
{
	color: #FFF;
}

#footer a:hover
{
	color: #06C;
}

.homepage {
	text-align: center;
	margin: 30px;
}


