/* CSS Document */

body{
	background:#000;
	color:#fff;
	font-family: "Myriad Pro";
	font-size:16px;
}
#wrapper{
	margin: 0px 15px;
	padding: 0px;
	width: 1100px;
	height:250em;
	/*border: 2px solid #666;*/
	position:absolute;
}
/*h1{
	color: #FFFFFF;
	padding:0px;
	margin:0px;
}*/
p{
	font-size:12px;
}
li#one {
	position:absolute;
	width:312px;
	height:70px;
	background:url(images/title/title.png) no-repeat;
	text-indent:-9999px;
	list-style-type: none;
	left:50px;
	top:22px;
	
}
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:23px;
}
li#three {
	position:absolute;
	width:60px;
	height:70px;
	background:url(images/title/contact.png) no-repeat;
	text-indent:-9999px;	
	list-style-type: none;
	left:421px;
	top:23px;
}
li#four {
	position:absolute;
	width:60px;
	height:70px;
	background:url(images/title/bio.png) no-repeat;
	text-indent:-9999px;	
	list-style-type: none;
	left:475px;
	top:23px;
}
#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;}