
/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	cursor:	default;
	font: 1em/1.2 'Courier New', Courier, Fixed, Georgia, Palatino, 'Palatino Linotype', Times, Times New Roman, serif;
	color: white;
	background: black;
    text-shadow:0 1px 0 #fff;
	overflow-y: scroll;
}

p { text-align: justify;}

a, a:visited {
	color:white;
	text-decoration:none;
}
a:hover, a:active {
	color:white;
	text-decoration:none;
}

.container {
	border: 0px solid red;
	width: 970px;
	margin: auto;
	margin-top: -10px;
	margin-bottom: 0px;
	padding: 0px;
	height: auto;
}
.nav {
	border: 0px solid white;
	margin: auto;
	margin-top: 0px;
	padding: 5px;
	width: 920px;
	height: 60px;
	padding: 5px;
}
.navBar {
	border: 0px solid red;
	margin: auto;
	height: 40px;
	padding-left: 6px;
}
.nav h1 { 	font-size: 1.3em;
	border: 0px solid white;
	width: 150px;
	margin: 3px;
	margin-left: 6px;
	margin-top: 13px;
	padding: 2px;
	float: left;
	text-align: center;
	background-color: black;
	cursor: pointer;
	color: white;
}
.nav h1:hover {
	background-color: #efefef; color: black;
}
.nav a { color: inherit; }
.nav a:link { text-decoration: none; }
.nav a:visited { text-decoration: none; }
.nav a:active { text-decoration: none; }
.nav a:hover { text-decoration: none;}

.nav #switchLang {width: 100px; cursor: default; padding-left: 10px;}

.content {
	border: 1px solid white;
	margin: auto;
	margin-top: 2px;
	width: 910px;
	padding: 10px;
	min-height: 485px;
	height: auto;
	overflow: auto;
}

.footer {
	position: relative;
	top: 1px;
	float: right;
}

#cv {margin-left: 20px; margin-right: 20px;}

#cv p {margin-bottom: -10px;}

#gallery a:hover {background-color: #efefef; color: black;}
#gallery img {margin: 5px; border: 0px; max-width: 700px;}
#gallery li {font-size: 120%;}

#contatti a:hover {background-color: #efefef; color: black;}

