/* Base
===================================================*/
body {
	background-color: #242424;
	margin: 0;
	padding: 0;
}

/* careful: order of link items is apparently important, at least sometimes */
a:link {
	color: #ccccff;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}

a:visited {
	color: #325E9B;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #9f793a;
}

/* Layout
===================================================*/
#wrapper {
	background: #242424 url(../graphics/bg_760x1.gif) repeat-y top left;
	margin: 0 auto;
	padding: 0 0 0 0;
	border: none;
	width: 760px;
}

#wrapper_photo {
	background-color: #242424;
	margin: 5 5 5 5;
	padding: 0 0 0 10;
	width: 100%;
}

#right_content {
	float: right;
	width: 580px;
	margin: 0 0 0 0;
	border: none;
	padding: 0 10px 0 10px
}

#left_content {
	float: left;
	width: 150px;
	border: none;
	margin: 0 0 0 0;
}

.affiliations {
	position: fixed;
	bottom: 200px;
	left: 10;
}

.float_left {
	float: left;
}

.individual_description {
	float: right;
	width: 375px;
	margin: 0 0 0 10;
	padding: 0 0 0 10px
}

.individual_description_02 {
	float: right;
	width: 295px;
	margin: 0 0 0 10;
	padding: 0 0 0 10px
}

.individual_photo {
	float: left;
	width: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0 10px
}

.individual_photo_02 {
	float: left;
	width: 230px;
	margin: 0 0 0 0;
	padding: 0 0 0 10px
}

.clear {
	clear: both;
}


/* Typography
===================================================*/
* {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-indent: 0;
	font-size: 100%;
	color: #645538;
}

.indent {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-indent: 20px;
	font-size: 100%;
	color: #645538;
}

.address {
	color: #242424;
	font-size: 90%;
	text-align: center;
	font-weight: bold;
	padding-bottom: 1px;
}

.footer {
	font-size: 83%;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}

.door_label {
	font-size: 80%;
	line-height: 1.1;
	margin: 0px 0px 0px 0px;
	padding-top: 3px;
	text-align: center;
	font-weight: bold;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #79610a;
	padding-bottom: 10px;
	color: #645538;
}
}
.special_label {
	font-size: 120%;
	line-height: 1.1;
	margin: 0px 0px 0px 0px;
	padding-top: 3px;
	font-weight: bold;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #79610a;
	padding-bottom: 10px;
	color: #ff0000;
}
}
.special_2_label {
	font-size: 100%;
	line-height: 1.1;
	margin: 0px 0px 0px 0px;
	padding-top: 3px;
	font-weight: bold;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #79610a;
	padding-bottom: 10px;
	color: #ff0000;
}
.individual_photo {
	font-size: 80%;
	font-weight: normal;
}

.individual_photo_02 {
	font-size: 80%;
	font-weight: normal;
}

.small {
	font-size: 80%;
	font-weight: normal;
}

.small_indent {
	font-size: 80%;
	font-weight: normal;
	text-indent: 20px;

}

.smaller {
	font-size: 65%;
	font-weight: normal;
}

.smallest {
	font-size: 25%;
	font-weight: normal;
}
.small_white {
	font-size: 95%;
	font-weight: normal;
	color: #ffffff;
}

.white {
	font-size: 120%;
	font-weight: normal;
	color: #ffffff;
}

.inset_20 {
	font-size: 120%;
	margin: 0px 20px 0px 20px;
	font-weight: normal;
	color: #645538;
}

.top {
	font-size: 100%;
	margin: -10px 0px 0px 0px;
}

hr {
	text-align: center;
}

strong {
	font-weight: bold;
}

.lg {
	font-size: 130%;
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1.3;
	border-bottom: 2px solid #645538
}

h2 {
	font-size: 1.4em;
	line-height: 1.0;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1.3;
	margin-top: .5em;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1.3;
	margin-top: .5em;
	margin-bottom: 0em
}
<!-- available -->
h5 {
	font-size: 1.1em;
	line-height: 1.0;
}

h6 {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1.3;
	border-bottom: 2px solid #645538;
	margin-top: .5em;
}

.sub_head {
	font-weight: bold;
	line-height: 1.5;
}

.heavy {
	font-weight: bold;
	line-height: 1.0;
}
/* Positioning
===================================================*/



/* Tables
===================================================*/


