b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #E2E2E2}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
div.container{ margin: 0 auto;background: #E2E2E2}



div#box{float:right;display:inline;width:170px;margin: 20px 0px 0 20px;background:#E4E7F2;text-align:center}
div#box p{padding:0 10px}

body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #DDDDDD;
}




#container { /* Holds it all in the center of the page */
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #5f5f5e;
	background: #FFFFFF url(images/container.jpg) top left repeat-y;
}
#header { /* The top or header of the page */
	width: 690px;
	height: 130px;
	background: #FFFFFF url(images/top_header.jpg) top right no-repeat; /* styles combined. Watch, edit and learn! */
	float: right; /* Stick that header on the right side of #container */ 
	text-align: right;
}
	#header h1 { /* Line 1 in the header: paolo borgonovo */
		font-family: Arial, Helvetica, sans-serif;
		font-size: 34px;
		font-weight: lighter;
		letter-spacing: -2px;
		text-transform: uppercase;
		margin-right: 20px;
		margin-top: 20px;
		line-height: 65px;
	}
	#header span { /* "SHE" is a bit darker. That's done here. */
		font-family: Arial, Helvetica, sans-serif;
		font-size: 34px;
		font-weight: lighter;
		letter-spacing: -2px;
		text-transform: uppercase;
		color: #666666;
	}
		
	#header h2 {  /* Line 2 in the header: Ain't she beautiful? */
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: lighter;
		letter-spacing: -2px;
		text-transform: uppercase;
		margin-right: 20px;
		color: #666666;
	}


	#header h3 {  /* tenore */
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 24px;
		font-weight: lighter;
		letter-spacing: -2px;
		text-transform: uppercase;
		margin-right: 20px;
		margin-top: -20px;
		color: #DDDDDD;
	}





#left_black {
	width: 150px;
	min-height: 600px;
	background: #333333 url(images/left_black.jpg) top left no-repeat;
	float: left;
}
	.navcontainer { 
	 	width: 150px; 
		margin-top: 130px;
	}

	.navcontainer ul {
		margin-left: 0;
		margin-top: 0;
		padding-left: 0;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
	}

	.navcontainer a {
		display: block;
		padding: 3px;
		width: 144px;
		font-size: 13px;
	}
	
	.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: 150px; 
		margin-top: 20px;
	}

	.navcontainer2 ul {
		margin-left: 0;
		margin-top: 0;
		padding-left: 0;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
	}

	.navcontainer2 a {
		display: block;
		padding: 3px;
		width: 144px;
		font-size: 13px;
	}
	
	.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: 690px;
	min-height: 470px;
	background: #FFFFFF url(images/core_back.jpg) top left no-repeat;
	float: right;
}




.core_text {
	width: 538px;
	float: right;
	padding: 5px;
	margin-right: 15px;
	_margin-right: 8px; /* IE HACK */
	margin-top: 10px;



	 
}
	.core_text h1 {
		float: right;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 22px;
		text-transform: uppercase;
		font-weight: lighter;
		letter-spacing: -1px;
		color: #cc3300;
	}
	.core_text h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 22px;
		text-transform: uppercase;
		font-weight: lighter;
		letter-spacing: -1px;
		color: #cc3300;
		padding: 5px 10px 0px 5px;
	}

	.core_text p {
		padding: 5px;
		font-size: 13px;
		color: #666666;
		text-align: justify;
	}
	.core_text a {
		color: #cc3300;
		text-decoration: none;
	}

	.core_text a:hover {
		color: #cc3300;
		text-decoration: underline;
	}





#footer {
	width: 840px;
	height: auto;
	background: #cc3300;
	clear: both;
	text-align: center;

	}

.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}

.footer_text p {
		padding: 5px;
		margin: 0;
		color: #FFFFFF;
	}

.footer_text a {
		color: #FFFFFF;
		text-decoration: none;
	}


.footer_text a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}







