@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#600b0b;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body a img{
	border:none;
}

#content{
	width:980px;
	height:565px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -283px; /*set to a negative number 1/2 of your height*/
	margin-left: -490px; /*set to a negative number 1/2 of your width*/
	
	
}

#content2{
	width:980px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	
}

#navigation{
	width:980px;
	height:64px;
}

#slides{
	width:980px;
	height:218px;
}

#rotator ul, #rotator li{
	margin:0px;
	padding:0px;
}

#bodyContent{
	width:980px;
	height:100%;
        background-image:url(images/bodyBg.png);
	background-repeat:repeat-y;
}

#bodyInner{
	padding:20px;
}

#footer{
	width:980px;
	height:16px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
}

#copyrightText{
	padding-left:20px;
	color:#b70808;
}	

#menuTitle{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#333333;
}

#menuText{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	color:#000000;
	padding-top:20px;
}

#menuImage img{
	border:1px;
	border-color:#666666;
	border-style:solid;
}

html, div, map, dt, isindex, form {
display:block;
}

.menu_title
{
color: #B22222;
}
#volare {position:absolute;z-index:2;visibility:visible;left:240px;top:1087px;width:320px;height:45px;font-size:1px;}


