body {
	text-align: center;
	font-family: Courier;
	background: transparent url(../Images/desk1.jpg) repeat top center;
	margin: 0;
	height: 1400px;
}

.name { background: transparent url(../Images/name.png) no-repeat top left; 
	width: 380px; 
	height:205px;
	margin-top: -175px;
	margin-left: 80px;
	float: left;
	top: 0;
	padding: 0;
	position: relative;
}

#polaroid { 
	background: transparent url(../Images/polaroid2.png) no-repeat top left; 
	width: 300px; 
	height: 240px;
	top: 0;
	padding: 0;
	left: 550px;
	position: relative;
}
#postit{ 
	background: transparent url(../Images/postit.png) no-repeat top left; 
	width: 240px; 
	height: 220px;
	top: 0;
	padding: 0;
	position: relative;
	z-index: 0;
	padding: 55px 10px 10px 50px;
	margin: 15px 0 0 -60px;
}
.new p{
	margin-left: 15px;
	}
#scrap{ 
	background: transparent url(../Images/testpanel.png) no-repeat top left; 
	width:240px; 
	height: 240px;
	top: 0;
	padding: 0;
	position: relative;
	z-index: 0;
	margin: 15px 0 0 -30px;
	float: left;
}
.paging {
	margin: 5px 0 17px 30px;
	border-top: dashed 1px #444;
	display: inline;
	width: 100%;
	float: left;
	clear: both;
}
.paging a {
	font-weight: bold;
	}
.mask {
	position: absolute;
	height: 70px;
	width: 70px;
	top: 0;
	float: left;
	z-index: 100;
	}
#pencils{ 
	background: transparent url(../Images/pencils.png) no-repeat bottom left;
	width: 151px; 
	height: 204px;
	top: 1200px;
	padding: 0;
	position: absolute;
	
	z-index: 0;
	margin: 0 0 0 130px;
}
#home a{ 
	background: transparent url(../Images/home.png) no-repeat top left; 
	width: 40px; 
	height: 30px;
	margin-right: 15px;
	}

#shavings { 
	background: transparent url(../Images/shavings.png) no-repeat top left; 
	width: 240px; 
	height: 230px;
	position: absolute;
	margin-left: 0px;
	margin-top: 390px;
	top:700px;
}
#rubber { 
	background: transparent url(../Images/rubber.png) no-repeat top left; 
	width: 210px; 
	height: 230px;
	position: absolute;
	margin-left: 200px;

}
#sharpener { 
	background: transparent url(../Images/sharpener.png) no-repeat top left; 
	width: 110px; 
	height: 100px;
	margin-top: 30px;
	position: relative;
	margin-left: 100px;
}


#storyboard a{ background: transparent url(../Images/storyboard.png) no-repeat top left; width: 120px; height: 30px; margin-right: 10px;}

#illustrations a{ background: transparent url(../Images/illustrations.png) no-repeat top left; width: 120px; height: 30px; margin-right: 10px;}

#cartoons a{ background: transparent url(../Images/cartoons.png) no-repeat top left; width: 80px; height: 30px;}

#cv a{ background: transparent url(../Images/cv.png) no-repeat top left; width: 10px; height: 30px;}

#blog a{ background: transparent url(../Images/blog.png) no-repeat top left; width: 40px; height: 30px;}

#contact a{ background: transparent url(../Images/contact.png) no-repeat top left; width: 65px; height: 30px;}

.wrapper {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(../Images/pad.png) no-repeat top center;
	height: 1252px;
}
.header {
	float: left;
	clear: both;
	width: 880px;
	
}
h2 {

	clear: both;
}
.nav {
	float: left;
	clear: both;
	width: 820px;
	margin-left: 30px;
	
	background: transparent ;
}
.details {
	width: 430px;
	

}
.container {
	float: left;
	clear: both;
	width: 870px;
	padding: 15px 0 0 0;
}
.left {
	width: 230px;
	float: left;
	margin-right: 5px;
	
	margin-left: 25px;
	padding-left: 5px;
	display: inline;
}
.middle {
	float: left;
	width: 75px;
	display: inline;
	margin-right: -5px;
	
}
.right {
	float: right;
	width: 500px;
	margin-right: 10px;
	height: 425px;
	display: inline;
	}
