.top     {font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; color:#333333; text-align:center; height:18px; line-height:18px; margin-bottom:0px; margin-top:0px;}
.top a:link {font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; color:#333333; text-align:center; height:18px; line-height:18px; margin-bottom:0px; margin-top:0px; text-decoration: underline;}
.top a:visited {font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; color:#333333; text-align:center; height:18px; line-height:18px; margin-bottom:0px; margin-top:0px; text-decoration: underline;}

body {
	margin: 0;
	padding: 0px;
	background: #FFFFDD;
	background: url(images/bg3.jpg) repeat-x;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6B6B6B;
}





/* Header */

#header {
	width: 960px;
	height: 110px;
	margin: 0 auto;
}

/* Logo */



#byron {
    background: url(images/byronge-logo.gif) no-repeat left 95%;
	float: right;
	padding: 61px 200px 0 0;
	font-size: 24px;
	
}







/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: right;
	width: 400px;
}
#contact {
	float: right;
	width: 560px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 500px;
}
#contactl {
	float: left;
	width: 400px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 30px;
	border-bottom: 2px solid #4A3903;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
   /* background: #FFEA6F;*/
	border-top: 3px solid #E8AD35;
	text-align: center;
	font-size: smaller;
	color: #E8AD35;
}

#footer a {
	color: #C28C21;
}

.aranciob {
	color: #FF8040;
	font-weight: bold;
}
.rosso {color: #FF0000}
.rossob {color: #FF0000; font-weight: bold; }