body {
	color: #585858;
	font-family: Arial;
	font-size: 12px;
	margin: 10px;
}

a {
	outline: none;
	color: #3F6E90;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#page {
	width: 800px;
	margin: 0 auto;
}

#header {
	border-bottom: 10px solid #3F6E90;
	height: 140px;
	overflow: hidden;
	position: relative;
}

#content {
	margin: 0 auto;
	text-align: justify;
}

#content div#home {
	margin: -0 auto 0;
	min-height: 174px;
    overflow: hidden;
	padding: 0;
    position: relative;
    width: 960px;
}

#content p a {
	color: #000;
	text-decoration: underline;
}

#content div {
	//background: #fff;
}

#content div div.first {
	*height: 200px;
}

#content div div h2 {
	color: #3F6E90;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

h2 {
	color: #3F6E90;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 14px;
	text-transform: uppercase;
}

#content div#home div {
	background: none;
	margin: 10px auto 20px;
    padding: 30px;
    width: 880px;
}

#content div p span.first {
	color: #375675;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
}

#content div h5 {
	color: #375675;
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0 5px;
	text-transform: uppercase;
}

#content div h3 {
	color: #c80708;
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 27px;
}

#content div h2 {
	font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 40px;
    text-transform: uppercase;
}

#content div h4 {
	color: #375675;
	font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    margin: 0;
    padding-top: 20px;
}

#content div h3 div {
	border: 1px dashed red;
	float: left;
}

#footer {
	text-align: center;
	padding: 5px 0;
	border-top: 10px solid #3F6E90;
}

#footer div {
	font-size: 12px;
	margin: 0 auto;
    padding-top: 37px;
}

fieldset {
	border: 1px solid #D5D9D4;
	border-radius: 0.5em;
	margin: 1em 0;
	padding: 1.25em 1.5em;
}

#lang {
	float: right;
	margin: -10px -10px 0px 0px;
}

#login_ok {
	background-color: green;
	padding: 2px;
}

#login_ok h2 {
	color: white;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#login {
	float:right;
	margin: -15px 10px;
	background: #F1F1F1;
	width: 294px;
}

#login form {
	margin: 0px;
}

label {
	font-size: .9em;
	margin-bottom: 0px;
}

input[type="text"], input[type="password"] {
	width: 160px;
	margin: 0px;
}

#account {
	font-size: .9em;
	margin-top: 6px;
}

.free div {
	margin: 0px;
	padding: 0px;
}

a.free {
	float: left;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	margin: 0px 2px 2px 0px;
}

.free img {
	width: 150px;
	height: 100px;
}

.free span {
	display: block;
}

.avviso {
	background-color: #c3111a;
	padding: 2px;
}

.avviso h2 {
	color: white;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.ui-effects-wrapper {
	height: auto !important;
}