@charset "utf-8";
h1, h2, h3, h4, p, body, ul,img, object {
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#master {
	height: 550px;
	width: 983px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
#banner {
	height: 100px;
	background-image: url(../images/sfondo_banner.gif);
	background-repeat: repeat-x;
}
#title {
	float: left;
	font-size: 53px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 39px;
	font-weight: bold;
	margin-left: 10px;
}
#camera {
	float: right;
	margin-top: 30px;
	margin-right: 20px;
}


#logo {
	float: right;
	background-repeat: no-repeat;
	width: 175px;
	height: 70px;
	margin-top: 15px;
}
#logo span {
	display: none;
}


#footer {
	float: left;
	width: 973px;
	height: 65px;
	background-color: #99aecd;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 10px;
	font-size: 14px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #C1C8DF;
	display: inline;
}
#footer a {
	color: #FFFFFF;
}
#title a {
	color: #FFFFFF;
	text-decoration: none;
}

