body {
	background-color: #efefef;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	width: 100%;
	height: 100px;
	background-color: #E73506;
}

#top h1, #top h2 {
	display: none;
}

#logo {
	margin-top: 19px;
	margin-left: 43px;
}

#content {
	width: 100%;
	height: 544px;
}

#left {
	float: left;
	width: 384px;
	height: 544px;
	position: relative;
}

.menu {
	color: white;
}

ul.menu {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 23px;
}

li.menu {
	padding-left: 43px;
	margin-left: 0px;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 168px;
}

#mainContent {
	margin-left: 384px;
	padding: 18px 23px 17px 23px;
	position: relative;
	height: 544px;
}

/* parti di testo */

h3 {
	color: #E83400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 8px;
	padding-top: 0px;
	letter-spacing: -1px;
	font-weight: normal;
}

p {
	font-size: 10px;
	color: black;
	margin-top: 0px;
	line-height: 17px;
	padding-bottom: 10px;
}

pred {
	font-size: 10px;
	color: #E83400;
	margin-top: 0px;
	line-height: 17px;
	padding-bottom: 10px;
}

div.part {
	height: 450px;
	overflow: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: none;
}

div.part.first {
	display: block;
}

/* pager */

#pager a {
	color: #68676C;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

#pager a:hover {
	color: white;
	background-color: #68676C;
}

#pager a.selected {
	color: white;
	background-color: black;
}

span.title {
	font-size: 10px;
	color: #E83400;
	margin-top: 0px;
	line-height: 17px;
	padding-bottom: 10px;
}

#footer {
	position: absolute;
	bottom: 45px;
	letter-spacing: 0px;
}

#pager a.no_hover {;
	text-decoration: none;
}

#pager a.no_hover:hover {
	background-color: white;
}

#pager a.no_hover.selected {
	background-color: white;
}

#pager img {
	border-style: none;
}