html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
}
body {
	font-size: 50%;
	overflow-x: hidden;
	height: 100%;
}
* {
	margin: 0px;
	padding: 0px;
}
/* name & top */
div#name {
	padding-left: 20px;
	padding-top: 35px;
	font-size: 1.1em;
}
div#name a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#name img {
	margin-left: -5px;
}
div#name p {
	margin-top: 1px;
	margin-bottom: 1px;
}
div#name p a {
	text-decoration: none;
	color: #000000;
	background-color: #D9D9D9;
}
div#name a:hover {
	text-decoration: underline;
}
/* menus */
div#menulist {
	margin-top: 15px;
	font-size: 1.1em;
}
div#menulist em {
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
}
div#menulist p {
	padding-left: 20px;
}
/* menu links */
div#menulist a {
	color: #000000;
	display: block;
	text-decoration: none;
	padding-left: 20px;
}
div#print a:hover {
	color: #FFFFFF;
	background-color: #FF3399;
}
div#web a:hover {
	background-color: #0099FF;
	color: #FFFFFF;
}

div#stuff a:hover {
	background-color: #FF6633;
	color: #FFFFFF;
}
div#resume a:hover {
	background-color: #66CC33;
	color: #FFFFFF;
}
div#contact a:hover {
	background-color: #FFFF00;
	color: #000000;
}

/* content */
div#content_index {
	height: 100%;
	width: 650px;
	z-index: 99;
	position: absolute;
	top: 0px;
	left: 200px;
	bottom: 0px;
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
}
div#content_back {
	height: 100%;
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 200px;
	bottom: 0px;
	width: 600px;
	background-image: url(images/back.gif);
	background-repeat: no-repeat;
}
div#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	height: auto;
	background-image: url(images/bottom.gif);
	margin-top: 30px;
	padding-top: 20px;
	padding-left: 5px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;
}
div#content em{
	font-weight: bolder;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	text-transform: uppercase;
}
div#content p {
	padding-top: 5px;
}
div#content_back div#content a {
	background-color: #D9D9D9;
	color: #000000;
	text-decoration: none;
}
div#content_back div#content a:hover {
	text-decoration: underline;
}
/* images */
div.img_web {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.img {
	margin-top: 5px;
	margin-bottom: 20px;
}
div.img img {
	border: 1px solid #000000;
}
div.img_noborder {
	margin-top: 5px;
	margin-bottom: 20px;
}

div.img_noborder img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* resume */
div#content ul {
	margin-top: 10px;
}
div#content ul li {
	list-style-type: none;
	line-height: 1.1em;
}
.listspace {
	margin-top: .8em;
}
#courses {
	margin-left: -2px;
}
#courses tr td {
	padding-right: 20px;
}
div#resume {
	margin-bottom: 40px;
}
p#resume_contact {
	line-height: 1.2em;
}
