html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {	
	background: #3b4834 url(../images/texture_BG.jpg) no-repeat top center;
}

a:focus {
	outline: 0;
}

#Wrapper {
	position: relative;
	min-height: 100%;
}

#Header {
	height: 75px;
	width: auto;
	background: url(../images/header_BG.png) repeat-x top center;
}

#Header h1 {
	margin: 0px auto;
	padding: 0;
	width: 490px;
	font-size: 1px;
}

#Name, #Dash, #PortfolioResume {
	float: left;
	margin: 19px 0px;
	width: 170px;
	height: 21px;
	background: url(../images/NathanFaubion.png) no-repeat;
	text-indent: -3000px;
	overflow: hidden;
}

#Dash {
	width: 140px;
	height: 25px;
	margin-left: 5px;
	background: url(../images/header_dash2.jpg) no-repeat center center;
}

#PortfolioResume {
	float: right;
	width: 166px;
	background: url(../images/PortfolioResume.png) no-repeat;
}

#Gallery {
	margin: auto;
	margin-bottom: 10px;
	width: 544px;
}

#leftArrow {
	float: left;
	visibility: hidden;
	margin-top: 8px;
}

#rightArrow {
	float: right;
	visibility: hidden;
	margin-top: 8px;
}

#leftArrow a, #rightArrow a {
	display: block;
	width: 22px;
	height: 27px;
	background: url(../images/left_arrow.png) no-repeat 0px 0px;
	font-size: 1px;
	text-indent: -3000px;
	overflow: hidden;
}

#rightArrow a {
	background-image: url(../images/right_arrow.png);
}

#leftArrow a:hover, #rightArrow a:hover {
	background-position: 0px -27px;
}

#galleryList {
	margin: auto;
	width: 500px;
}

#galleryList.jsenabled {
	width: 496px;
	height: 48px;
	overflow: hidden;
	position: relative;
}

#galleryList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.jsenabled #galleryList ul {
	width: 10000px;
	position: relative;
}

#galleryList li {
	float: left;
	margin: 0px 4px 4px 0px;
}

#galleryList a {
	display: block;
	width: 46px;
	height: 46px;
	background: url(../images/thumbnail_BG.png) no-repeat 0px 0px;
}

#galleryList a:hover {
	background-position: 0px -46px;
}

#galleryList a img {
	margin: 4px 0px 0px 6px;
	border: none;
}

#Resume {
	margin: 5px auto 0px auto;
	width: 500px;
	position: relative;
	clear: both;
}

.jsenabled #Resume {
	height: 23em;
}

#Resume dl {
	margin: 0;
	padding: 0;
}

#Resume dt {
	padding: 0;
	margin: 0;
	clear: both;
	float: left;
	width: 106px;
}

#Resume dd {
	padding: 0 0 10px 0;
	margin: 0 0 0 130px;
}

.jsenabled dd {
	position: absolute;
	top: 0px; left: 0px;
}

#qualifications a, #experience a, #education a {
	display: block;
	width: 106px;
	height: 24px;
	font-size: 1px;
	text-indent: -3000px;
	text-decoration: none;
	overflow: hidden;
	background: url(../images/navigation.png) no-repeat top right;
}

#qualifications a:hover, #qualifications a.current {
	background-position: right -24px;
}

.jsenabled #qualifications {
	position: absolute;
	top: 0px; left: 0px;
}

#experience a {
	background-position: right -48px;
}

.jsenabled #experience {
	position: absolute;
	top: 30px; left: 0px;
}

#experience a:hover, #experience a.current {
	background-position: right -72px;
}

#education a {
	background-position: right -96px;
}

.jsenabled #education {
	position: absolute;
	top: 60px; left: 0px;
}

#education a:hover, #education a.current {
	background-position: right -120px;
}

#Resume dd ul {
	margin: 0;
	padding: 0;
	list-style-image: url(../images/bullet.gif);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #d1d29f;
	text-shadow: #000 0px 1px 5px;
}

#Resume dd li {
	margin-bottom: 0;
	padding: 0 0 10px 10px;
}

#Bio {
	clear: both;
	width: 500px;
	margin: 0px auto 20px auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #d1d29f;
	text-shadow: #000 0px 1px 5px;
}

#Bio p {
	padding: 0;
	margin: 0 0 10px 140px;
}

#Bio .lastp {
	background: url(../images/seperator.png) no-repeat 95px bottom;
	padding-bottom: 30px;
}

#Bio #bioimage {
	float: left;
	margin: 0 13px 0 2px;
}

#Footer {
	height: 78px;
	width: 100%;
	background: url(../images/footer.jpg) top center;
}

.jsenabled #Footer {
	position: absolute;
	bottom: 0px;
}
#Footer p {
	margin: 20px 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #73816b;
	text-shadow: #000 0px 1px 5px;
	text-align: center;
}

#Footer em {
	color: #98aa8f;
}

#Footer em a {
	color: #98aa8f;
	text-decoration: none;
	border-bottom: dotted 1px #98aa8f;
}