.header-wrapper span.tagline {
	position: absolute;
	left: 62px;
	top: 34px;
	color: #fff;
	}

#header {background: #fff url('/media/img/header_bg.jpg') repeat-x;}
.header-wrapper {
	text-align: left;
	}

.header-wrapper h1 a {
	display:block;
	width: 296px;
	height: 59px;
	background: #fff url('/media/img/header_logo.jpg');
	text-indent:-1000px;
	margin-bottom: 0;
}



#main-menu {
	position:absolute;
	top:0px;
	left:320px;
	}
	
#main-menu li {
	float:left;
	height:66px;
}

#main-menu a {
		position:relative;
		display:block;
		float:left;
		width:106px;
		height: 33px;
		cursor:pointer;
		border-left: 1px solid #b5d792;
		padding: 22px 0 0 6px;
	}

#main-menu a {
	color: #cfe2bf;
	font-size: 10px;
	}
	
#main-menu a:hover, #main-menu .active a  {
	color:rgba(255,255,255,0.9)!important;
	}
	
#main-menu .last a {
	border-right: 1px solid #b5d792;
	}

#main-menu a strong {
	display:block;
	font-size: 16px;
	line-height: 12px;
	}

#main-menu li.active  {
	background: url('/media/img/active.jpg') bottom no-repeat ;
	background-position: center bottom;
	}




#main-navigation ul {
	margin-bottom: 0;  
}

#main-navigation li {
	display: inline;
}
#main-navigation {
		position:absolute;
		margin-left:120px;	
		margin-top: -7px;	
}

#main-navigation .home a {
	background:transparent url('/includes/images/home.png') no-repeat bottom left;
}

#main-navigation .work a {
	background:transparent url('/includes/images/work.png') no-repeat bottom left;
}

#main-navigation .notes a {
	background:transparent url('/includes/images/notes.png') no-repeat bottom left;
}

#main-navigation .projects a {
	background:transparent url('/includes/images/projects.png') no-repeat bottom left;
}

#main-navigation .about a {
	background:transparent url('/includes/images/about.png') no-repeat bottom left;
}

#main-navigation a {
		position:relative;
		display:block;
		float:left;
		width:102px; height:28px;
		text-indent:-1000px;
		cursor:pointer;
		
	}
	
	






