@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center top;
}
#wrapper_bg {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center;
	height: 817px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(images/test_shadow.png);
}
#wrapper_main_desk {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center;
	height: 817px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(images/test_main_desk.jpg);
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center;
	height: 600px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#resume_button {
	position: absolute;
	height: 28px;
	width: 141px;
	left: -98px;
	top: -289px;
}
#about_sketchpad {
	position: absolute;
	height: 686px;
	width: 441px;
	left: -551px;
	top: -557px;
}
.oneColFixCtrHdr #mainContent {
	position: relative;
	margin-right: 200px;
	margin-left: 200px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#portfolio_wrapper {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(images/portfolio_bg.png);
	height: 817px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	top: 400px;
}
#portfolio_container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center;
	height: 600px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
#email {
	position: absolute;
	height: 71px;
	width: 162px;
	left: 550px;
	top: 642px;
}
#wrapper_bg_about {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center;
	height: 817px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(images/Another-About.png);
}
#wrapper_book {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center;
	height: 560px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(images/test_book.png);
}
#wrapper_test_pieces {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center;
	height: 817px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(images/test_pieces.png);
}
#wrapper_about_desk {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center;
	height: 817px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(images/About-BG-with-star.jpg);
}
#wrapper_about_plant {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center;
	height: 817px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(images/plant_pencil_pic.png);
}
#wrapper_about_sketch {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center;
	height: 817px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(images/About-sketchpads.png);
}
#letter_button {
	position: absolute;
	height: 60px;
	width: 116px;
	left: -87px;
	top: -202px;
}
#about_menu {
	position: absolute;
	height: 84px;
	width: 337px;
	background-image: url(images/about_menu.png);
	left: -45px;
	top: 16px;
}
#wrapper_port_desk {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center;
	height: 817px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(images/PIECES-portfolio_desk.png);
}
#wrapper_port_bgs {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center;
	height: 817px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(images/PIECES-portfolio_bgs.png);
}
#wrapper_port_key_mouse {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center;
	height: 817px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(images/port_mac_items.png);
}
#port_menu {
	position: absolute;
	height: 84px;
	width: 337px;
	background-image: url(images/about_menu.png);
	left: 545px;
	top: 34px;
}
#home_menu {
	position: absolute;
	height: 84px;
	width: 337px;
	background-image: url(images/about_menu.png);
	left: 403px;
	top: 434px;
}
#port_print_gallery {
	position: absolute;
	height: 307px;
	width: 235px;
	left: 369px;
	top: 353px;
}
#port_web_gallery {
	position: absolute;
	height: 229px;
	width: 235px;
	left: -21px;
	top: 396px;
}


			.gallery {
	zoom:1;
	width:auto;
			}

			.gallery a {
	display:block;
	float:left;
	margin:4px;
	text-align:center;
	opacity:0.87;
			}

			.gallery a:hover {

				opacity:1;

			}

			.gallery a img {

				border:none;

				display:block;

			}

			.gallery a#vlightbox{display:none}

		
#port_misc_gallery {
	position: absolute;
	height: 168px;
	width: 140px;
	left: 702px;
	top: 412px;
}
