/* CSS Document */

body {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #fff;
}

#container {
	width: 800px;
	margin: 100px auto 0 auto;
	height: 100%;
	border: 1px solid #fff;
}
#topleft {
	width: 150px;
	padding-top: 20px;
	float: left;
}

#title {
	width: 580px;
	text-align: right;
	padding: 10px;
	margin-left: 200px;
}



#title h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	text-align: right;
	margin-right: 20px;
}
#title h2 {
	font-style: oblique;
	font-weight: bold;
	margin-top: -15px;
	font-size: 15px;
	margin-right: 20px;
}

#left {
	width: 199px;
	height: 240px;
	float: left;
	text-indent: -9999px;
	background: url('../images/sergiopederzolli2.png') no-repeat 10px 0px;
	border-right: 1px solid #fff;
	clear: both;
}

#right {
	width: 400px;
	float: left;
	padding: 20px;
	height: 100%;
	margin: 0px;
}
#picture {
	position: relative;
}


#right ul {
	list-style-type: circle;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 2px;
}

#right img {
	float:right;
	margin:0px;
	padding:0px;
	border: 1px solid red;
}

#servizi ul {
	list-style-type: circle;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 2px;
}
#content {
	width: 780px;
	height: 100%;
	clear: both;
	text-align: center;
}
#content img {
	padding: 10px;
}

#bottom {
	width: 760px;
	clear: left;
	text-align: right;
	padding-right: 20px;
}
#bottom a:link, a:visited {
color: white;
text-decoration:none;
}

#bottom a:hover {
color: #ccc;
text-decoration:none;
}


#bottom ul {
	list-style-type: none;
}




#concept {
	width:800px;
	height: 100px;
	text-align:right;
	font-size:8px; 
	margin: 0 auto;
}



#container #topleft img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.linktp            {font-size:8px; font-family: Times New Roman; color: #666666; text-decoration: none;}
.linktp:link       {font-size:8px; font-family: Times New Roman; color: #666666; text-decoration: none;}
.linktp:visited	   {font-size:8px; font-family: Times New Roman; color: #666666; text-decoration: none;}
.linktp:hover	   {font-size:8px; font-family: Times New Roman; color: #E97D00; text-decoration: none;}

