/*header.jsp layout- may go into it's own file-partners will be responsible what goes into header.jsp*/
/* Header layout for header.jsp*/
#header {
	position: relative;
	width: 852px;
	height: 182px;
    margin: 0px 0px 0px 0px;	
}

.headerLogo {
	position: absolute;
	top: 68px;
	left: 30px;	
	border: 0px;
}

a.logoLink:link, a.logoLink:visited {
	text-decoration: none;
}