.content {
	float: right;
	width: 570px;
	padding: 15px 0 0 0;
	display: inline;
}
.panel {
	float: left;
	
	
	margin-top: 90px;
}
.panel2 {
	float: left;
	clear: both;
	width: 99%;
	margin-top: 3px;
}
.prev {background: transparent url(../Images/prev.png) no-repeat top left ; width:40px; height:29px; display: block; float: left; cursor:pointer; z-index: 100;}
.next {background: transparent url(../Images/next.png) no-repeat top left ;width:40px; height:29px;display: block; float: left;cursor:pointer;z-index: 101;}
.next img:hover {cursor:pointer;}
.prev img:hover {cursor:pointer;}
/* NAV 
------------------------------------------ */

.nav ul {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}
.nav ul li {
	float: left;
	font-size: 1.1em;
	list-style-type: none;
}
.nav ul li a {
	float: left;
	padding: 10px 40px 5px 3px;
	font-weight: bold;
	color: #777;
	text-decoration: none;
	display: block;
	
}
.nav ul li a:hover {
	float: left;
	padding: 10px 40px 5px 3px;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	display: block;
}
.nav li span {
	display:none;
}
/* HTML TAGS
------------------------------------- */
h1 {
	font-weight: bold;
	margin: 7px 0 0 0;
	padding: 0;
	font-size: 1.4em;
}
p {
	font-size: 0.75em;
	}
a {
	color: #005B7F;
	}
/* IMAGES 
------------------------------------ */

a.thumbnail {
	float: left;
	
	background: #ebebeb;
	width: 70px;
	height: 70px;
	margin: 0 7px 7px 0;
	
	}
a.thumbnail:hover {
	float: left;
	
	background: #ebebeb;
	width: 70px;
	height: 70px;
	margin: 0 7px 7px 0;
}
a.thumbnail img {
	width: 70px;
	height: 70px;
	border: none;
	padding: 0;
}
.detail {
	float: left;
	width: 470px;
	border: solid 1px #ccc;
	background: #ebebeb;
	height: 400px;
}

/* begin gallery styling */

#jgal { list-style: none; width: 200px; margin: 0; padding: 0; }
#jgal li { opacity: .5; float: left; display: block; width: 60px; height: 60px; background-position: 50% 50%; cursor: pointer; border: 3px solid #fff; outline: 1px solid #ddd; margin-right: 14px; margin-bottom: 14px; }
#jgal li img { position: absolute; top: 160px; left: 500px; display: none; border: solid 1px #ccc;}
#jgal li.active img { display: block; }
#jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }

/* styling without javascript */
#gallery { list-style: none; display: block; }
#gallery li { float: left; margin: 0 10px 10px 0; }

/*FORM
-------------------------------*/

label {
	float: left;
	width: 125px;
	font-weight: bold;
	margin: 3px;
	font-size: 0.75em;
}
.textinput {
	border: solid 1px #333;
	padding: 2px;
	margin: 3px;
	width: 240px;
}
textarea {
	border: solid 1px #333;
	padding: 2px;
	margin: 3px;
	width: 295px;
	height: 150px;
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	}
.submitbutton {
	margin: 3px 3px 3px 135px;
	float: left;
	background: #333;
	color: #fff;
	font-weight: bold;
	border: none;
	padding: 4px;
}
.article {
	margin-left: 50px;
	float: left;
	clear: both;
	width: 770px;
	margin-top: 10px;
	display: inline;
	}
.main {
	margin: 30px 50px;
	}
.mainleft {
	width: 600px;
	float: left;
}
.blogleft {
	
	float: left;
}
/* HOLDING 
------------------------------- */

.holding {
	width: 400px;
	margin: 75px auto;
	}