
	@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
		margin:20px 20px 20px 20px;
		width: 1250px;
		}
	
	#main {
		
		background:#666;
		}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

	#main #menu {
		
		float:right;
		background:#CC6633;
		margin:0px 0px 0px 10px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: larger;
		}
	#main #corpo {
		float:left;
		width: 70%;
		background:#666666;
		margin:0px 0px 0px 10px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		}
	#main #corpo #sinistra {
	float: left;
	width:45%;
}
	#main #corpo #destra {
	float: right;
	width:50%;
}
		
	#menu ul {
	list-style-type: none;
	padding: 0;
	margin-left: 1em;
}
	#menu #bordo {
	border-bottom: dashed #666;
	border-right: dashed #666;
}
		
	h1,pre {
	margin:0px 10px 10px 10px;
	color: #CCFF66;
}
	p {
	margin-left: 10px;
		color:#fff;
	line-height: 1.5em;
	letter-spacing: 0.2em;
}
		
	h1 {
		font-size:14px;
		padding-top:0px;
		#CCFF66
		}
	
	#menu p { font-size:10px}
	#banner { 
	/*background-image: url("http://www.roymagazine.it/redesign/logonu.gif");
	background-position: bottom;
	background-position: 0px;
	background-repeat: no-repeat;
	*/
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: larger;
		color: White;
		text-align: right;
		font-weight: bold;
		letter-spacing: 0.2em;
		font-size:10px;
		height: 64px;
	}

