body
	{
	background: white url(images/header.jpg) 0 0 no-repeat;
	font-family: Tahoma, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal; 
	text-decoration: none;
	border: 0;
	margin: 0;
	padding: 0;
	}

#container
	{
	color: #000;
	background: #fff;
	width: 100%;
	padding: 0 10px 10px 10px;
	border: 1px solid #000;
	margin: 20px auto;
	}
	
#header
	{
	color: #000;
	background: url(images/menu-background.gif) no-repeat top left;
	text-align: left;
	margin: 128px 0 10px 0;
	padding: 3px 0 5px 275px;
	border: 0;
	font-size: 10px;
	font-style: normal;
	font-weight: bold; 
	text-decoration: none;
	color: #67645f; 
	background: transparent;
	}

#header a
	{
	font-size: 10px;
	font-style: normal;
	font-weight: bold; 
	text-decoration: none;
	color: #67645f; 
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	}

#header a:hover, a:focus
	{
	color: black;
	border-bottom: 1px solid #67645f;
	}

#header img
	{
	border-bottom: 1px solid #fff;
	}

#header img:hover
	{
	border-bottom: 1px solid #67645f;
	}
	
#mainbody
	{
	clear: both;
	font-size: 11pt;
	padding: 5px 10px 5px 10px;
	text-align: left;
	margin: 0;
	}
	
#videos
	{
	clear: both;
	font-size: 11pt;
	padding: 5px;
	text-align: center;
	margin: 10px auto 25px auto;
	}

img
	{
	border: 0;
	margin-top: 0; 
	}

.headshot
	{
	border: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	margin: 20px;
	padding: 0;
	}

p, center, code, pre, td
	{
	font-size: 11pt;
	margin: 0 0 1em 0;
	line-height: 1.25em;
	}

td
	{
	padding: 0 5px 0 0;
	}

.bigger
	{
	font-size: 1.2em;
	}

h1
	{
	color: #000;
	background: transparent;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	letter-spacing: .1em;
	margin: 0 0 3px 0;
	padding: 8px 0 3px 0;
	border-bottom: 1px solid #67645f;
	}

h2
	{
	color: #000;
	background: transparent;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	letter-spacing: .2em;
	margin: 0 0 3px 0;
	padding: 8px 0 3px 0;
	border-bottom: 1px solid #67645f;
	}

h3
	{
	color: #000;
	background: transparent;
	font-size: 13pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: .2em;
	margin: 0;
	padding: 8px 0 3px 0;
	}

h4
	{
	color: #000;
	background: transparent;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 8px 0 3px 0;
	}

ul
	{
	margin: 0;
	padding: 0 0 1em 2em;
	line-height: 1em;
	text-align: left;
	list-style: cirlce;
	}

ol
	{
	margin: 0;
	padding: 0 0 1em 2em;
	line-height: 1em;
	text-align: left;
	list-style: decimal;
	}

li
	{
	margin: 0 0 .25em 0;
	padding: 0;
	}
	
#footer
	{
	color: white;
	/* background: #67645f url(images/footer-background.gif) 0 0 repeat-y; */
	background: #67645f;
	clear: both;
	font-size: 11pt;
	text-align: center;
	margin-top: 10px;
	padding: 10px 0;
	text-decoration: none;
	border-top: 1px solid black;
	}

#footer p
	{
	text-align: center;
	padding: 0;
	margin: 0;
	}
	
#divider
	{
	clear: right;
	font-size: 9pt;
	text-align: center;
	padding: 1px;
	text-decoration: none;
	border-bottom: 1px solid #000;
	}

a
	{ 
	color: #67645f;
	background: transparent;
	text-decoration: underline;
	}

a:active, a:hover, a:focus
	{ 
	color: black; 
	background: transparent;
	}

a.subtle, a.subtle:active, a.subtle:hover, a.subtle:focus
	{ 
	color: black;
	background: transparent;
	text-decoration: none;
	}
