/*General Settings*/

.transparent {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}




/*My Settings*/


.center {
   width: 640px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 50px;
   margin-bottom: 30px;

}


body {
	background: url('grid.png') repeat;
}

.header {
	color: #ffffff;
	text-align: center;
	padding-top: 40px;
	font-size: 130px;
	font-family: "atrament-web",sans-serif;
	font-style: italic;
	font-weight: 600;
}

#wrapper {
	#wrapper {
	width: 780px;
	margin: 30px auto;
	overflow: hidden;
	}
}

.contact {
	font-family: "atrament-web", sans-serif;
	color: gray;
	padding: 0 0 20px 40px;
	display: inline-block;
	font-size: 25px;
}

.contact a {
	
	color: gray;
	text-decoration: none;
}

.contact a:hover {
	color: #ffffff;
}

.contact a:visited {
	color: gray;
}

.contact a:active {

color: aqua;
	
}



#nav{
  /*border:1px solid #ccc;
  border-width:1px 0;*/
  list-style:none;
  margin:0;
  padding:0;
  font-family: "atrament-web",sans-serif;
  font-size: 21px;
  text-align:center;
  
}
#nav li{
  display:inline;
}
#nav a{
  display:inline-block;
  padding:10px;
  color: #ffffff;
  text-decoration: none;
}


#nav li a:hover 
{
   background-color: #404041;
   padding-bottom: 3px;
   border-bottom: 3px;
   border-bottom-color: #ffffff;
   border-bottom-style: solid;
   border-radius: 4px;
   
}


