/* CSS Document */

body{
	margin:0px;
	padding:0px;
}


#about #header .about a,
#blog #header .blog a,
#projects #header .projects a,
#gallery #header .projects a,
#contact #header .contact a,
#press #header .press a {
  color: #000;
  cursor: default;
}




#header{
	position:absolute;
	left:200px;
	top:100px;
	width:600px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	float:right;
}

#header img{
	outline:none;
	border:none;
}

#header .title{
	padding-top:0px;
	float:left;
	display:block;
	width:300px;
	height:50px;
}

#header li{
	float:left;
	display:block;
	padding-bottom:5px;	
	padding-top:2px;
}

#header a{
	color:#666666;
	text-decoration:none;
	display:block;
	width:75px;
	padding-right:25px;
	letter-spacing:.75px;
}

#header a:hover{
	color:#000000;
}





