*, html {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	background: #fffde0 url('../img/layout/column.png') center top repeat-y;
	font-size: 62.5%; /*Sets all fonts to 10px*/
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}

a {
	outline: none;
}

a img {
	border: 0px;
}

.clear {
	clear: both;
}

.content {
	display: none;
}



#wrapper {
	width: 800px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}

#header {
	margin: 0px 0 10px 38px;
	padding: 84px 0 0 0;
}

#header #logo {
	display: block;
	margin: 0 0 78px 0;
}

#header #topNavigation {
	list-style-type: none;
	margin: 0 0 0 8px;
}

#header #topNavigation li {
	float: left;
	display: block;
	height: 22px;
	width: 60px;
	background: url('../img/layout/topNavSprite.png') left top no-repeat;
}

#header #topNavigation li a {
	display: block;
	height: 22px;
}

#header #topNavigation li a span {
	display: none;
}

#header #topNavigation li#link_gallery {
	background-position: 0px 0px;
}

#header #topNavigation li#link_gallery:hover,  #header #topNavigation li#link_gallery.active:hover, #header #topNavigation li#link_gallery.active {
	background-position: 0px -22px;
}

#header #topNavigation li#link_hello {
	background-position: -60px 0px;
}

#header #topNavigation li#link_hello:hover, #header #topNavigation li#link_hello.active:hover, #header #topNavigation li#link_hello.active {
	background-position: -60px -22px;
}

#hello {
	padding: 0 40px 0 48px;
	color: #9d8d85;
}

#hello h1 {
	display: block;
	height: 14px;
	width: 44px;
	background: url('../img/layout/helloTitle.png') left top no-repeat;
	margin: 0 0 21px 0;
}

#hello h1 span {
	display: none;
}

#hello h2 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	background: #fffde0;
}

#hello p {
	margin: 0 0 15px 0;
	line-height: 1.8em;
	background: #fffde0;
}

#hello ul {
	list-style-type: none;
	float: left;
	margin: 0 40px 40px 0;
}

#hello ul li {
	line-height: 1.8em;
	margin-left: -2px;
}

#hello a {
	color: #54301a;
	padding: 0 2px;
}

#hello a:hover {
	text-decoration: none;
	background: #543019;
	color: #fffde0;
}

#gallery {
	clear: both;
	padding: 0 40px 0 48px;
}

#gallery h1 {
	display: block;
	height: 17px;
	width: 57px;
	background: url('../img/layout/workTitle.png') left top no-repeat;
	float: left;
	margin: 0 14px 0 0;
}

#gallery h1 span {
	display: none;
}

#gallery #galleryNavigation {
	list-style-type: none;
	margin: 0 0 0 -2px;
}

#gallery #galleryNavigation li {
	float: left;
	display: block;
	height: 17px;
	background: url('../img/layout/galleryNavSprite.png') left top no-repeat;
	margin: 4px 0 0 0;
}

#gallery #galleryNavigation li a {
	display: block;
	height: 17px;
}

#gallery #galleryNavigation li a span {
	display: none;
}

#gallery #galleryNavigation li#thumb {
	width: 29px;
}

#gallery #galleryNavigation li#thumb a {
	width: 21px;
}

#gallery #galleryNavigation li:hover, #gallery #galleryNavigation li#thumb.active {
	background-position: 0px -17px;
}

#gallery #galleryNavigation li#illustration {
	background-position: -29px 0px;
	width: 82px;
}

#gallery #galleryNavigation li#illustration:hover, #gallery #galleryNavigation li#illustration.active {
	background-position: -29px -17px;
}

#gallery #galleryNavigation li#illustration a {
	width: 74px;
}

#gallery #galleryNavigation li#three-dimentional {
	width: 129px;
	background-position: -111px 0px;
}

#gallery #galleryNavigation li#three-dimentional:hover, #gallery #galleryNavigation li#three-dimentional.active {
	background-position: -111px -17px;
}

#gallery #galleryNavigation li#three-dimentional a {
	width: 113px;
}

#gallery #galleryNavigation li#sketchbook {
	width: 83px;
	background-position: -240px 0px;
}

#gallery #galleryNavigation li#sketchbook:hover, #gallery #galleryNavigation li#sketchbook.active {
	background-position: -240px -17px;
}

#gallery #galleryNavigation li#sketchbook a {
	width: 79px;
}

.galleryControl {
	clear: both;
}

#gallery #galleryThumbs {
	clear: both;
	padding: 20px 0 0 0;
}

#gallery #galleryThumbs ul {
	list-style-type: none;
}

#gallery #galleryThumbs ul li {
	display: block;
	height: 25px;
	width: 25px;
	background: #9d8c75;
	float: left;
	margin: 0 7px 7px 0;
}

#galleryView {
	display: none;
	position: relative;
  	overflow: hidden;
	width: 700px;
	margin: 20px 0 0 0;
}

#gallery #galleryView .controls {
	padding: 20px 0 0 0;
}

#gallery #galleryView .controls a {
	text-indent: -5000px;
	overflow: hidden;
 	outline: none;
 	position: absolute;
	display: block;
  	top: 20px;
  	right: 0;
  	width: 45%;
  	height: 100%;
}

#gallery #galleryView img {
	display: block;
	width: 700px;
	padding: 20px 0 30px 0;
}

#gallery #galleryView .controls .previous {
	left: 0px;
	background: url('../img/layout/leftBlack.png') right top no-repeat;
}

#gallery #galleryView .controls .next {
	background: url('../img/layout/rightBlack.png') left top no-repeat;
}

#footer {
	margin: 10px 0 0 0;
	padding: 0 0 10px 48px;
	color: #9d8d85;
	position: absolute;
	bottom: 0px;
}

#footer a {
	text-decoration: none;
	color: #54301a;
	padding: 0 2px;
}

#footer a:hover {
	text-decoration: none;
	background: #543019;
	color: #fffde0;
}
