body {
	background : #002448;
	color : #f2f2f5;
	font-family : "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
}

#hd h1 {
	width : 340px;
	height : 150px;
	margin : 10px auto;
	background : url(../img/logohome.png) center no-repeat;
	text-indent : -9999px;
}

#hd h2 {
	font : bold 85% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	color : #a8b9cb;
	text-transform : uppercase;
	letter-spacing : 8px;
	margin : 1em;
}

#ssp {
	height : 275px;
	background-color : #002448;
	background-position : center;
	background-repeat : no-repeat;
	background-image : url(../foto/home03.jpg);
}

#nav {
	margin-top : 1em;
}

.home #nav a {
	color : #a8b9cb;
}

.home #nav a:hover {
	color : #f2f2f5;
}


