@import "includes/menu.css";

* {
	margin: 0;
}
html, body {
	height: 100%;
	background-color:black;
	background:url(../img/background.gif);
}

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

img{
	border:0px;
}

a.returnText{
    font-family: Verdana;
    font-size: 10pt;
	color: white;
}

a.shawFont:link, a.shawFont:visited{color: #007997;}

linkTitle {color:#004477;}

h1{
	font-size: 1em;
}
a:link {color: black; text-decoration: bold;}
a:visited {color: black; text-decoration: bold;}
a:active {text-decoration: none;}
a:hover {color: #777777; text-decoration: none;}

#container{
	width: 950px;
	background-color:black;

	min-height: 100%;
	height: auto !important;
	height: 100%;	
	
	margin-left: auto;
	margin-right: auto;
	
	background: url(../img/webback.gif);
	background-repeat: repeat-y;	
	
	position:relative;
	left:25px;
}

#header{
	background: url(../img/veneto-header.png);
	width: 700px;
	height: 90px;
	left: 90px;
	top: 15px;
    position: relative;
}

#imageBanner{
	width:725px;
	position:relative;
	left:92px;
}

img.banner
{
	border:3px solid #5b0100;
	margin: 0 9px 0 9px;
}

#mainBody{
	position:relative;	

}

#footer{
	font-size:10px;
	text-align: center;
	line-height:18px;	
}

#textHeader{
}

.textBody{
    width: 690px;
	min-height:75%;
	/*Font Style*/
	line-height:22px;
    font-size: 10pt;
	margin: 25px 0 0 110px;

}