* {
	margin: 0px;
	padding: 0px;
}
#conteiner {
	width: 750px;
	background-color: #fcfcfc;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#conteiner #logo {
	height: 135px;
	background-color: #dbdbdb;
	margin-right: auto;
	margin-left: auto;
}
#conteiner #banner {
	height: 10px;
}
#conteiner #BodyArea #left {
	width: 505px;
	float: left;
	background-color: #FFFFFF;
}
#conteiner #BodyArea #right {
	width: 205px;
	float: right;
	background-color: #E2E2E2;
}
#conteiner #BodyArea #footer {
	height: 40px;
	padding-top: 0px;
}




a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#conteiner #navigation {
	background-repeat: repeat-x;
	background-image: url(../images/navigation_back.jpg);
	height: 35px;
}
#conteiner #navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666685;
	display: block;
	height: 35px;
	width: 93px;
	float: left;
	text-decoration: none;
	text-align: center;
	line-height: 32px;
	background-image: url(../images/roll_navigation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
}
#conteiner #navigation a:hover {
	background-position: bottom;
	background-image: url(../images/roll_navigation.jpg);
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 20px;
	text-align: justify;
}
#conteiner #BodyArea #footer {
	clear: both;
	height: 50px;
	background-color: #e2e2e2;
}
#ombra {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	clip: rect(auto,auto,auto,auto);
}

