body {background: #fff url(bg.gif); margin: 0px 3px 0px 3px;}
table.main { width: 1200px;vertical-align: top; border: #000 solid 1px 1px 0px 1px; }
td { vertical-align: top }
.header {background: #fff;}
.stuff {background: #fff; height: 450px; text-align: center; padding: 20px 20px 10px 20px;}
.stuffleft {background: #fff; height: 450px; text-align: left; padding: 20px 20px 10px 20px;}
img { border: none }
a {font-weight: bold; color: #c00; text-decoration: none;}
a:hover {text-decoration: underline;}
.justify {text-align: justify;}
.center {text-align: center; vertical-align: center;}

#bg {
	height: 20px;
	padding: 0px;
	vertical-align: top;
}
#copyright {
	vertical-align: bottom;
	text-align: center;
	line-height: 20px;
	width: 100%;
	background: #c00 center repeat-x;
	font: 12px arial, sans-serif;
	font-weight: bold; color: #fff;
	padding: 2px 2px 2px 2px;
}
.menu {
	width: 100%; 
	background: #c00; 
	font: 12px arial, sans-serif;
	font-weight: normal;
	float: ctr;
}
.ctr {
	text-align: center;
}

#nav, #nav ul {
	white-space: nowrap;
	height: 20px;
	background: #c00;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	
} 
#nav li {
	display: block;
	float: left;
	height: 19px;
	font-weight: normal;
}

#nav li a{
	display: block;
	background: #c00; 
	color: #fff;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
}
#nav li a:hover {
	background: #fff; 
	color: #c00;
	cursor: hand;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15em;
	font-weight: normal;
	margin: 0;
}

#nav li ul li {
	height: 18px;
	width: 100%;
	background: #fff;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.over ul, #nav li li.over ul, #nav li li li.over ul {
	left: auto;
}
#nav li ul li a {width: 15em;border: #fff solid 0px 1px 1px 1px;}
#nav li ul li a:hover {
	background: #fff; 
	color: #c00;
	border: #c00 solid 0px 1px 1px 1px;
	width: 100%;
}
#resume {
	font: 12pt garamond;  
}
.right { float:right;}
.left {float:left;}
#gailkeech {
	font: 40pt;
}
h1 { font-family : Garamond; font-size: 100%;}
h2 { font-family : Garamond; font-size: 100%;}
p { font-family : Garamond; font-size: 80%;}
