/* CSS Document */

body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin:0px;
}
body {
	background-color: #637076;
	background-image: url(../png/bg.png);
	text-align: center;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFDE00;
}
a:hover, a:active {
	color: #EEEEE5;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 17px;
	margin: 0px;
}
img {
	border: 0px none;
}
img.portfolio {
	border: 1px solid #333333;
	width:286px;
	height:286px;
}
img.portfolio:hover {
	border: 1px dashed #cc0000;
}
.mainBody {
	margin: 0 auto;
	background-image: url(../png/kBG.png);
	background-repeat: repeat-y;
	text-align: center;
	width: 412px;
}
.mainBody object {
	background-color: #eeeee5;
}
.centrato {
	width: 288px;
	margin: 0 62px;
	text-align: center;
}
.mainBody p {
	text-align: left;
	margin-top: 6px;
}
p.smallText {
	font-size: 9px;
}
.mainBody .myButtons {
	height: 20px;
	margin: 10px 0px 10px 0px;
}
.mainBody .myButtons a:link, .mainBody .myButtons a:visited{
  font-size: 11px;
  font-weight: normal;
  color: #EEEEE5;
  float: left;
  display: inline;
  width: 143px;
  margin-right: 1px;
  height: 20px;
  line-height: 20px;
  background-image: url(../png/bottoneGrande.png);
}
.mainBody .myButtons a:hover, .mainBody .myButtons a:active{ background-image: url(../png/bottoneGrande_o.png); 
}
.mainBody .myButtons a.bottonePiccolo:link, .mainBody .myButtons a.bottonePiccolo:visited {
	width: 20px;
	background-image: url(../png/bottonePiccolo.png);
}
.mainBody .myButtons a.bottonePiccolo:hover, .mainBody .myButtons a.bottonePiccolo:active {
	background-image: url(../png/bottonePiccolo_o.png);
}
.mainBody .myButtons a.bottonePiccolo img.skypeButton{
	margin-top: 2px;
}
.mainBody .footer {
	height: 61px;
	background-image: url(../png/kBGbottom.png);
	background-position: top center;
	background-repeat: no-repeat;
}
