body {
	width: 1200px;
	text-align: center;
	background-color: #000000;
	margin: 0 auto;
	margin-top: 2%;
}

body.slideshow{
	background-color: black;
}

.header {
	float: left;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 10px;
}

.clear {
	clear: both
}

.main {
	width: 1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

.footer {
	width: 900px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

a {
	font-size: 11px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: gray;
	text-decoration: none;
}

.current_link {
	font-size: 11px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: gray;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.heading {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:  20pt;
	color: white;
	width: 15%;
}

a.heading:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

.horizontal_line {
	width: 10%;
	background-image: url(design/horizontal_line.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
}
.vertical_line {
	width: 200px;
	background-image: url(design/vertical_line.gif);
	background-repeat: repeat-y;
}

.front_photo {
	width: 450px;
	height: 400px;
	vertical-align: center;
}

/* project page columns */

.project_table {
	width: 975px;
	border-bottom: 1px;
	border-color: #949494;
	border-bottom-style: solid;
	padding-bottom: 5px;
}

.project_column_outside {
	width: 10px;

}

.project_column_inside {
	width: 100px;
	border-right: 1px;
	border-left: 1px;
	border-color: #949494;
	border-right-style: solid;
	border-left-style: solid;
}

.project_title {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:  20pt;
	color: white;
	text-align: center;
	vertical-align: center;
	border-bottom: 1px;
	border-color: #949494;
	border-bottom-style: solid;
	padding-bottom: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: -75px;
}

.center {
	text-align: center;
	vertical-align: center;
	padding-bottom: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: -75px;
}

.project_info {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:  16pt;
	color: white;
	text-align: center;
	margin-top: 40px;
}

.project_description_right{
	margin-top: 50px;
	float: right;
	text-align: center;
}

a.project_link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:  16pt;
	color: white;
}

a.project_photo_left {
	border: 0px;
}

.project_description_left{
	margin-top: 50px;
	float: left;
}

.project_photo_right{
	text-align: right;
	width: 50%;
	margin-right: 13px;
	margin-left: 3px;
}

.project_photo_left {
	text-align: left;
	width: 50%;
	margin-right: 33px;
	margin-left: auto;
}

img.project_photo {
	border: 1px;
	border-style: solid;
	border-color: black;
}

.project_photo_center {
	margin-top: 10px;
}

ul {
	text-align: left;
}

li {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:  10pt;
	color: white;
	text-align: left;
	margin-top: 40px;
}

li.subclass {
	margin-top: 4px;
	font-size: 8pt;
	color: gray;
}

.links_list {
	font-family: trebuchet, helvetica, sans-serif;
	font-size:  16pt;
	color: white;
	text-align: center;
	margin-top: 40px;
}

a.link_title {
	font-family: trebuchet, helvetica, sans-serif;
	font-size:  10pt;
	color: white;
	text-align: left;
	margin-top: 40px;
}

.link {
	text-align: left;
}

.biography {
	font-family: trebuchet, helvetica, sans-serif;
	font-size:  10pt;
	color: white;
	text-align: left;
	margin-top: 40px;
	line-height: 2em;
	margin-left: 5px;
}

.photo_credit {
	font-family: trebuchet, helvetica, sans-serif;
	font-size:  8pt;
	color: white;
	text-align: right;
	margin-top: 5px;
	margin-right: 5px;	
}

a.biography_email {
	font-family: trebuchet, helvetica, sans-serif;
	font-size:  10pt;
	color: white;
}

.spiffy{
	display:block
}

.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#2d2d2d}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #131313;
  border-right:1px solid #131313;
  background:#212121}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #040404;
  border-right:1px solid #040404;
  background:#242424}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #242424;
  border-right:1px solid #242424;}
.spiffy4{
  border-left:1px solid #131313;
  border-right:1px solid #131313}
.spiffy5{
  border-left:1px solid #212121;
  border-right:1px solid #212121}
.spiffyfg{
  background:#2d2d2d}


hr {
border: 0;
color: #ffffff;
background-color: #ffffff;
height: 1px;
width: 100%;
text-align: left;
}

