html, body
	{
	margin:0;
	padding:0;
	background: url("/assets/images/design/background.png") repeat 0px 0px;
	color: #FFF;
	font-family: Cambria;
	font-size: 16px;
	}
#top-contenitore
	{
	width:900px;
	margin: 0px auto;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url("/assets/images/design/top-contenitore.png") no-repeat center 0px;
	}
#contenitore
	{
	width:900px;
	margin: 0px auto;
	padding:0px;
	background: url("/assets/images/design/contenitore.png") repeat-y center 0px;
	}
#bottom-contenitore
	{
	width:900px;
	height: 80px;
	margin:0px auto;
	margin-bottom: 20px;
	padding:0px;
	background: url("/assets/images/design/bottom-contenitore.png") no-repeat center bottom;
	}
#header
	{
	height:151px;
	padding:10px;
	background: url("/assets/images/design/logo.png");
	background-position: 20px top;
	background-repeat: no-repeat;
	}
#menu
	{
	margin-bottom:10px;
	margin-left: 11px;
	margin-right: 11px;
	background: url("/assets/images/design/menu.png") repeat;
	}
#bottom-menu
	{
	margin-bottom:20px;
	margin-right: 30px;
	}
#content
	{
	width:800px;
	float: left;
	padding: 20px 50px;
	text-align: justify;
	}

#content .title
	{
	font-weight:bold;
	font-size:28px;
	letter-spacing: 2px;
	margin:0;
	padding:0;
	}
#content .change_lang
	{
	font-weight:bold;
	letter-spacing: 1px;
	margin:0;
	padding:0;
	float: right;
	width:180px;
	text-align: right;
	}		
#content a 
	{
	color: #CCC;
	}
#content a.external
	{
	background: url("/assets/images/icon/external_link.png") no-repeat 100% 3px;
	padding: 0 15px 0 0;
	}
#footer, #footer a
	{ 
	text-align: center;
	color: #FFF;
	font-weight: bold;
	}
#menu ul
	{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin: 0;
	margin-left: 0;
	color: #000;
	width: 100%;
	font-family: Cambria;
	}
#menu ul li
	{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	margin-left: -4px;
	padding-bottom: 5px;
	padding-top: 5px;
	}
#menu ul li a
	{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #000;
	text-decoration: none;
	border-left: 1px solid #000;
	letter-spacing: 1px;
	font-weight: bold;
	}
#menu ul li a:hover
	{
	color: white;
	background: url("/assets/images/design/menu-hover.png") ;
	}

#menu li.last 
	{ 
	border-right: 1px solid #000;
	}
		
#bottom-menu ul
	{
	text-align: right;
	padding-top: 30px;
	padding-left: 0;
	margin: 0;
	margin-left: 0;
	color: #000;
	width: 100%;
	font-family: Cambria;
	}
#bottom-menu ul li
	{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	margin-left: -4px;
	padding-top: 5px;
	}
#bottom-menu ul li a
	{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	color: #000;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
	}
img 
	{
	border: 0;
	}
	
form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
