@import url("portfolio.css");


/* LOGO */
/* -------------------------------------------------------------------------------- */

#logo{
	background-image: url('/images/general/logo_JasonLoader.png');
}

#header #badge{
	display:block;
	background-image: url('/images/general/lnyw_badge_green.png');
	position:absolute;
	left:-23px;
	top:40px;
	width:114px;
	height:118px;
	
}



#header p.strapline{
	font-family: Georgia;
	clear:both;
	color:#91B238;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	top:110px;
	left:110px;
	font-size: 1.55em;
	display:block;
	width:600px;
}

#header p.strapline a{
	color:#FFFFFF;
	text-decoration: underline;
}

