body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #f4f4f4 url(bg.gif) top center repeat-y;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
}

#header {
clear: both;
margin: 10px 0 0 0;
padding: 5px;
height: 63px;
}

#header-link {
	text-align:right;
}
#header-link a {
	font-size:10px;
}

#header h1 {
width: 250px;
margin: 0 0 0px 0;
float: left;
}

#header p {
width: 450px;
float: right;
text-align: center;
color: #303030;
margin: 13px 0 10px 0;
font-size: 0.9em;
line-height: 1.2em;
font-style:italic;
text-shadow:1px 1px 1px #ccc;
}

#frontphoto {
	clear:both;
	margin: 1px 0 5px 0;
	padding-right: -20px;
	position: relative;
	left: -11px;
}
#frontphoto img {
	border-top: 2px solid #FC7114;
	border-bottom: 2px solid #FC7114;
}

#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}	
	
#avmenu li a:hover {
background: #eaeaea;
color: #FA7236;
border-left: 6px solid #FA7236;
}


#avmenu ul #submenu a {
font-weight: bold;
background: url(../img/bullet.png) left center #fff no-repeat;
height: 13px;
width: 200px;
font-size:9px;
text-decoration: none;
color: #FA7236;
display: block;
padding: 0px 0px 0px 13px;
margin-left:5px;
border-left: none;
}

#avmenu #submenu a:hover {
color: #505050;
background: url(../img/bullet.png) left center #fff no-repeat;
}



.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}

#extras {
float: right;
width: 105px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.8em;
line-height: 2.1em;
}

#extras p {
margin: 0 0 1.8em 0;
}

#content {
margin: 0 110px 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: justify;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
color: #FC7114;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
color: #FC7114;
}

#content p {
padding: 0px;
margin: 0px;

}

#content img {
padding: 3px;
margin: 3px;

}

h3 {
font-size: 1.1em;
margin: 0 0 10px 0;
color:#FC7114;
}

a {
text-decoration: none;
color: #FA7236;
}

a:hover {
text-decoration: underline;
color: #FA7236;
}

a img {
border: 0;
}

#prefooter {
	clear: both;
	border-top:4px solid #f0f0f0;
	border-bottom:4px solid #f0f0f0;
	text-align:center;
	padding:5px;
}


#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 10px 0;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

#separatore {
	border-top:1px solid #ccc;
	text-align:right;
	width: 100%;
	margin-bottom:25px;
}
#separatore a {
	background: url(../img/bullet.png) left center #fff no-repeat;
	font-weight: bold;
	font-size: 10px;
	padding: 0px 0px 0px 13px;
}

form {
	background: #fafafa;
	border:1px solid #ccc;
	padding:5px;
}

input {
	border: 1px solid #ccc;
	padding: 3px;
}
select {
	border: 1px solid #ccc;
	padding: 3px;
}
textarea {
	border: 1px solid #ccc;
	padding: 3px;
}

#privacy {
	height:65px;
	background:#fff;
	overflow: auto;
	padding:2px;
	font-size:10px;
	border: 1px solid #ccc;
}

.button {
	color: #fff;
	background: #FC7114;
	border: 1px solid #ccc;
	padding: 3px;
}



