body {
	margin: 0;
	padding: 0;
	background-color: #646464;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	position: relative;
	top: 0px;
	left: 50%;
	width: 638px;
	margin-left: -339px;
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
	padding: 10px 20px 0 20px;
	z-index: 10;
}

/****************************************************************/
/* CONTENT */
/****************************************************************/
#content {
	padding: 10px 10px 20px 40px;
	line-height: 18px;
	z-index: 20;
	width: 400px;
	float: left;
}

#content p {
	margin-bottom: 15px;
}

#content h2 {
	font-size: 12px;
	font-weight: 800;
}

#content h3 {
	font-size: 12px;
	font-weight: 800;
}

#content a {
	color: #7d0e00;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content .biopic {
	border: 1px solid #000000;
	margin-right: 10px;
	float: left;
}

#content .clientpic {
	margin-right: 10px;
}

/****************************************************************/
/* TITLE */
/****************************************************************/
#title {
	background-color: #efefef;
	padding: 5px 10px 5px 220px;
	margin-top: 25px;
	z-index: 20;
}

#title h1 {
	font-size: 20px;
	font-family: tahoma, verdana, sans-serif;
	color: #94392d;
	font-weight: 300;
	padding: 0;
	margin: 0;
}

/****************************************************************/
/* LOGO */
/****************************************************************/
#logo {
	position: absolute;
	top: 308px;
	left: 50%;
	margin-left: -319px;
	z-index:40;
	background-color: #ffffff;
}

/****************************************************************/
/* LEFT SIDE */
/****************************************************************/
#lefty {
	float: left;
	width: 180px;
	padding: 35px 0 0 0;
}



#lefty #leftnav {
	width: 180px;
}

#leftnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftnav li {
	border-bottom: 1px solid #7d0e00;
}

#leftnav li a {
	display: block;
	width: 168px;
	padding: 8px 5px 8px 7px;
	color: #000000;
	font-weight: 800;
	font-family: tahoma, verdana, arial, sans-serif;
	text-decoration: none;
}

#leftnav li a:hover {
	background-color: #7d0e00;
	color: #ffffff;
}

#leftnav li a.selected {
	color: #ffffff;
	background-color: #7d0e00;
}

.blurb {
	background-color: #efefef;
	text-align: center;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.pause {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: 800;
	margin-top: 10px;
}

.clear {
	clear: both;
}

/****************************************************************/
/* FOOTER */
/****************************************************************/
#footer {
	background-color: #2c2c2c;
	color: #ffffff;
	margin: 40px -11px 0 -11px;
	padding: 20px 11px 20px 11px;
	font-size: 10px;
}

#footernav ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#footernav li {
	display: inline;
	list-style-type: none;
}

#footernav a {
	padding: 3px 7px 3px 7px;
	color: #ffffff;
	text-decoration: none;
}

#footernav a:link, #navigation a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footernav a:hover {
	color: #ffffff;
	background-color: #7d0e00;
	text-decoration: none;
}