body {
	margin: 0px;
	padding-bottom: 25px;
	background-color: #ece1cd;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
td {
	vertical-align: top;
}
.pagetitle {
	font-size: xx-large;
	font-weight: bold;
	color: #996600;
}
.allcapshd {
	font-size: large;
	color: #553311;
	text-transform: uppercase;
	font-weight: bold;
}
.recommend {
	color: #996600;
}
.smrecommend {
	color: #996600;
	font-size: .9em;
}
.lists {
	list-style-position: outside;
	list-style-type: square;
}
.footer {
	font-size: smaller;
	color: #553311;
	padding: 3px;
}
.boldtxt{
	font-weight: bold;
}
a {
	color: #553311;
	text-decoration: underline;
}
a:hover {
	color: #553311;
	text-decoration: none;
}
a.ftnav {
	color: #553311;
	text-decoration: none;
	font-size: smaller;
	padding: 3px;
}
a.ftnav:hover {
	text-decoration: underline;
	font-size: smaller;
	color: #553311;
	padding: 3px;
}
#nav{
	background-image:  url("images/navbar.jpg");
	background-repeat: no-repeat;
	background-color: #ffffee;
	height: 35px;
	width: 100%;
	font-size: medium;
	font-weight: bold;
	padding: 0px;
}
#navlst{
	padding: 0;
	margin: 0;
	line-height: 35px;
	white-space: nowrap;
	text-align: center;
}
#navlst li{
	list-style: none;
	display: inline;
}
#navlst li a{
	padding: 6px 10px;
	text-decoration: none;
	color: #996600;
}
#navlst li a:link{
	color:#996600;
}
#navlst li a:visited{
	color:#996600;
}
#navlst li a:hover{
	color:#553311;
	text-decoration: underline;
}
body#home a#homenav,
body#resume a#resumenav,
body#recommendations a#recommendationsnav,
body#reel a#reelnav,
body#link a#linknav{
	color: #553311;
}
#maintxt{
	padding: 10px;
	vertical-align: top;
	background-color:#FFFFEE;
}
#maintxt2{
	padding: 20px;
	vertical-align: top;
	background-color:#FFFFEE;
}
#header{
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}