body {
	background: #FFFFFF;
	font-size: 100%;
	color: #000000;
	font-family: Arial;
	background: url(http://www.depilazione-genova.com/images/bg.jpg) #FFFFFF no-repeat fixed left top
}
#container { /* Holds it all in the center of the page */
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #5f5f5e;
	background: #FFFFFF url(images/container_back.gif) top left repeat-y;
}
#header { /* The top or header of the page */
	width: 630px;
	height: 130px; /* styles combined. Watch, edit and learn! */
	float: right; /* Stick that header on the right side of #container */
	text-align: right;
	background-color: #FFFFFF;
	background-image: url(images/top_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
	#header h1 { /* Line 1 in the header: OSWD 4: SHE */
		font-family: "Trebuchet MS", Arial;
		font-size: 32px;
		font-weight: lighter;
		letter-spacing: -2px;
		text-transform: uppercase;
		margin-right: 10px;
		margin-top: 10px;
		line-height: 65px;
	}
	#header span { /* "SHE" is a bit darker. That's done here. */
		font-family: "Trebuchet MS", Arial;
		font-size: 32px;
		font-weight: lighter;
		letter-spacing: -2px;
		text-transform: uppercase;
		color: #666666;
	}
		
	#header h2 {  /* Line 2 in the header: Ain't she beautiful? */
		font-family: "Times New Roman", Arial;
		font-size: 20px;
		color: #CACACA;
		letter-spacing: -1px;
		font-style: italic;
		line-height: 0px;
		margin-right: 10px;
	}
#left_black {
	width: 180px;
	min-height: 700px;
	float: left;
	background-color: #333333;
	background-image: url(images/left_black.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
	.navcontainer { 
	 	width: 170px; 
		margin-top: 130px;
	}

	.navcontainer ul {
		margin-left: 0;
		margin-top: 0;
		padding-left: 0;
		list-style-type: none;
		font-family: Arial;
	}

	.navcontainer a {
		display: block;
		padding: 3px;
		width: 170px;
		font-size: 0.8em;
	}
	
	.navcontainer a:link, #navlist a:visited {
		color: #EEE;
		text-decoration: none;
	}
	
	.navcontainer a:hover {
		background: #000000 url(images/arrow.gif) 96% 50% no-repeat;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		color: #FFFFFF;
	}
		
		
		.navcontainer2 { 
	 	width: 180px; 
		margin-top: 20px;
	}

	.navcontainer2 ul {
		margin-left: 0;
		margin-top: 0;
		padding-left: 0;
		list-style-type: none;
		font-family: Arial;
	}

	.navcontainer2 a {
		display: block;
		padding: 3px;
		width: 170px;
		font-size: 0.8em;
	}
	
	.navcontainer2 a:link, #navlist2 a:visited {
		color: #EEE;
		text-decoration: none;
	}
	
	.navcontainer2 a:hover {
		background: #000000 url(images/arrow.gif) 96% 50% no-repeat;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		color: #FFFFFF;
	}
			
		
#core {
	width: 630px;
	min-height: 470px;
	background: #FFFFFF url(images/core_back.jpg) top left no-repeat;
	float: right;
}

.core_text {
	width: 490px;
	float: right;
	padding: 5px;
	margin-right: 5px;
	_margin-right: 8px; /* IE HACK */
	margin-top: 10px;
	background-color: #FFFFFF;
	background-image: url(images/pink_core_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
	.core_text h1 {
	font-size: 18px;
	text-transform: none;
	font-weight: bolder;
	color: #ff1493;
	padding: 5px 10px 0px 5px;
	font-family: Arial;
	}
	.core_text p {
		padding: 5px;
		font-size: 0.9em;
		color: #000000;
	}
	.core_text a {
		color: #ff1493;
	}
.Nero_Testo {
	FONT-SIZE: 13px; COLOR: #000000; LINE-HEIGHT: 125%; FONT-FAMILY: Arial
}		
.Google {
	FONT-SIZE: 10px; COLOR: #FFFFFF; LINE-HEIGHT: 125%; FONT-FAMILY: Arial
}	

#footer {
	width: 810px;
	height: auto;
	background: #ff1493;
	clear: both;
	text-align: center;
}
	#footer p {
		padding: 3px;
		margin: 0;
		font-family: Tahoma;
		font-size: 0.7em;
		color: #000000;
	}
	#footer a {
		color: #5A0C4D;
		text-decoration: none;
	}

