
body {
	margin: 30px 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	text-transform: uppercase;
	color: #666666;
}

h2 {
	font-size: 1.2em;
}

h3 {
	margin: 0;
	font-size: .875em;
}
li p{
	margin-top:0px;
	margin-left:50px;
}
p, blockquote, ul, ol {
	line-height: 180%;
	text-align: justify;
}


a {
	color: #A5B80D;
	/*color: #83B932; mobilisimo green */
}

a:hover,b {
	text-decoration: none;
	/*color: #FF6000; orange */
	color: #31216D; /* mobilisimo blue */
}

#left{
	padding-right: 20px;
	float: left;
	width: 380px;
}
#right{
	padding-left: 20px;
	width: 380px;
	float: right;
}
.textbox{
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom:10px;
}

/* Header */

#header {
	width: 800px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	padding: 30px 0px 0px 40px;
	height: 70px;
	width: 130px;
	background: url(images/logo.png) no-repeat;
	font-size: 36px;
	text-transform: none;
}

#menu {
	display: inline;
	float:right;
	width:600px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 17px;
	padding: 0 17px 0 19px;
	text-decoration: none;
	background: url(images/img02.gif) no-repeat left center;
	color: #A5B80D;
}

#menu a:hover {
	text-decoration: underline;
	/*color: #FF6000; orange */
	color: #31216D;
}

#menu .first a {
	background: none;
}

/* Content */

.graybox{
	background: #F5F5F5;
	border: 1px solid #E0E0E0;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
}
#body{
	clear: both;
	width: 800px;
	margin: 0 auto;
}

.more{
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}

#footer {
	width:800px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-left: 20px;
	background: url(images/logo2.png) no-repeat left center;
	color: #CCCCCC;
}
