a {text-decoration: none;}	

footer {
   position:absolute;
   bottom:0;
   width:100%;  /* Height of the footer */
   background:#000;
   color:#DDD;
   text-align: center;
} 

footer a {
	color: #DDD;
}

footer a:hover {
	color: #FFF;
}
 
#container
{
min-height: 100%;
position:relative;
}

nav {
  font-size: 24px;
  font-family: "Tahoma", Arial, sans-serif;
  text-align: center;
  border: none;
  padding-top: 8px;
  width:100%;
  max-width: 1000;
}

nav img {
	height:42px;
	margin: -6px 0 0 0;
	padding: 4px;
	background-color: #FFF;
	vertical-align: middle;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav > ul > li {
  display: inline-block;
}
nav a {
  display: block; 
  padding: 10px 15px;
  color: #666;
  background-color: #FFF;
  text-decoration: none;
}
nav a:hover{
  display: block;
  background-color: #DDF;
}

#contactholder {
	width: 96%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex; /* Safari */
    -webkit-flex-direction: row-reverse; /* Safari 6.1+ */
    display: flex;
    flex-direction: row-reverse;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: right;
	-webkit-justify-content: right;
	margin-top: 16px;
}

#contact a{
	color: #DDD;
	text-align: right;
	font-size: 20px;
    font-family: "Tahoma", Arial, sans-serif;
	text-shadow: 0px 0px 4px #a070ff;
	margin-left: 30px;
	
}

#contact form {
	margin-left: 20px;
}
#contact a:hover {
	color: #FFF;
	text-shadow: 0px 0px 12px #a070ff;
}
