body {
	margin-top:0;
	background-image: url(../images/bck.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000000;
}
.bck_image {
	background-image: url(../images/giovanni_image.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.name_back {
	background-image: url(../images/bck_name.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.side_border {
	background-image: url(../images/side_border.gif);
	background-repeat: repeat-y;
}
#nav {
	position:relative;
	width:599;
	height:50;
	z-index:1;
	left:20px;
	top: 107px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	background-image: url(../images/footer_image.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.footer2 {
	background-image: url(../images/footer_image2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.sml_fnt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6E6E6E;
	text-decoration: none;
}
.grey_border {
	border: 1px solid #999999;
}
.red_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
