#body
{
	margin:0;
	padding: 0;
	background-color: #3866B4;
}

.body
{
	margin:0;
	padding: 0;
	background-color: #3866B4;
	background-image: url('images/sfondo_giustizia.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

#container
{
	width: 100%;
}

#header
{
	width: 100%;
	height: 126px;
	background-color: #3765B3;
	border-top: outset 1px #B43104;
	border-bottom: outset 1px #B43104;

}

#aforisma
{
	margin: 5px;
	text-align: justify;
	vertical-align: middle; 
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 18px;
	font-style:italic;
	color: #FFFFFF;
	text-decoration: none;
}

#banner
{
	width: 100%;
	height: 100px;
	background-color: #3866B4;
	border-top: outset 1px #B43104;
	border-bottom: outset 1px #B43104;
}

#logo
{
	width: 399px;
	height: 126px;
	border-bottom: outset 3px #B43104;
}

#studio
{
	width: 600px;
	height: 126px;
	font-family: Times New Roman, sans-serif;
	font-size: 25px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border-bottom: outset 3px #B43104;
}

#footer
{
	text-align: center;
	background-color: #3866B4;
	width: 100%;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 10px;
	border-bottom: outset 1px #B43104;
}

#footer a
{
	text-decoration: none;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#menu
{
	text-align: center;
	background-color: #CEE3F6;
	width: 100%;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	border-bottom: outset 1px #B43104;
}

.menu, .menu a, .menu a:link, .menu a:active, .menu a:visited 
{
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #3765B3;
	text-decoration: none;
}

.menu a:hover
{
	color: #FFFFFF;
	background-color: navy;
	text-decoration: none; 	
}

#clock			
{
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #B43A3C;
	background-color: #CEE3F6;
	padding: 6px;
	text-transform: capitalize;
}

#justice
{
	background-color: #000000;
}

#building
{
	height: 400px;
	border-bottom: outset 1px #B43104;
}

#loyers
{
	height: 400px;
	display: block;
	cursor: pointer;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
}

#loyer_caption
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	color: #FFFFFF;
	padding: 15px;
}

.img
{
	border: thin solid navy;
}

#show_bajardo, #show_migliara 
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #FFFFFF;
}

#address, #address a
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	color: #FFFFFF;
	width: 450px;
	text-decoration: none;
}

#map a
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 450px;
	text-decoration: underline;
}

#form
{
	border: 1px dashed #B43104;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;	
}

.form_caption
{
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	border-top: 1px dashed #B43104;
	border-left: 1px dashed #B43104;
	border-right: 1px dashed #B43104;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

#msg
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	resize: none;	
}

.submit
{
	height: 60px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px dashed #B43104;
}

.btn
{
	width: 80px;
	height: 30px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-image: url('/images/btn_login.gif');
	border: none;
	margin: 5px;
	cursor: pointer;
}

#modal
{
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 110%;
    background-color: #000000;
    opacity:0.95;
	filter:alpha(opacity=95); /* For IE8 and earlier */
}

#thanks
{
	border: solid 2px #494E4B;
	width: 400px;
	height: 154px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -77px 0px 0px -200px;
	background-color: #D8D8D8;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}