@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e1629;
	background-color: #5E1629;
}
h1, h2, h3, h4, h5 {
	color: #5e1629;
	margin-top: 0px;
}
a {
  outline: none;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #5e1629;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #5e1629;
}
a:hover, a:active {
	text-decoration: underline;
	color: #5e1629;
}
select {
    font: 11px Arial, Helvetica, sans-serif;
    color: #5e1629;
	background-color: #FFFFFF;
    width: 100%;
	border: 1px dotted #999999;
    } 
.pointer {
	cursor: hand;
	cursor: pointer;
}
#header {
	width: 1000px;
	height: 200px;
	margin: 0px auto;
	position: relative;
	background-color: #FFFFFF;
}
#header .header-top {
	margin-top: 0px;
	padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 30px;
}
#container {
	width: 1000px;
	border: 0px dotted #999999;
	border-bottom: 0px;
	margin: 0px auto;
	padding: 20px 0px;
	height: auto !important;
	height: 450px;
	min-height: 450px;
}
#main {
	/*position: relative;*/
	width: 1000px;
	/*height: 100%;*/
	
	height: auto !important;
	height: 400px;
	min-height: 400px;

	margin: 0px auto;
	background-color:#FFFFFF;
	/*border: 1px solid #CCCCCC;*/
	padding: 0px;
	background-image: url(../img/bg_main.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#main .titolo {
	font: 18px Arial, Helvetica, sans-serif;
}
#main .sidebar {
	margin-top: 50px;
	margin-right: 50px;
	float: right;
	width: 260px;
	height: auto !important;
	height: 25px;
	min-height: 25px;
}
#main .sidebar {
	border: 0px dotted #999999;
	width: 200px;
	float: right;
	
	height: auto !important;
	height: 430px;
	min-height: 430px;
}
#main .content {
	margin-left: 60px;
	margin-top: 0px;
	margin-right: 360px;
}
#main .content p {
	line-height: 15px;
	margin: 0px;
}
#main .pic {
	margin-left: 60px;
	margin-top: 0px;
	margin-right: 360px;
}
#main .pic p {
	line-height: 15px;
	margin: 0px;
	font-size: 11px;
}
div.line hr{ /* take out the troublemaking HR */
display:none;
}
div.line { /* DIV that wraps and replaces the HR */
background: transparent url(../img/hr.gif) no-repeat left center;
height: 30px;
} 
#footer {
	width: 1000px;
	border: 0px dotted #999999;
	border-top: 0px;
	margin-bottom: 20px;
	margin: 0px auto;
	background-color: #FFFFFF;
	color: #FFFFFF;
	background-image: url(../img/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer .content {
	position: relative;
	width: 90%;
	/*padding: 10px;*/
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto !important;
	height: 80px;
	min-height: 80px;
}
#footer .content p {
	position: absolute;
	left: 10px;
	bottom: 30px;
}
