body {
	margin: 0;
	padding: 0;
	background: #ffffcc;
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center;
	}
#wrapper {
	position: relative;
	width: 950px;
	/*height: 605px;*/
	margin: 15px auto 0 auto;
	background: #ffffcc;
	text-align: left;
	padding:0px;
	/*overflow: hidden;*/
	}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	}
#logo {
	display:block;
	padding:0px;
	border:0px;
}
#top-bar {
	position:absolute;
	height:20px;
	width:950px;
	background-color:#827345;
	padding:0px;
	border:0px;
}
#bottom-bar {
	position:relative;
	left:130px;
	height:20px;
	width:820px;
	background-color:#827345;
	padding:0px;
	border:0px;
	color: #fff;
	font-weight:bold;
	font-size: 10px;
	font-weight:500;
	line-height:22px;
	text-align:right;	
}
#bottom-info {
	position:absolute;
	top:551px;
	left:6px;
	padding:0px;
	border:0px;
	color: #333;
	font-size: 12px;
	font-weight:500;
	line-height:16px;
	text-align:right;		
}
/* _____________________________________________________________ */
/* CREDITS ------------------------------------------------------- */
#credits {
	position:relative;
	left:130px;
	height:20px;
	width:820px;
	padding:0px;
	border:0px;
	color: #827345;
	font-size: 10px;
	margin-bottom:15px;
}
#credits-left {
	float:left;
	padding-left:1px;
}
#credits-right {
	float:right;
	padding-right:15px;
}
/* _____________________________________________________________ */
/* GENERAL ------------------------------------------------------- */
#content {
	position: relative;
	top: 20px;
	left: 130px;
	width: 760px;
	min-height: 495px;
	background-color:#f0e08f;
	overflow: visible;
	padding: 0px;
	padding-top: 1px;
	padding-bottom: 10px;
	padding-left: 60px;
	margin: 0px;
}

/* SIDE NAVIGATION 
_____________________________________________________________ */	
	
	
#nav {
	position: absolute;
	top: 105px;
	left: 18px;
	width: 9em; /* for MacIE */	
}
/* hide from MacIE \*/
#nav {
	width: auto;
}
/* end hide */
#nav ul {
	margin: 0;
	padding: 0;
	/*list-style: url(../../Images/bullet.gif);*/
	text-align: left;
}
#nav li {
	background: url(../../Images/bullet.gif) no-repeat 0 0.5em; 
	list-style:none; 
	padding:0.1em 1em;
	display: list-item; /* fixes extra gap in IE */
	margin: 0;	
}
#nav a {
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	font-weight:500;
	color:#333;
	line-height:22px;
}
#nav a:hover {	
	color:#cc9900;
}

#nav a#selected {
	color:#cc9900;	
}


/* TOP NAVIGATION 
_____________________________________________________________ */	
	
#top-nav {
	position: relative;
	top: -1px;
	right: 15px;
	float:right;	
}

/* end hide */
#top-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	display:inline;
}
#top-nav li {
	display: inline;
	float: left;
	list-style-type: none;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
#top-nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	font-weight:500;
	line-height:22px;
	margin-left: 60px;
}
#top-nav a:hover {	
	color:#cc9900;
}

#top-nav a#selected {
	color:#cc9900;	
}




/* _____________________________________________________________ */
/* LINKS ------------------------------------------------------- */

a:link {
	color: #262626;
	text-decoration:none;
	}
a:visited {
	color: #262626;
	text-decoration:none;
	}
a:hover, a:active, a:focus {
	color: #d62326;
	text-decoration:underline;
	}


/* _____________________________________________________________ */
/* IMAGES ------------------------------------------------------ */

img {
	border: none;
	}


/* _____________________________________________________________ */
/* UTILITA'' ------------------------------------------------------ */

.apice { 
	vertical-align: super; 
	font-size:70%;
}


