body {
	margin:0px;
	padding:0px;
	height:100%;
	background-color: #d55805;
	color:#8a0000;
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
}

div#corpo{
	background-image:url(grafica/sfondo.jpg);
	background-repeat: repeat-y;
	margin:0px auto;
	width:692px;
}
div#corpo2{
	background-image:url(grafica/freedom.jpg);
	background-repeat: no-repeat;
	margin:0px auto;
	width:692px;
	text-align:center;
}
div#header{
	margin:0px auto;
	width:692px;
	height:375px;
}
div#menu{
	margin:0px auto;
	width:570px;
	height:150px;
	text-align:left;
}
div#content{
	margin:0px auto;
	width:570px;
	text-align:left;
}
div#footer{
clear:both;
	width:100%;
	padding:20px 0px;
	font-size:9px;
	text-align:center;
}
div#menu_container{
	width:85px;
	height:150px;
}
a:link, a:active, a:visited {
text-decoration: none; 
font-weight:normal;
color: #8a0000;
border-bottom:1px dashed #8a0000;
cursor:ne-resize;}

a:hover {
text-decoration: none;
font-weight:normal;
background-color:#8a0000;
color: #fdb035; 
cursor:ne-resize;}

#menu ul {
	margin-left: 0px;
	padding-left: 0px;
	} 

#menu ul li {
	margin-left: 0px;
	padding: 1px 10px;
	list-style: none;
	font-size:10px;
	text-align:left;
	}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
text-decoration: none; 
color: #8a0000; 
padding-left: 5px;
font-weight:normal;
display:block;
border:0px;
cursor:ne-resize;
}

#menu ul li a:hover {
text-decoration: none;
background-color:#8a0000;
color: #fdb035;
display:block; 
padding-left: 5px;
font-weight:normal;
border:0px;
cursor:ne-resize;
}

#content h1 {
font-family:Verdana,Arial,Sans-serif;
font-size:14px;
color:#fdb035;	
margin-top:0px;
border-bottom:1px dashed #fdb035;
	}
#content h2 {
font-family:Verdana,Arial,Sans-serif;
font-size:11px;
color:#fdb035;	
margin-top:0px;
}	

table, tr, td {
	font-family:Verdana,Arial,Sans-serif;
	font-size:11px;}
	
input, textarea, option, select {
background-color: #feda9c;
	font: 11px arial;
	color: #8a0000;
	letter-spacing: 1px;
	border: 1px solid #8a0000;
	padding:2px; }
ul{
	list-style:none;
}

li{
	list-style-type:none;
}
li.listed a:link, li.listed a:active, li.listed a:visited {
text-decoration: none; 
color: #8a0000; 
padding-left: 5px;
font-weight:normal;
border:0px;
cursor:ne-resize;
}
li.listed a:hover {
text-decoration: none;
background-color:#8a0000;
color: #fdb035;
padding-left: 5px;
font-weight:normal;
border:0px;
cursor:ne-resize;
}