body {
	background: #825700;
	font: normal 1em/1.1em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
}
h1 {
	font-size: 0.8em;
	text-align: center;
	margin: 5px 0px;
}
h2 {
	font-weight: normal;
	font-style: italic;
	color: #960;
	margin: 10px;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-left: 120px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #996600;
	text-decoration: none;
}
#container {
	background: #E2C78D;
	position: relative;
	width: 780px;
	margin: 0px auto;
	border-left: 4px solid #c90;
}
#header {
	background: #E2D5BC;
	border-top: 1px solid #c90;
	border-right: 1px solid #c90;
	border-bottom: 3px solid #c90;
	border-left: 1px solid #c90;
	margin-bottom: 10px;
}
#nav {
	font-size: 0.9em;
	width: 125px;
	line-height: 1.8em;
	float: left;
	clear: left;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul li {
	margin: 0px 10px 7px 14px;
	background: #E2D5BC;
	border-top: 2px solid #c90;
	border-right: 1px solid #c90;
	border-bottom: 1px solid #c90;
	border-left: 2px solid #c90;
}
#nav ul li a {
	padding-left: 10px;
	color: #684D1D;
	text-decoration: none;
}
#nav ul li a:hover {
	background: #D2BD97;
	color: #333333;
	display: block;
}
.navlink a {
	font: 13px/15px Arial, Helvetica, sans-serif;
	color: #996600;
	text-decoration: none;
	margin: 15px 0px;
}
.navlink a:hover {
	color: #996600;
	text-decoration: underline;
}
#content {
	width: 780px;
	margin: 0px;
}
#content p {
	margin: 15px;
}
.small {
	font-size: 0.8em;
	line-height: 0.8em;	
}
.left {
	float: left;
	margin: 5px 15px 15px 5px;
}
.right {
	float: right;
	text-align: center;
	margin: 0px 0px 10px;
}
.logo {
	padding-top: 60px;
	padding-right: 80px;
}
.center {
	margin: 10px 40px;
	color: #960;
}
.nowrap {
	padding-left: 120px;
	list-style: inside;
}
.nowrapVicki {
	padding-left: 120px;
	list-style: inside;
	font-size: 1.2em;
	
}
.contact {
	font-size: 0.9em;
}
.heading {
	font: bold 17px/19px Arial, Helvetica, sans-serif;
}
#footer {
	font-size: 0.8em;
	text-align: center;
	margin: 10px 0px 0px;
	clear: both;
	padding-bottom: 10px;
}
#footer a {
	color: #960;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .email {
	font-size: 1em;
	line-height: 2em;
	text-align: center;
	padding-bottom: 10px;
}
#footer .email a {
	color: #000;
	text-decoration: none;
}
#footer .email a:hover {
	color: #996600;
	text-decoration: none;
}
.textright {
	float: right;
}
#resume {
	list-style: circle;
	margin-left: 140px;
}
#resume li {
	padding-bottom: 10px;
	padding-right: 20px;
}
