/* CSS Document */

body{
	background:#000;
	color:#fff;
	font-family: "Myriad Pro";
	font-size:16px;
}
#wrapper{
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	width: 950px;
	height:235em;
	
}
#header{
 position:relative;}

p{
	font-size:12px;
}
li#one {
	position:absolute;
	width:300px;
	height:70px;
	background:url(images/title/title.png) no-repeat;
	text-indent:-9999px;
	list-style-type: none;
	left:50px;
	top:10px;		
}
li#two {
	position:absolute;
	width:75px;
	height:70px;
	background:url(images/title/resume.png) no-repeat;
	text-indent:-9999px;	
	list-style-type: none;
	left:360px;
	top:14px;
	
	
}
li#three {
	position:absolute;
	width:60px;
	height:70px;
	background:url(images/title/contact.png) no-repeat;
	text-indent:-9999px;	
	list-style-type: none;
	left:422px;
	top:14px;
	
}
li#four {
	position:absolute;
	width:60px;
	height:70px;
	background:url(images/title/bio.png) no-repeat;
	text-indent:-9999px;	
	list-style-type: none;
	left:477px;
	top:14px;
	
	
	}
#header a{
	display:block;
	height:70px;
	padding: 0;
	margin: 0; 
	
}	
li#one a:hover {background:url(images/title/title_r.png);}
li#two a:hover {background:url(images/title/resume_r.png) no-repeat;}
li#three a:hover {background:url(images/title/contact_r.png) no-repeat;}
li#four a:hover{background:url(images/title/bio_r.png) no-repeat;}
