#nav1 {
postion: absolute;
top: 0px;
left: 0px;
width: 135px;
height: 256px;
background-image: url(images/ktp_second.gif);
padding-right: 5px;
}

#nav2 {
postion: absolute;
top: 230px;
left: 0px;
width: 135px;
height: 250px;
background-color: #660098;
padding-right: 5px;
}

#main {
	position: absolute;
	left: 135px;
	top: 0px;
	height: 500px;
	background-color: #660098;
	text-align: center;
}

#resume {
	position: absolute;
	left: 130px;
	top: 0px;
	height: 500px;
	background-color: #660098;
	text-align: left;
}

#headshot {
	position: absolute;
	left: 130px;
	top: 0px;
	width: 600px;
	height: 500px;
	background-color: #660098;
	text-align: left;
}

body {
	background-color: #660098;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
}

a.nav:link {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
}

a.nav:visited {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

a.nav:hover {
	font-family: Arial;
	font-size: 10 pt;
	font-weight: bold;
	text-decoration: none;
	color: #0BDDBC;
}

a.email:link {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #CCCCFF;
}

a.email:visited {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #CCCCFF;
}

a.email:hover {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #0BDDBC;
}

h1 {
	font-family: Arial;
	font-size: 14pt;
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
}


h2 {
	font-family: Arial;
	font-size: 12pt;
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
}

.main {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	padding-bottom: 15px;
	padding-left: 10px;
}

.note {
	font-family: Arial;
	font-size: 8pt;
	color: #ffffff;
	font-style: italic;
}

