body {
	margin: 0 auto;
	padding: 0;
	/*font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #1a0020;
	color: #ccc;
	text-align: center;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

a, a:hover, a:active, a:visited {
	border:none;
}

img, img:hover {
	border:none;
	outline:none;
}

span.clr {
	display: block;
	clear: both;
}

#container {
	position: relative;
	/*z-index: 1000;*/
	width: 805px;
	padding-top: 50px;
	/*border-right: 1px solid #1c1c1c;*/
	background: #1a0020;
	margin: auto;
	text-align: left;
}

.title {
	width: 800px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c2b1c6;
}

.thumbnailContainer {
	width: 805px;
/*	min-height:100px; */
	border-top: 1px solid #c2b1c6;
	margin-top: 10px;
	display: none;
	overflow: hidden;
}

.thumbnailContainer b {
	font-size: 11px;
	font-weight: bold;
}


.thumbnailContainer .image-thumb {
	border: 1px solid #c2b1c6;
	width: 120px;
	height: 100px;
	padding: 14px ;
	margin: 5px;
	float: left;
	cursor: pointer;
}

.thumbnailContainer .publication-thumb {
	/*border: 1px solid #c2b1c6;*/
	width: 250px;
	height: 184px;
	padding: 14px ;
	padding-bottom: 120px;
	margin: 5px;
	float: left;
	cursor: pointer;
	text-align: center;
}

.publication-thumb:hover {
	/*border: 1px solid #ccc;*/
}

.publication-thumb img:hover {
	/*margin-top:1px;*/
}

#footer {
	width: 800px;
	border-top: 1px solid #c2b1c6;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 10px 0px;
	text-align: right;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.left {
	float: left;
	padding-right: 20px;
}

.right {
	float: right;
}

#images {
	display: none;
}
