html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body {
	font-size:12px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color:#424242;
	line-height:21px;
	/* background-color: #123456; */
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-top:110px;
	width: 627px;
	border:0px dotted white;
	padding-bottom:200px;

}

.container_portfolio {
	background:url(sfumaturahome.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-top:110px;
	width: 620px;
	border: 0px solid white;
	padding-bottom:50px;
}

#uffa{
	width: 697px;
	height: 263px;
	padding: 20px;
	background:url(../img/ball1.png) no-repeat;

}

#palombaro{
	width: 627px;
	height: 300px;
	background:url(../img/ball2.png) no-repeat;
}

#siamo{
	background:url(../img/chisiamo_baloon.png) no-repeat;
	height:200px;
	padding:15px;
	padding-top:20px;
}


/*** Header **************************************************/

#header_wrapper {
	background-color: black;
	width:100%;
	height:45px;
	margin:0;
	padding:0;
	z-index:20;
	position:fixed;
	top:0;
	left:0;
 	border:0px solid red;
 	text-align: center;
}

#nav_wrapper {
	width: 600px;
	margin: auto;
	margin-top: 10px;
	border: 0px solid green;
}


/**** Menu ****************************************************/

#menu {
	background:none;
	margin:0px 0px 0px 10px; /* Some top spacing */
	list-style:none;
	float:right;
}

#menu li {
	list-style:none;
	float:left;
	margin-right:58px;
}

#menu li a {
	text-decoration:none;
	color:#FFFFFF;
	margin-left:28px; /* Spacing between menu items */
	font-size:25px;
	position:relative;
	z-index:888; /* Required to keep navigation above content */
}

#menu li a:hover {
	border-bottom:#fff solid 0px; /* Styles for the "current" item highlighted when clicked */
	color:#CC0000;
	padding-bottom:0px;
}

#menu li a.highlight {
	border-bottom:#fff solid 0px; /* Styles for the "current" item highlighted when clicked */
	color:#CC0000;
	padding-bottom:0px;
}



/* Footer */
#footer_wrapper {
	border: 0px solid red;
	width: 100%;
	background-color: #000;
	height: 25px;
	position: fixed;
	bottom: 0px;
	left: 0;
	z-index:40;
	padding: 10px;
	text-align: center;
	color: silver;
}





.bg_arancione {
	width:100%;
	margin:0;
	background-color: gold;
	height:auto;
	position:relative;
	float:left;
	color: #fff;
	border-top: solid 4px #101010;
}


.bg_arancione a {
	color: #fff;
	text-decoration:none;
}

.bg_arancione a:hover {
	color: #fff;
	text-decoration:none;
}

.page_Home {
	width:100%;
	margin:0;
	background-color: #123456;
	height:auto;
	position:relative;
	float:left;
	color: #fff;
	border-top: solid 4px #101010;
}


.page_Home a {
	color: #fff;
	text-decoration:none;
}

.page_Home a:hover {
	color: #fff;
	text-decoration:none;
}

.page_Portfolio {
	width:100%;
	margin:0;
	background-color: maroon;
	height:auto;
	position:relative;
	float:left;
	color: #fff;
	border-top: solid 4px #101010;
}


.page_Portfolio a {
	color: #fff;
	text-decoration:none;
}

.page_Portfolio a:hover {
	color: #fff;
	text-decoration:none;
}

.page_Resume {
	width:100%;
	margin:0;
	background-color: olive;
	height:auto;
	position:relative;
	float:left;
	color: #fff;
	border-top: solid 4px #101010;
}


.page_Resume a {
	color: #fff;
	text-decoration:none;
}

.page_Resume a:hover {
	color: #fff;
	text-decoration:none;
}

.page_Contact {
	width:100%;
	margin:0;
	background-color: #E6C200;
	height:auto;
	position:relative;
	float:left;
	color: #fff;
	border-top: solid 4px #101010;
}


.page_Contact a {
	color: #fff;
	text-decoration:none;
}

.page_Contact a:hover {
	color: #fff;
	text-decoration:none;
}
