body {
	background-color:#FFFFFF;
	margin:0px 0px; 
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	}
	
/* Header */

#header {
	width: 900px;
	height: 250px;
	margin: 0 auto;
	background-color:#FFFFFF;
	}


/* Menu */

#Contenuto {
	margin:0 auto;
	width:900px;
	border-left: 3px dashed #000000;
	}

#menu {
	float:right;
	width: 250px;
	padding:50px 0px;
	margin:0px;	
	}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
			}
	
#menu li {	
	border-bottom:1px dashed #000000;
}

#menu li.first {	
	border-bottom:1px dashed #000000;
	border-top:1px dashed #000000;
}


#menu a {
	display: block;
	width:250px;
	padding:10px 0 10px 0;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	}

#menu a:hover {
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	}
	
#center {
	float:left;
	width:600px;
	}
	
	
h1{
	color:#FF0000;
	font-size:28px;
	padding:30px 10px 20px 20px;
	font-weight:bold;
	}
	
h2{
	color:#000000;
	font-size:18px;
	font-weight:bold;
	padding:0 20px;
	}
	
a {
	color:#FF0000;
	}
a:hover {
	text-decoration:none;
	}
a:visited {
	color:#000000;
	text-decoration:underline;
	}
	
p{
	padding:0px 20px;
	font-size:16px;
	line-height:20px;
	}

blockquote {
	padding:10px 30px;
	font-size:18px;
	line-height:20px;
	border:3px dashed #ff0000;
	}
	
#footer {
	margin:0 auto;
	width:900px;
	height:77px;
	}
	
#footer p{
	text-align:center;
	font-size:14px;
	padding:30px 0px;
	font-weight:bold;
	}
	
