/*********************************/
body {
	background: #333333;
	color: #666666;
	font: 0.8em "Trebuchet MS", "Century Gothic", sans-serif;
	margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
	color: #000000;
	font-size: 1em;
	margin: 0px;
}
hr {
	left: -9999px;
	position: absolute;
}
p,ul,dl,ol {
	margin-top: 0px;
}
/*********************************/
#container {
	background: url(../images/bkg-container.gif) #FFFFFF;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	width: 760px;
}
/*********************************/
#content {
	height: auto !important;
	height: 500px;
	min-height: 500px;
	padding-bottom: 5em;
	padding-left: 247px;
}
#content a {
	color: #7B8C00;
	text-decoration: none;
}
#content a:hover {
	color: #4A5500;
}
#content dd {
	margin-bottom: 1em;
	margin-left: 1em;
}
#content dt {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
#content h1 {
	background: #000000;
	color: #FFFFFF;
	font-size: 1.8em;
	padding: 5px;
	position: relative;
	text-transform: uppercase;
}
#content h2 {
	font-size: 1.3em;
	text-transform: uppercase;
}
#content h3 {
	background: url(../images/arrow.gif) no-repeat left center;
	font-size: 1.1em;
	text-indent: 1em;
	text-transform: uppercase;
}
#content ul {
	padding-left: 10px;
}
#content .headshot, #content .headshot img {
	float:left;
	border:1px solid;
}
/*********************************/
#footer {
	background: #666666;
	border-top: 10px solid #FFFFFF;
	color: #FFFFFF;
	padding: 40px 10px;
	text-align: right;
}
#footer * {
	margin: 0px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
/*********************************/
#nav {
	left: 10px;
	position: absolute;
	top: 281px;
}
#nav * {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav a {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding-bottom: 15px;
	padding-left: 22px;
	padding-top: 15px;
	text-decoration: none;
	text-transform: uppercase;
	width: 215px;
}
#nav a:hover {
	background: #4A5500;
}
/*********************************/
#title * {
	margin: 0px;
	padding: 0px;
}
#title a {
	background: #DD0000;
	border-bottom: 10px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	font-size: 1.1em;
	padding: 10px 5px 5px 10px;
	position: relative;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
}
#title p {
	background: url(../images/bkg-title.gif) #FFA800 0px 44px;
	border-bottom: 10px solid #FFFFFF;
	padding-bottom: 228px;
	position: relative;
}
