body {
	margin: 0px;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	}

.bigbody {
	width: 1200px;
	height: 1950px;
	background-image: url(../images/sfondo_fem.jpg);
	background-repeat: no-repeat;
	background-position: top, center;
}


/*---------------------------------------------- Struttura*/

.top {
	width: 100%;
	height: 509px;
}

.section {
	width: 100%;
	height: 45px;
}

.center {
	width: 100%;
	height: 1312px;
}

.bottom {
	width: 100%;
	height: 84px;
}


/*---------------------------------------------- Contenuti*/

.icons {
	height: 75px;
	width: 130px;
	padding-top: 32px;
	margin-left: 1000px;
}

.menu_content {
	height: 46px;
	width: 812px;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: top, center;
	border: 1px solid #d59048;
}

.content {
	height: 1230px;
	width: 760px;
	border: 2px solid #d59048;
	background-color: white;
	margin-top: 8px;
}

.text {
	width: 640px;
	position: relative;
	padding-top: 38px;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	line-height: 120%;
}

.textc {
	width: 640px;
	position: relative;
	padding-top: 38px;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	line-height: 120%;
}

.foto {
	padding-right: 20px;
	padding-bottom: 15px;
}

.credits {
	font-size: 11px;
	padding-top: 40px;
	margin-left: 300px;
	width: 600px;
	position: absolute;
	color: grey;
}

.face {
	font-size: 11px;
	padding-top: 16px;
	margin-left: 550px;
	width: 60px;
	position: relative;
}

.link {
	text-decoration: underline;
	color: #d36ac4;
}

/*----------------------------------------------- Opzioni menu*/

.menu {
	text-align: center;
	height: 36px;
	font-size: 15px;
	width: 116px;
	padding: 5px;
	color: white;
}

.menu-on {
	text-align: center;
	height: 30px;
	font-size: 15px;
	width: 116px;
	padding: 5px;
	color: #d36ac4;
	background-color: white;
}

a {
	text-decoration: none;
}

a.men:link{
	color: white;
}

a.men:visited{
	color: white;
}

a.men:hover{
	color: white;
}

.menu:hover{
	text-align: center;
	height: 30px;
	font-size: 15px;
	width: 116px;
	padding: 5px;
	background-color: #f9cf9d;
}