
BODY {
	background: url(../images/milanoBackgr.jpg);
	color: white;
	font: 0.8em Arial;
}

LI {
	line-height: 1.6em;
	margin-bottom: 15px;
}

.credits {
	font-size: 0.8em;
}

DIV.main {
	width: 800px;
	text-align: left;
	background-color: black;
	border: 2px solid #CFB89C;
	
}

DIV.middle .content {
	width: 600px;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
}

DIV.middle .content P {
	margin-left: 5px;
	line-height: 1.8em;
}

DIV.topBar {
	width: 800px;
	height: 30px;
	background: url(../images/topBar.gif);
	text-align: right;
}

DIV.topBar SPAN {
	margin-right: 10px;
	letter-spacing: 2px;
}

DIV.bottomBar {
	width: 800px;
	height: 6px;
	background: url(../images/bottomBar.gif);
	clear: both;
}

DIV.header {
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url(../images/headerBackgrRight.jpg);
}

DIV.header .logo {
	/*float: left;*/
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
}

DIV.footer {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}

DIV.footer .glory {
	margin-top: 20px;
	font-size: 0.8em;
}

DIV.footer .glory A {
	color: yellow;
}

DIV.middle {
	min-height: 200px;
}
DIV.middle .nav {
	width: 12em;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
}

.nav .navItem {
	background-color: #AB6A2F;
	text-align: center;
	width: 100%;
	height: 1.6em;
	border: 1px solid #AF987A;
	margin-bottom: 4px;
	
}

.navItem SPAN {
	font-weight: bold;
}

.navItem A {
	text-decoration: none;
	color: #FFFFFF;
}
.navItem A:hover {
	color: #4B2173;
	text-decoration: underline;
}

DIV.nav DIV.navItem_selected {
	background-color: #D0BD8A;
	color: #000000;
}
DIV.nav DIV.navItem_selected A {
	color: #000000;
}

DIV.breadcrumbs A {
	color: #FFFFFF;
}

DIV.breadcrumbs  {
	margin-bottom: 20px;
}

DIV.breadcrumbs .bcItem {
	display: inline;
}

DIV.breadcrumbs .bcItem_selected {
	font-weight: bold;
	color: #8F91DF;
}