body{
	background-color: #D3D3D3;
	
}

.logo {
	text-align: center;
	}

.nav {
	position: fixed;
	margin-top: -170px;
	width: 100%;
	height: auto;
	background-color: white;
	z-index: 99;
}


.nav li {
	display: inline-block;
	*display: inline;
}

.nav a {
	color: #5a5a5a;
	font-size: 9px;
	font-weight: bold;
	padding: 14px 10px;
	text-transform: uppercase;
}

.contact {
margin-top: 170px;
text-align: center;


}

.contact h3 {
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
}

.contact p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin-left: 5%;
	margin-right: 5%;
}

#links img {
	margin-top: 20%;   
}

#links {
	float: left;
	clear: both;
	margin-left: 4%;
}

#links img {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

#links img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
} 
