/* CSS Document */
body {
	margin-top: 0;
	text-align: center;
	background-color : #330033;
}

#container {
	padding : 0;
	margin-left : auto; 
	margin-right: auto;
	width : 720px;
	text-align: left;
	background-image: url(images/bg.jpg);
	background-repeat: y-repeat;
}

#header {
	width : 720px;
	height : 370px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#logo {
	position : absolute;
	z-index : 10;
	margin-top : 35px;
	margin-left : 35px;
}

#nav {
	position : absolute;
	width : 720px;
	z-index : 9;
	text-align: center;
	color: #FFFFFF;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	margin-top : 290px;
}

#nav a {
	color: #FFFFFF;
	text-decoration : none;
}

#nav a:hover {
	color: #FF9900;
}

.current {
	text-decoration : underline;
}

#footer {
	width : 720px;
	height : 99px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration : none;
}

#footer a:hover {
	color: #FF9900;
}

#top {
	position : absolute;
	margin-top : 10px;
	margin-left : 525px;
}

#emaillink {
	position : absolute;
	margin-top : 10px;
	margin-left : 60px;
}

#designer {
	position : absolute;
	margin-top : 50px;
	margin-left : 60px;
	font-size: 11px;
}

#italylink {
	position : absolute;
	margin-top : 10px;
	margin-left : 420px;
	z-index : 1;
}

#main {
	margin-top : 30px;
	margin-bottom : 40px;
	margin-left : 100px;
	margin-right : 100px;
	font-family: "Trebuchet MS", Trebuchet, Times, Times New Roman, serif;
	font-size: 13px;
	color: #FFFFFF;
}

#main a{
	color: #FF9900;
	text-decoration : none;
}

#main a:hover{
	
	color: #FFFFFF;
	text-decoration : none;
}

.title1 {
	font-family: "Franklin Gothic Demi", Franklin Gothic Demi Cond, Franklin Gothic, Arial, sans-serif;
	font-size: 25px;
	padding-left : 30px;
	height : 35px;
	background-image: url(images/title1.gif);
	background-repeat: no-repeat;
}

.title2 {
	font-family: "Trebuchet MS", Trebuchet, Times, Times New Roman, serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align : center;
	font-weight : bold;
}

.pic {
	text-align : center;
	border: 1px solid #FFFFFF; 
}

.picfloat {
	float : right;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
