body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	}

body a a:hover a:visited {
	text-decoration: none;
}

div#page {
	width: 660px;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 660px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	}

div#header {
	background: url(http://www.yahulm.com/aoc/immagini/aocy_home.jpg);
	width: 660px;
	height: 350px;
}

div#content {
	font: 10px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	background: #d9d9d9;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

div#content b {
	font: 15px bold 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	color: #355223;
}

ul.navbar {
	list-style-type:none; 
	float:left; 
	display:block; 
	width: 660px; 
	line-height:1.5em; 
	clear:both; 
	margin:0; 
	padding:0;
	font: 13px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
}

ul.navbar li {
	display:inline;
}

a.nav:link, a.nav:visited {
	display:block; 
	float:left; 
	width:50%; 
	padding:0.6em 0 0.6em 0; 
	margin:0; 
	text-align: center;
	text-decoration:none; 
	background-color: #65a042;
	color: #ffffff;
}

a.nav:hover {
	display:block; 
	float:left; 
	width:50%; 
	padding:0.6em 0 0.6em 0; 
	margin:0;
	text-decoration:none; 
	background-color: #ffffff; 
	color: #65a042;
}

a.nav:active {
	display:block; 
	float:left; 
	width:50%; 
	padding:0.6em 0 0.6em 0; 
	margin:0; 
	text-decoration:none; 
	background-color: #ffffff; 
	color: #65a042;
	}

div#content a {
	color: #65a042;
	text-decoration: none;
}

div#content a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #65a042;
	border-bottom: 1px #65a042 dashed;
}

div#footer {
	position: relative;
	padding: 5px;
	margin-top: 20px;
	border-top: 1px #000000 solid;
	text-align: center;
	font: 9px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
}

div#footer a {
	color: #355223;
	text-decoration: none;
}

div#footer a:hover {
	color: #355223;
	text-decoration: none;
	border-bottom: 1px #355223 dashed;
}