#content
{
	text-align:center;
}

#content h1
{
	font-family:arial;
	font-size:11px;
	margin:0px;
	padding:0px;
	display:inline;
	font-weight:bold;
	color:#ffffff;
	background-color:#000000;
	position:relative;
	top:17px;
}

.linksbar
{
	font-family:arial;
	background-color:#000000;
	color:#ffffff;
	border-style:solid;
	border-color: #000000;
	border-width:3px 3px 3px 8px;
	margin:0px 15px 5px 15px;
	text-align:right;
	overflow:hidden;
}

a.backlink
{
	float:left;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

a.backlink:hover
{
	text-decoration:underline;
}

#imagetextcontainer
{
	margin:0px 0px 15px 14px;
	font-size:10px;
	font-family:arial;
	line-height:11px;
	text-align:left;
}

#bigimagelink
{
	font-size:11px;
	float:right;
	text-decoration:none;
	color:#0ae;
	font-weight:bold;
	font-family:arial;
	margin:3px 14px 0px 20px;
	display: inline;
}

#bigimagelink:hover
{
	text-decoration:underline;
}

#imagegroup
{
	clear:both;
	margin: 0px 0px 0px 39px;
}

div.imagerow
{
	overflow: hidden;
	margin-top: 6px;
}

#imagegroup img
{
	width: 128px;
	margin-left: 6px;
	float:left; /* without this, a 2px space is automatically added. very annoying. */
}

