/* ==========================================================
author:    Martin Sojka
email:     martin@thenewline.com
website:   http://www.thenewline.com/
============================================================ 
--------------------------------------------------------- */

body {
	background-image:none;
}


/* Page
============================================================ 
--------------------------------------------------------- */

#header-wrap {
	width:100%;
	height:76px;
	background-image:url(/images/theme/memorial/main-bg.png);
	background-repeat:repeat-x;
	background-position:top left;
	text-align:center;
	top:0;
	left:0;
	border-bottom:1px solid #464331;
	z-index:10;
}

div#header-wrap { position: absolute; }
body > div#header-wrap { position: fixed; }

#header {
	width:952px;
	height:76px;
	margin:0 auto;
	background-image:none;
	text-align:left;
	position:relative;
}

#logo {
	position:absolute;
	top:0px;
	left:6px;
}

#main-nav {
	position:absolute;
	top:40px;
	left:0px;
}

#account-nav {
	position:absolute;
	top:7px;
	right:0;
}

#body {
	margin-top:76px;
}