/* Imports */
@import url("reset.css");

/* Font */
@font-face {
	font-family: Futura-heavy;
	src: url('../fonts/FuturaStd-Heavy.otf');
}

@font-face {
	font-family: Futura-medium;
	src: url('../fonts/FuturaStd-Medium.otf');
}


/* Layout */

body {
	background: #d8d8d8 url('../images/bg-gradient.png') repeat-x;
	color: #7e7e7e;
}

#wrapper {
	width: 651px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
}


#logo {
	width:651px ;
	height:121px ;
	background-image: url('../images/modesta.png');
}

#names {
	margin-top: 15px;
	width: 651px;
	text-align: center;
}


#content{
	margin-top: 50px;
}


#names li {
	font-family: sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	margin-right: 15px;	
}

.ie #names li {
	margin-right:10px;
}

.ff3_5 #names li, .safari3 #names li, .chrome #names li {
	font-family: Futura-heavy, sans-serif;
	font-weight: normal;
	margin-right: 38px;	
}

#names a {
	text-decoration: none;
	color: #7e7e7e;
}

#names li.francesco a:hover{
	color: #fa75f2;
}

#names li.diego a:hover{
	color: #fcf065;
}

#names li.mauro a:hover{
	color: #75ff70;
}

#names li.luca{
	margin-right: 0px;
}

#names li.luca a:hover{
	color: #3198f8;
}

#content p, #content a { 
	font-family: Futura-medium, sans-serif; 
	font-size: 18px;
	margin-bottom: 20px;
	color: #7e7e7e;
}

#content a:hover {
	color: #3d3d3d;
}

#mediaspace h1 {
	margin-top: 165px;
}