html, body {height:100%;}
html {background:#eaedea url(../images/bg_body.jpg) 50% top no-repeat;}
body {
	margin:0;
	padding:0;
	font:62.5%/1.6em 'helvetica', arial, sans-serif;
	}
#centering {
	text-align:center;
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	height:1px;
	overflow:visible;
	visibility:visible;
	display:block;
}
#wrapper {
	z-index:1;
	margin-left:-42.6em;
	position:absolute;
	top:-32em;
	left:50%;
	width:85em;
	height:68em;
}
#header {
	width:85em;
	height:7em;
	margin:0;
	padding:0;
}
#header_logobox {
	float:left;
	width:24em;
	height:7em;
	margin:0 0 0 2.5em;
	padding:0;
	background:url(../images/bg_logobox.jpg) top left repeat-x;
}
#header_logo {
	width:20em;
	height:4.3em;
	margin:1.5em 0 0 2em;
	padding:0;
	background:url(../images/sep_logo.png) left no-repeat;
}
#header_logo a {
	width:20em;
	height:4.3em;
	display:block;
	text-indent:-9999em;
}
#nav {
	float:right;
	width:35em;
	height:3em;
	margin:2em 0 0 0;
}
#nav ul {
	float:right;
	padding:0;
	margin:0 1em 0 0;
	list-style:none;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}
#nav ul a {
	display:block;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
}
#nav li {
	float:left;
	width:7em;
	padding:1.3em 0 0 0;
}
#nav li a:hover{
	color:#fff;
	background:url(../images/underline.jpg) bottom no-repeat;
	height:2em;
}
#bottomshadow {
	width:85em;
	height:2.2em;
	margin:0;
	margin-top:-2.2em;
	padding:0;
	background:url(../images/bg_headershadow.png) bottom no-repeat;
	float:left;
	clear:both;
}	
.current {
	height:2em;
	color:#fff;
	background:url(../images/underline.jpg) 50% bottom no-repeat;
}			
#content {
	width:85em;
	margin:0 auto;
	padding:0;
	background:url(../images/bg_content.png) top no-repeat;
}
#content_body {
	width:83em;
	height:56em;
	margin:0 auto;
	padding:0;
	background-color:#eaedea;
}
#thumbclick {
	width:1.3em;
	height:1.8em;
	margin-left:80em;
	background:urL(../images/thumbclick.png) 75% no-repeat;
}
#thumbclick a {
	width:1.3em;
	height:1.8em;
	display:block;
	text-indent:-9999em;
}

#photo {
	width:50em;
	height:52.6em;
	margin:1.75em 0 0 1.5em;
	background:url(../images/me.jpg) top no-repeat;
	float:left;
}
#description {
	float:right;
	width:26.5em;
	padding:2em 2.5em 0 0;
	text-align:left;
}
#description p {
	font-size:1.1em;
	line-height:1.5em;
	color:#646464;
	margin-bottom:1em;	
}
#footer {
	margin: 0 auto;
	padding: 1em 0 2em 0;
	background: #eaedea url(../images/bg_footer.png) top center no-repeat;
}