/*defaults*/
body 	{background:#000000 url('../images/bg.jpg') repeat-x 0 0; color:#fff; margin:20px 0; padding:0; font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#fff; text-decoration:none; }



/*structural elements*/
#header		{ padding:0px; height:120px; }

#container	{
	margin: 100px auto; 
	text-align:left; 
	width:720px; 
	/*border: 1px solid #ffffff;*/ 
}

/*navigation*/
#nav {

}

#nav li {
	list-style-type: none;
	margin: 20px 0 40px 0;
	color: #fff;
}



#footer {
	clear:both;
	margin-top: 100px;
}


#footer li{
	list-style-type: none;
}

#ita {
	background: url('../images/ita.png');
	position: relative;
	left: -68px;
	top: 10px;
	width: 52px;
	height: 10px;
}

#eng {
	background: url('../images/eng.png') no-repeat;
	width: 46px;
	height: 10px;
}


#arrow a{
	text-decoration: none;
	border: 0px;
}

#arrow img {
	border: 0px;
}
/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */

/*--------------------VIDEO-----------------------*/

#video img{
margin-right: 15px;
}


/*--------------------PHOTOS-----------------------*/
.portfolio_tot {
	width: 600px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	text-align: left
}

.portfolio_tot img {

	float: left;
	width: 100px;
	height: 75px;
	padding-left: 5px; 
	padding-right: 5px; 
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 10px;
	margin-right: 10px;
	text-align: left
}

.portfolio_tot img:hover {
	background-color: #cccccc;
}

/*--------------------BIO-----------------------*/

#bio {
	width: 600px;
	background-color: #cccccc;
	margin: auto;
	padding: 30px;
	min-height:300px;
	color: #000;
}

/*--------------------LINKS-----------------------*/

#link {
	width: 600px;
	margin-left:0px;
	padding: 30px;
	padding-bottom: 80px;
	color: #ffffff;
	text-align: center;
	min-height:300px;
}

#link p {
	padding-bottom: 15px;
}