* {
	margin: 0;
	padding: 0;
}

body {
background: #D0D0D0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
}

a {
text-decoration: none;
color: #004990;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
	margin: 0 auto;
	width: 925px;
	height:auto;
	background-color: #fff;
	background-image: url(../view/images/bd_1.jpg);
	text-align: center;
}

#header {
height: 150px;
}
#menu {
	height: 30px;
	line-height: 30px;
	width: 850px;
	border-top-style: none;
	border-bottom-style: none;

}
#menu ul {
list-style-type: none;
padding-left: 20px;
	text-align: center;
}
#menu ul li {
display: inline;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #004990;
}
#menu ul li a:hover {
color: #004990;
text-decoration: none;
font-weight: 600;
}

#menu ul li a:active {
color: #004990;
text-decoration: none;
font-weight: 600;
}

#content {
padding: 0 20px 20px 20px;
}

.right {
	width: 850px;
	text-align: justify;
}

.rightRight{
float: right;
width: 200px;
margin-top: 10px;
background: #004990;
}

.rightLeft{
	width: 850px;
	margin-top: 20px;
	height: auto;
}


.left {
	float: left;
	width: 160px;
	margin-top: 30px;
	margin-left: 10px;
}


#footer {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	background-color: #333333;
	width: 894px;
}

#clear{
clear: both;
}
#tbl {
	font-family: "Courier New", Courier, monospace;
}
#form1 {
	font-family: "Courier New", Courier, monospace;
}
#form1 #se {
	font-family: "Courier New", Courier, monospace;
}

.thumbnail{

	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	BACKGROUND: #ffffff;
	BORDER-LEFT: #cccccc 1px solid;
	WIDTH: 55px;
	BORDER-BOTTOM: #cccccc 1px solid;
	POSITION: relative;
	TEXT-ALIGN: left;
	padding: 1px;


}

.thumbnail:hover{

background-color:transparent;

z-index: 1000;

}



.thumbnail span{ /*CSS for enlarged image*/

background-color:#9966CC;

padding: 5px; 

left: -1000px;

border: 1px dashed blue;

visibility: hidden;

color: black;

text-decoration: none;

}



.thumbnail span img{ /*CSS for enlarged image*/

	BORDER-RIGHT: #cccccc 5px solid; BORDER-TOP: #cccccc 5px solid; DISPLAY: block; Z-INDEX: 1000; LEFT: -27px; BORDER-LEFT: #cccccc 5px solid; WIDTH: 102px; BORDER-BOTTOM: #cccccc 5px solid; POSITION: absolute; TOP: -26px; HEIGHT: 102px

}



.thumbnail:hover span{ /*CSS for enlarged image on hover*/

visibility: visible;

top: auto;

left: auto; /*position where enlarged image should offset horizontally */



}
#data {
	height: auto;
	width: 850px;
}
#vittor {
	height: auto;
	width: 894px;
}
 

