/*Giorgio Tesi Group Style*/
body {
	/*background-image: url('bg.png');*/
	background-image: url('bg-grey.png');
	/*background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;*/
	font-family: 'Quattrocento Sans';
	font-size: 13px;
	color: #333;
}

.light-background{
	background: url('bg-grey.png');
}

#logo{
	float: left;
}

#background{
	width: 100px;
	float: left;
}

#credits{
	position: absolute;
}

#under-banner{
	line-height: 1.6em;
	margin:auto; 
	text-align: center;
}

#under-banner-text{
	font-size: 18px; 
	text-align:center;
}

.first-cell{
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
#content{
	/*max-width:475px; */
	max-width:640px; 
	width: 100%;
	margin:auto;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 0px 5px rgb(136, 136, 136);
	/*opacity: 0.85;*/
}
#main-content{
	background: #fff;
}
#title-content{
	width: 100%;
}
#dida-content{
	padding-left: 5px;
}
#pic_area{
	/*border: 1px dotted #999;*/
	padding-left: 5px;
	margin-top: 5px;
}
#table_area{
	/*border: 1px dotted #999;*/
}
h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: rgb(0, 102, 40);
}
h1 { font-size: 32px; }
h2 { font-size: 24px; font-weight: 500; }
h3 { }
a { color: rgb(0, 102, 40); }
a:hover { text-decoration: none; }
#language img{
	border: 0px;
}