
#header
{
margin-top:100px;
}
#header .title{
	padding-left:5px;
	font-family:Century Gothic,Arial,Verdana;
	color:white;
	text-transform:uppercase;
	font-size:18px;
	display:inline-block; 
	vertical-align:middle;
	height:45px;	
}

#header img{
	padding-top:2px;
}
#menu{
float:right;

}

#menu ul
{
float:left;
display:inline;
list-style:none;
}
#nav li{
     float:left;
     display:inline;
	
	list-style:none;
	line-height:38px;
	padding:0px 15px;
	
	-webkit-transition:background 0.5s ease-in-out;  
	-moz-transition:background 0.5s ease-in-out;  
	-o-transition:background 0.5s ease-in-out;  
	transition:background 0.5s ease-in-out;  
}

#nav li a{
	text-decoration:none;
	font-family:Century Gothic, Arial,Verdana;
	font-size:14px;
}

#introduction
{
	position:fixed;
	left:50px;
	top:350px;
	z-index:101;
	background:#ffffff;
	background: rgba(255,255,255,0.6);
	height:80px;
	width:260px;
}

#introduction p
{
	padding:5px;
	color:black;
	font-size:15px;
	font-family:Century Gothic,Arial,Verdana;
	line-height:22px;
}
