body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url("../images/templates/stripes.gif") repeat-y top center;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	color: white;
}
td {
	font-size: 12px;
}
.link-back {
	text-align: right;
	padding-bottom: 10px;
}

a {
	color: yellow;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#page {
	width: 898px;
	margin-left: 2px;
	margin-right: 0px;
	padding: 0px;
	background: url("../images/templates/schematic2.jpg") repeat-y top left;
}
.front #page {
	background: url("../images/templates/schematic1.jpg") repeat-y top left;

}

#header {
	background: url("../images/templates/pinstripes.gif") no-repeat top right;
	
	display: block;
	clear: both;
	padding-bottom: 15px;
}

#banner {
	padding-top: 5px;
	padding-bottom: 5px;
}

#tagline {
	min-height: 60px;
	height: 60px;
}
#main-nav {
	overflow: hidden;
	margin-left: 230px;
}

.nav .nav-item {
	border-left: solid 1px yellow;
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.nav .nav-item.first {
	border-left: none;
}

#footer {
	display: block;
	width: 100%;
	padding: 5px;
	font-size: 11px;
	clear: both;
	text-align: center;
	
}
.footer-link {
	padding-left: 3px;
}

#content {
	padding-left: 20px;
	padding-right: 20px;
}
.home .section-image {
/*	margin-top: 80px;
*/

}
.section-image {
	clear: both;
	border: solid 3px #9D2A1E;
}
h1.title {
	color: #3A5873;
}

#main-text {
	padding-top: 15px;
	padding-bottom: 20px;
	margin-top: 15px;
	clear: both;
	text-align: left;
}
div#home-image {
	float: left;
	width: 392px;
}
div#home-image .section-image-caption {
	margin-left:0px;
	padding: 3px;
	color: white;
	float: left;
	border: solid 1px #9D2A1E;
	clear: both;
	display: block;
	width: 384px;
}
table.timeline-item {
	width: 100%;
	color: white;
	
}
.timeline td.classification {
	width: 120px;
	text-align: right;
	padding-right: 20px;
	text-transform: uppercase;
	display: block;
}
.no-class {
	color: black;
	visibility: hidden;
}
.publication {
	color: green;
}
.on {
	color: orange;
}
.event {
	color: red;
}
.music {
	color: magenta;
}
.model {
	color: yellow;
}
.production {
	color: cyan;
}
.book, .books {
	color: #015aff;
}
.product, .products {
	color: brown;
}

.day {
	background: #990000;
	color: black;
	width: 50px;
	text-align: center;
	font-weight: bold;
}
.year {
	color:white;
}
.thumb {
	vertical-align: middle;
}
.timeline td.description {
	display: block;
	padding-left: 10px;
	vertical-align: middle;
}
.timeline {
	width: 100%;
	color: white;
	padding: 0px;
}
.timeline td {
	padding: 0px;
	vertical-align: top;
	padding-bottom: 5px;
	font-size: 12px;
}
.image-wrap.left {
	overflow:hidden;
	margin-right: 10px;
	margin-bottom: 10px; 
	float: left;
}
.image-wrap.right {
	overflow:hidden;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
.modelimage {
padding-bottom: 10px;
}

.textBlue { color: #5fccf5; }
