body {
	margin: 0;
	padding: 0;
	background-color: #bbbbbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link,
a:visited {
	color: #333333;
}

a:hover,
a:active {
	color: #FFCC00;
}

.style4 {
	font-weight: bold;
}

.style6,
.style7 {
	color: #bbbbbb
}

#title_header {
	background-color: #fff;
	padding: 0;
	margin: 0;
	width: 100%;

}

#content_wrapper {
	margin-left: 35px;
}

#photo_table {
	margin-left: 35px;
	margin-right: 35px;
	width: 475px;
	padding: 0 auto 0 auto;
}

#photo_table .row {
	text-align: center;
	padding-bottom: 15px;
	width:auto;
}


#main_nav {
	margin: 20px 0 20px 35px;

}
#work_nav{
	margin: 20px auto;

}

.thumbnail {
	
	padding: 10px;
	margin-bottom: 15px;
}

p.nobr {
  white-space: nowrap;
  width:100%;
}

#fullimage .text {
	font-weight: bold;
	padding-bottom: 10px;
}

.year ul {
	list-style-type: none;
	list-style-position: outside;
	margin-left: -35px;
}

* html .year ul {
	margin-left: 0px;
}

.year .date {
	width: 75px;
	font-weight: bold;
}

.year li {
 position: relative;
 left: 110px;
}
.year lh {
 position: relative;
 top: 12px;
 left: 0;
}

.section_head {
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 25px;
}

.title {
	font-style: italic;
}
