/* yykk.com */

#main {
	background: #FFFFFF;
	width: 1000px;
	margin: 0px auto;
	/*border: 1px solid red;*/
}

#lingue {
	width: 1000px;
	text-align:right;
	margin: 0px auto;
	/*border: 1px solid red;*/
}

a{
	font-size: 9pt;
	font-family: "georgia", "times new roman", serif;
	color: #BC7ABC;
	text-align:center;
	text-decoration:none;
}

.small{
	font-size: 10px;
	font-family: "georgia", "times new roman", serif;
	text-align:left;
	text-decoration:none;
}


h1{
	font-size: 16pt;
	font-family: "georgia", "times new roman", serif;
	color: #637480;
	margin-top: 5px;
	}
	h1 span{
	font-size: 12pt;
	font-family: "georgia", "times new roman", serif;
	color: #637480;
	margin-top: 5px;
	}
h4{
	font-size: 12pt;
	font-family: "georgia", "times new roman", serif;
	color: #637480;
	display:inline
	}
h4 span{
	font-size: 10pt;
	font-family: "georgia", "times new roman", serif;
	color: #990066;
	text-transform:uppercase;
	font-weight:normal;
	display:inline
	}
h3{
	font-size: 12pt;
	font-family: "georgia", "times new roman", serif;
	color: #990066;
	margin-top: 5px;
	text-decoration:none;
}
/* logo e titolo pagina */
#header {
	background: #FFFFFF;
	background-image:url(images/bg_header.gif);
	height: 100px;
	width: 1000px;
	/*border: 1px solid red;*/
}

/* contenuto flash */
#flash {
	background: #FFFFFF;
	height: 252px;
	width: 1000px;
	font-size: 10pt;
	font-family: "georgia", "times new roman", serif;
	line-height: 20px;
	color: #637480;
	/*border: 1px solid red;*/
}

/* body pagina */
#content {
	background: #f6f6f6;
	height:auto;
	min-height: 300px;
	width: 880px;
	padding: 25px;
	font-size: 10pt;
	font-family: "georgia", "times new roman", serif;
	line-height: 20px;
	color: #637480;
	margin: 0 auto;
	/* border: 1px solid red;*/
}

/* footer */
#footer {
	background: #FFFFFF;
	height:50px;
	width: 880px;
	font-size: 10pt;
	font-family: "georgia", "times new roman", serif;
	color: #297E7E;
	margin: 0 auto;	/*border: 1px solid red;*/
}

/* footer menu */
#menufooter {
	background-image:url(images/bg_footer.jpg);
	height:32px;
	width: 880px;
	font-size: 9pt;
	font-family: "georgia", "times new roman", serif;
	color: #FFFFFF;
	text-align:center;
	text-decoration:none;
	padding:5px;
	margin: 0 auto;	/*border: 1px solid red;*/
}
#menufooter p {
	font-size: 9pt;
	font-family: "georgia", "times new roman", serif;
	color: #FFFFFF;
	text-align:center;
	text-decoration:none;
	}

#menufooter a{
	font-size: 9pt;
	font-family: "georgia", "times new roman", serif;
	color: #FFFFFF;
	text-align:center;
	text-decoration:none;
	}
	
#menufooter a:hover{
	font-size: 9pt;
	font-family: "georgia", "times new roman", serif;
	color: #FFFFFF;
	text-align:center;
	text-decoration:none;
	}
	
/* annullatore */
.clearer {
	clear: both;
}

/* caratteristiche immagine */
.img_page_left {
	margin: 5px 10px 0 0;
	float:left;
	border-color: #FFFFFF;
}	
.rigadx{
	border-right:#CCCCCC 1px solid;
}
.img_page-right {
	margin: 5px 10px 0 0;
	float:right;
	border-color: #FFFFFF;
}
.img_small {
	margin: 10px 10px 0 0;
	border: 1px solid;
	border-color: #FFFFFF;
}
.img_dx {
	text-align:right;
}
.img_center {
	text-align:center;
}
.img_border {
border: #FFFFFF 8px;
padding:8px;
background:#FFFFFF
}


/* colonne */
.colonna_unica{
	position:relative;
	float:left;
	width: 850px;
}

.colonna_left{
	position:relative;
	float:left;
	width: 500px;
}
.colonna_right{
	position:relative;
	float:right;
	width: 350px;
}
/* firma studio */

.studio{ 
	width:898px;
	height:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#666666;
	text-align:center;
}
.studio a{
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	text-align:center;
}
.studio a:hover{
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#999999;
	text-align:center;
}

