/* cose generiche */
body{
	padding:0px;
	margin:0px;
	background:#fff;
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
}

#body{
	width:750px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	height: 100%;
	position: relative;
}
#bodyPrivacy {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#leftColumnUpload{
	margin-bottom: 20px;
	width: 350px;
	padding-top: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#leftColumnUpload p{
	margin-bottom: 10px;
	margin-top: 10px;
}
#leftColumnCv{
	margin-left: 400px;
}
/* footer */
#footerUpload{
	height:100px;
	color:#fff;
	clear:both;
	padding-top: 10px;
	background-color: #FF9703;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
#footerCv{
	height:100px;
	color:#fff;
	clear:both;
	padding-top: 10px;
	background-color: #FF9703;
	width: 100%;
}
#footerInnerUpload{
	width:350px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #666666;
}
#footerInnerUpload a{
	color:#333333;
	text-decoration:none;
}
#footerInnerUpload a:hover{text-decoration:underline;}

#footerInnerUpload .copyright{
	color:#333333;
	font:11px/15px Tahoma,Arial, Helvetica, sans-serif;
	float: right;
}
#footerInnerCv {
	width:750px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #666666;
}
#footerInnerCv a{
	color:#333333;
}

#footerInnerCv .copyright{
	color:#333333;
	font:11px/15px Tahoma,Arial, Helvetica, sans-serif;
	float: right;
}
#security_code {
	margin-right: 10px;
}
#clearer {
	clear: both;
}
#rightColumnCv {
	width: 350px;
	float: left;
	background-color: #E8E8E8;
	padding: 10px;
}
#rightColumnCv h1 {
	font-size: 16px;
	font-variant: small-caps;
	margin-top: 0px;
}
#loading {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 135px;
	text-align: center;
	visibility: hidden;
}
#header {
	height: 100px;
	background-color: #FF9703;
	background-image: url(immagini/titolo.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#colLogo{
	float: left;
	margin-right: 15px;
}
#colContent{}
#colContent img {
	border: 1px solid #FF9703;
	margin-right: 5px;
	margin-bottom: 10px;
}
.tratt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 10px;
}
