@charset "utf-8";
body {
	background-image: url(../images/p_gnomes.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: none;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

img {
	border: none;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-style: none;
	padding-left: 5px;
	background-color: #F9EF54;
	margin-top: 5px;
	color: #000000;
	clear: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-align: left;
	text-indent: 10px;
	margin-top: -10px;
	padding-right: 5px;
	padding-left: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	text-indent: 5px;
	color: #666666;
}
#topbannerDiv {
	/*Holds the location of the title banner image*/	
	
	position:absolute;
	left:346px;
	top:10px;
	width:311px;
	height:63px;
	z-index:1;
}
#homeDiv {
	/*Holds the location of the "home" nav image*/
	
	position:absolute;
	left:10px;
	top:10px;
	width:190px;
	height:60px;
	z-index:2;
}
#resumeDiv {
	/*Holds the location of the "resume" nav image*/

	position:absolute;
	left:70px;
	top:75px;
	width:204px;
	height:54px;
	z-index:3;
}

#galleryDiv {
	/*holds the location of the "Artwork" or gallery nav image*/	

	position:absolute;
	left:70px;
	top:138px;
	width:146px;
	height:116px;
	z-index:4;
}
#contactDiv {
	/*Holds the location of the "contact" nav image*/

	position:absolute;
	left:10px;
	top:75px;
	width:54px;
	height:204px;
	z-index:5;
}
#cfpressDiv {
	position:absolute;
	left:10px;
	top:284px;
	width:130px;
	height:130px;
	z-index:7;
}

#nubDiv {
	/*Holds the location of the "nub" of the contact image*/
	position:absolute;
	left:64px;
	top:255px;
	width:32px;
	height:18px;
	z-index:6;
}
.italictext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}
.specialUL {
	list-style-type: circle;
	text-indent: -5px;
	list-style-position: outside;
	line-height: 30px;
}
