body 
{
	background-image:url(../images/background.jpg);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat:no-repeat;
	background-color:#5788cb;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}


#wrapper 
{
	width:1000px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	text-align:center;
	position:relative;
	z-index:6000;
}

#topbg
{
	width:1000px;
	height:530px;
	background-image:url(../images/topbg.png);
	background-repeat:repeat;
}

#bottombg
{
	width:1000px;
	height:200px;
	background-image:url(../images/botbg.png);
	background-repeat:repeat;
}

#lefttop
{
	width:448px;
	height:380px;
	margin-top:30px;
	float:left;
}

#righttop
{
	width:549px;
	height:380px;
	margin-top:30px;
	float:left;
}

#intro
{
	clear:both;
	background-color:#ffffff;
	font-size:15px;
	font-weight:bold;
	font-family:Arial;
	text-align:justify;
	padding-left:20px;
	padding-right:20px;
	padding-top:1px;
	padding-bottom:1px;
}

#list li
{
	text-align:left;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	margin-left:30px;
	vertical-align:text-bottom;
	list-style-image:url(../images/star.png);
}

#immagini
{
	width:1000px;
	height:130px;
	padding-top:40px;
}


#bottomnav 
{
	background-color:#ffffff;
	width:200px;
	height:36px;
	float:right;
	text-transform:uppercase;
	vertical-align:text-top;
	margin-top:-10px;
	font-style:italic;
	font-weight:bold;
}

#bottomnav2
{
	background-color:#ffffff;
	width:200px;
	height:36px;
	float:left;
	text-transform:uppercase;
	vertical-align:text-top;
	margin-top:160px;
	font-style:italic;
	font-weight:bold;
}

#topgallery
{
	font-style:italic;
	background-image:url(../images/botbg.png);
	background-repeat:repeat;
}

h3 
{
	text-transform:uppercase;
	text-decoration:overline;
	
}