*{
	font-family: 'Istok Web', sans-serif;
}

body{
	color:#7f7f7f;
	background-color: #eeeeee;
}

.content {
	margin: 0px 15px;
}

.nav-fade{
	background: #ffffff;
	padding: 0px;
	margin: 0px;
}

.nav-fade li {
	background: #ffffff;
	padding: 10px 18px;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	-webkit-transition: background .25s ease-in-out;
}

.nav-fade li:hover {
	background-color: #eeeeee;
}

a {
  color:#aaa;
  transition:color .2s ease-out, background 1s ease-in;
}
a:hover {
	color:#7f7f7f;
}

h4 {
	color:#7f7f7f; 
	font-size:23px; 
}

h2 {
	color:#7f7f7f; 
}

h1 {
	color:#7f7f7f; 
}
h3 {
	color:#7f7f7f; 
}

#footer {
	position:relative;
	bottom: 0px;
	text-align: center;
	font-size: 0.6em;
}

.logo2{
	text-align: center;
}

.logo{ 
	text-align: center;
	max-width:909px;
}

