body {
	background-color: #FFF;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	background-image: url('/graphics/content-image.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
body#clock {
	background-image: url('/graphics/content-clock.jpg');
}
body#greenwich {
	background-image: url('/graphics/content-greenwich.jpg');
}
body#vienna {
	background-image: url('/graphics/content-vienna.jpg');
}
a:link, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body .bodycontent a:visited {
	color: #666666;
	text-decoration: underline;
}
body .bodycontent a:link {
	color: #336666;
	text-decoration: underline;
}
body .bodycontent a:active {
	color: #336666;
	text-decoration: none;
}
.rightcolumn {
	width: 600px;
	float: left;
	border-left: solid 1px #666666;
	padding-top: 20px;
}
.banner {
	font-size: 64px;
	width: 500px;
	text-transform: uppercase;
	padding-left: 6px;
}
.banner img {
	margin-top: 24px;
	margin-bottom: 20px;
}
.leftcolumn {
	float: left;
	width: 188px;
	_width: 200px;
	padding-top: 165px;
	padding-left: 6px;
	padding-right: 6px;
}
.leftcolumn .nav {
	text-transform: uppercase;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
.leftcolumn .archive {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
.leftcolumn .nav li {
	padding-bottom: 6px;
	font-size: 1.2em;
}
.bodycontent {
	padding: 6px;
	padding-top: 0px;
	font-size: 1em;
	color: #000000;
	min-height: 400px;
}
.bodycontent p {
	padding: 0px;
	text-indent: 12px;
	margin-top: 0px;
	margin-bottom: 12px;
}
.bodycontent p.play {
	text-indent: 0px;
	margin-bottom: 24px;
}
p.publishdetail, p.reviewdetail {
	font-size: 0.9em;
	text-indent: 0px;
	margin-top: 12px;
	margin-bottom: 24px;
}
.copyright, .privacy, .contactLink, .contactPrint {
	font-size: 0.8em;
	margin-top: 12px;
	padding: 6px;
}
.contactPrint {
	display: none;
}
.contactLink, .contactPrint {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.bodycontent p.copyright, .bodycontent p.privacy {
	text-indent: 0px;
}
.bodycontent img.coverimage {
	float: right;
	margin-left: 6px;
}
.bodycontent .return {
	font-style: italic;
}
.bodycontent .small {
	font-size: 0.8em;
}
.bodycontent table p {
	text-indent: 0px;
	font-size: 0.8em;
}
h2 {
	margin: 0px;
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 6px;
	padding-top: 6px;
	text-transform: uppercase;
	color: #336666;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #336666;
}
.bodycontent table td, .bodycontent table, .bodycontent table th {
	border: 1px solid #666666;
	border-collapse: collapse;
}
.bodycontent table td {
	text-align: left;
	vertical-align: top;
}
.bodycontent table caption {
	font-weight: bold;
	text-align: left;
}
.bodycontent table th {
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
}
.bodycontent .extras {
	font-weight: bold;
}
.bodycontent .extras:before {
	content: url('http://www.minim-media.com/graphics/arrow_y.gif');
	padding-right: 2px;
}
.cv p {
	text-indent: 0px;
}
.cv h3 {
	margin-bottom: 6px;
}
.cv h4 {
	font-weight: bold;
	margin-bottom: 6px;
}

/* styles after DOM changes*/
body#clock h2, body#clock h3 {
	color: #cc3333;
}
body#clock a:link {
	color: #cc3333;
	text-decoration: underline;
}
body#clock a:active {
	color: #cc3333;
	text-decoration: none;
}
body#vienna h2, body#vienna h3 {
	color: #993333;
}
body#vienna a:link {
	color: #993333;
	text-decoration: underline;
}
body#vienna a:active {
	color: #993333;
	text-decoration: none;
}
body#greenwich h2, body#greenwich h3 {
	color: #663300;
}
body#greenwich a:link {
	color: #663300;
	text-decoration: underline;
}
body#greenwich a:active {
	color: #663300;
	text-decoration: none;
}
.bodycontent form #message {
	width: 400px;
	height: 200px;
}
.bodycontent label {
	width: 15em;
	float: left;
}
.bodycontent form p {
	clear: both;
	text-indent: 0px;
}
.bodycontent .highlight {
	background-color: #ffff99;
	border: 1px solid #999999;
	padding-top: 4px;
	padding-bottom: 4px;
}
.bodycontent .error {
	background-color: #ffff99;
	border: 1px solid #999999;
	padding-top: 4px;
	padding-bottom: 4px;
}