body {
	background:#696 url(images/bg.jpg) no-repeat fixed;
	margin:0;
	padding:0;
	position:absolute;
	width:100%;
	height:100%;
	font-family:Helvetica, Arial, sans-serif;
}

a { color:#122; }

h1,h2,h3,h4,h5 { color:#003f30; }

#content ul { list-style-image: url(images/bullet.gif); }

div#header {
	width:325px;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	font-family:Arial Black, Arial, sans-serif;
}

body>div#header {
	position:fixed;
}

div#header h1 {
	margin:0;
	width:350px;
	height:60px;
	background:url(images/portfolio.gif) no-repeat fixed;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
	text-indent:350px;
}

div#header h2 {
	text-align:center;
	color:#030;
	margin:0;
	padding:0;
	height:20px;
	line-height:20px;
	width:185px;
	font-size:17px;
	font-weight:normal;
	letter-spacing:.08em;
}

div#header h2.email a {
	color:#bccbbc;
}

div#wrapper {
	position:absolute;
	top:0;
	left:185px;
	width:50%;
	background:#BCCBBC url(images/content_bg.jpg) no-repeat;
	background-attachment: fixed;
	background-position: -185px 0;
	height:100%;
}

body>div#wrapper {
	background-position:0 0;
}

div#sections {
	position:absolute;
	background:#C8D3C3 url(images/content_bg.jpg) no-repeat;
	background-attachment: fixed;
	background-position:-185px 0;
	left:185px;
	height:100px;
	width:50%;
	overflow:hidden;
	z-index:2;
}

body>div#sections {
	position:fixed;
	background-position:0 0 !important;
}

div#sections h1 {
	display:none;
}

div#sections div.extra,
div#sections ul {
	margin:10px 2px 2px 165px;
	padding:0;
	list-style:none;
	list-style-image:none;
}

div#sections li {
	display:inline;
	float:left;
	padding:2px 4px 2px 16px;
	line-height:16px;
	background:url(images/bullet.gif) no-repeat;
	white-space:nowrap;
}
	
div#highlights {
	position:absolute;
	top:0;
	left:50%;
	padding-left:185px;
	width:auto;
	z-index:0;
}

body>div#highlights {
	position:fixed;
}

div#highlights h1 {
	height:40px;
	font-size:1.2em;
	margin:0 0 .3em;
	padding:60px 0 0 .4em;
	background-color:#8EB57E;
	line-height:40px;
}

div#highlights ul {
	margin:0 20% 0 1em;
	padding:0;
	font-size:.95em;
	list-style:none;
}

div#highlights li {
	margin:.5em 0;
	padding:0 0 0 16px;
	line-height:130%;
	background:url(images/bullet.gif) no-repeat;
}

div#contentwrapper {
	margin-top:110px;
	background:#BCCBBC url(images/content_bg.jpg) no-repeat fixed;
	background-position:-185px -110px;
	position:relative;
	z-index:1;
}

div#wrapper>div#contentwrapper {
	background-position:0 0;
}

div#content {
	margin:.8em;
	padding-bottom:1em;
	line-height:120%;
}

div#content h2 {
	background-color:#C8D3C3;
	padding:2px 4px;
	border-bottom:2px solid #696;
}
