body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.7pc;
	background: #ccc;
}

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px #ccc dashed;
}

a:hover {
	color: #fff;
	background: #009;
}

img {
	border: 1px #000 solid;
}

hr {
	display: none;
}

#title_bar {
	padding: 5px;
	color: #fff;
	background: #999;
	font-size: 16px;
	font-weight: bold;
}

#title_bar a {
	color: #fff;
	border: none;
}

#title_bar a:hover {
	color: #009;
	background: transparent;
}

#title_bar img {
	border: none;
}

#left {
	float: left;
	width: 50%;
}

#right {
	margin-left: 50%;
	text-align: right;
}

.spacer {
	clear: both;
}

h1, h2, h3 {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
}

h3 {
	border-top: 1px #fff solid;
	border-bottom: 1px #666 solid;
	border-right: 1px #666 solid;
	border-left: 1px #fff solid;
	color: #fff;
	background: #999;
	background-image: url("images/arrow_nav.gif");
	background-repeat: no-repeat;
	background-position: 98%;
	padding: 5px;
}

#corpo {
	position: relative;
	margin: 0px auto;
	width: 100%;
	text-align: left;
}

#nav {
	float: left;
	width: 20%;
	background: #fff;
}

#content {
	position: absolute;
	top: 0px;
	left: 20%;
	width: 79%;
	margin-left: 5px;
}

#colonne {
	width: 100%;
}

.col1 {
	float: left;
	width: 25%;
	padding: 0px;
	background: #fff;
}

.col3 {
	float: right;
	width: 8em;
	background: #fff;

}

.col2 {
	margin-left: 25%;
	margin-right: 8em;
	background: #fff;
}

.ab_col1 {
	float: left;
	width: 40%;
	padding: 0px;
	background: #fff;
}

.ab_col3 {
	float: right;
	width: 42%;
	background: #fff;
	display: block;
}

.ab_col2 {
	margin-left: 40%;
	margin-right: 42%;
	background: #fff;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
}

ul.local {
	margin-left: 17px;
}

#nav li {
	margin-left: 26px;
}

li.mail {
	list-style-image: url("images/mail_ico.gif");
	padding-left: 2px;
}

li.local {
	list-style-image: url("images/local_ico.gif");
	padding-left: 2px
}

ul.boxes {
	margin-left: 30px;
}

li.inbox {
	list-style-image: url("images/inbox_ico.gif");
	padding-left: 2px;
}

li.outbox {
	list-style-image: url("images/outbox_ico.gif");
	padding-left: 2px;
}

li.trash {
	list-style-image: url("images/trash_ico.gif");
	padding-left: 2px;
}

li.address {
	list-style-image: url("images/address_ico.gif");
	padding-left: 2px;
}

li.links {
	list-style-image: url("images/links_ico.gif");
	padding-left: 2px;
}

li.site {
	list-style-image: url("images/site_ico.gif");
	padding-left: 2px;
}

span.envelope {
	background: url("images/envelope_ico.gif") no-repeat left center;
	padding: 0px 0px 0px 20px;
	line-height: 18px;
}

span.empty {
	line-height: 18px;
}

.subtle {
	line-height: 4px;
}

form {
	margin: 0px;
	padding: 4px;
}

.form {
	width: 100%;
}

.form_send {
	text-align: center;
}

.form_reset {
	text-align: center;
}

label {
	display: block;
	padding-top: 4px;
}

input, textarea {
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 8pt;
}

#pulsanti {
	text-align: center;
	word-spacing: 2em;
}

#pulsanti input {
	color: #000;
	background: #fff;
	border-top: 1px #ccc solid;
	border-bottom: 1px #666 solid;
	border-left: 1px #ccc solid;
	border-right: 1px #666 solid;
}

fieldset {
	border: 0px #fff solid;
}

#ab_title {
	position: relative;
	margin: 0px auto;
	width: 100%;
	text-align: left;
	background: #fff;
}

#ab_title p {
	margin: 0px;
	padding: 4px;
}

#ab_title img {
	float: left;
	margin: 4px;
	background: #ccc;
}

#ab_address {
	width: 50%;
	padding-bottom: 8px;
}

#ab_info {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 50%;
}

#ab_spacer {
	clear: both;
	line-height: 4px;
}

#ga_title {
	width: 80%;
}

#ga_title a {
	color: #fff;
}

#ga_date {
	position: absolute;
	top: 0px;
	left: 80%;
	width: 20%;
}

#ga_img {
	margin: 0px;
	padding: 4px;
	text-align: center;
}

#ga_img p {
	margin: 0px;
	padding: 4px;
}

#ga_img a {
	text-decoration: underline;
}

#ga_img a:hover {
	border-bottom: none;
	background: #009;
	font-style: italic;
}

div.thumb {
	float: left;
	width: 138px;
	padding: 10px;
}

div.thumb p {
	margin: 0px;
	padding: 4px;
	text-align: center;
}

div.thumb img {
	vertical-align: 50%;
}

div.thumb a {
	border: none;
	background: transparent;
}

div.thumb a:hover {
	border: none;
	background: transparent;
}

.display_none {
	display: none;
}

#credits {
	margin: 1em 10% 1em 10%;
	background: #66f url("images/splash_back.gif") 95% 90% no-repeat;
}

#credits img {
	border: none;
}

#credits p {
	margin: 1em 1em 50px 35%;
	position: relative;
	line-height: 1.5em;
}

#credits a {
	text-decoration: underline;
	border: none;
}

#credits a:hover {
	background: transparent;
}

#credits_title {
	padding: 40px
}

#credits_foot {
	padding: 7px;
}

.left {
	float: left;
}

.right {
	float: right;
}