body {
	font-family: arial,sans-serif;
	background-color: #000;
	color: #fff;
}

a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.title {
	padding-right: 30px;
	font-size: 32px;
	border-bottom: 1px solid #000;
	height: 70px;
	text-align: right;
}

.subheading {
font-style: italic; font-size: 17px; padding-right: 40px;
}

.center {
	margin-left: 150px;
	margin-right: auto;
}

.preview {
	background-color: #000;
	text-align: center;
	padding: 5px;
}

.preview img {
	border: none;
}

.preview > p {
	font-size: 9pt;
	margin: 2px;
}

.preview a {
	text-decoration: none;
	border: none;
}

.preview a:hover {
    border: none;
}

#details > p {
}

#container {
	width: 800px;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
}

#sidebar {
	width: 155px;
	float: left;
	line-height: 130%;
	text-align: right;
	padding-right: 4px;
}

#main {
	width: 600px;
	margin-left:160px;
}

#viewer {
	height: 215px;
	overflow: hidden;

}

#viewer img {
	height:150px;
}
