body {
	background:#fff;
	background-position: 20px 100px;
	font-family:arial, serif;
	font-size: 16px;
	color:#333;
	padding:0 0 15px 0;
	}
	
	
	a:link {
	color:#666;
	text-decoration:none;
	}
	
	a:visited {
	color:#333;
	text-decoration:none;
	}
	
	a:hover {
    color:#9aebff;
	text-decoration:underline;
	background-color:#9aebff;
	
	}
	
	#me a:hover {
	color:none;
	text-decoration:none;
	border:none;
	
	}
	
	#me a:link {
	text-decoration:none;
	color:none;
	border:none;
	
	}
	
	
	#me a:visited {
	color:none;
	text-decoration:none;
	border:none;
	
	}
	
	
	#nav a:hover {
	color:#9aebff;
	text-decoration:underline;
	background-color:#9aebff;
	}
	
	#linkimage {
	border:0;
	color:none;
	text-decoration:none;
	
	}
	
	#linkimage:hover {
	border:0;
	color:none;
	text-decoration:none;
	}
	
	
	h1 {
	border-top:4px solid #333;
	font-family:arial, serif;
	font-size: 16px;
	color:#333;
	letter-spacing:.05em;
	line-height:1.2em;
	font-weight:normal;
	padding:2px 0 12px 0;
	
	}
	
	ul,li {
	list-style-type:none;
	margin:0;
	padding:0 0 20px 0;
	}
	
	#nav {
	font-family:arial, serif;
	z-index:99;
	color:#333;
	position:absolute;
	top:130px;
	left:403px;
	background-color:#fff;
	width:250px;
	
	}
	
	#me {
	font-family:arial, serif;
	z-index:98;
	color:#fff;
	position:absolute;
	top:20px;
	left:18px;
	font-size:36px;
	
	
	}
	
	#image {
	position:absolute;
	top:20px;
	left:18px;
	z-index:9;
	}
	
	
	
	
	#graphicdesign {
	width:193px;
	position:absolute;
	top:355px;
	left:20px;
	font-family:arial, serif;
	font-size: 11px;
	color:#333;
	letter-spacing:.1em;
	line-height:1.2em;
	
	}
	
	#digital {
	width:193px;
	position:absolute;
	top:355px;
	left:225px;
	font-family:arial, serif;
	font-size: 11px;
	color:#333;
	letter-spacing:.1em;
	line-height:1.2em;
	
	}
	
	#christopher {
	width:193px;
	position:absolute;
	top:355px;
	left:430px;
	font-family:arial, serif;
	font-size: 11px;
	color:#333;
	letter-spacing:.1em;
	line-height:1.2em;
	
	}
	
	#content {
	width:398px;
	position:absolute;
	top:355px;
	left:20px;
	font-family:arial, serif;
	font-size: 11px;
	color:#333;
	letter-spacing:.1em;
	line-height:1.2em;
	}
	
	#subnav {
	width:193px;
	position:absolute;
	top:355px;
	left:430px;
	font-family:arial, serif;
	font-size: 11px;
	color:#333;
	letter-spacing:.1em;
	line-height:1.2em;
	}
	
	.endnote {
	text-align:right;
	
	}
	
	
	
	/* BUTTON CSS */ /* BUTTON CSS */ /* BUTTON CSS */
	/* BUTTON CSS */ /* BUTTON CSS */ /* BUTTON CSS */
	/* BUTTON CSS */ /* BUTTON CSS */ /* BUTTON CSS */
	
	#button {
	position:absolute;
	top:20px;
	left:620px;
	z-index:9999;
	text-align:left;
	border:0;
	padding:0;
	margin-left:auto;
	margin-right:0;
	margin-top:0;
	font-family: Arial, sans-serif;
	font-size:15px;
	font-weight:normal;
	background-color: #fff;
	color: #333;
	width:100px;
	}
	
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		
		
		}
		
	#button li {
		border:0;
		margin:0;
		
		}
		
		#button li a {
		display: inline;
		float: left; 
		width: 100px;  
		overflow: hidden;
		height:1.4em;
		border:0;
		
		color: #666;
		text-decoration: none;
		
		}
html>body #button li a {
		width:100px;
		}

	#button li a:hover {
		border:none;
		color:#9aebff;
		background-color: #9aebff;
		}
		
