html, body {
	margin: 0;
	padding: 0;

}
a{ 	
	text-decoration: none;
	outline: none;
}
a:hover{
	outline: none;
}
:focus{
	-moz-outline-style: none;
}

div.startpagenavi {
	position: absolute;
	left: 0px;
	top: 354px;
	padding: 0 0 0 0;
	width: 100%;
}
div.startpagenavi a{
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -1000em;
	margin: 0 0 2px 337px;
	height: 12px;
}
div.startpagenavi a:hover{
	background-repeat: no-repeat;
	background-position: 6px top;
}
div.pagenavi {
	position: absolute;
	left: 0px;
	top: 186px;
	padding: 0 0 0 0;
	width: 100%;
}
div.pagenavi a{
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -1000em;
	margin: 0 0 2px 275px;
	height: 12px;
}
div.pagenavi a:hover{
	background-repeat: no-repeat;
	background-position: 6px top;
}
div.dates {
	position: absolute;
	left: 884px;
	top: 271px;
	padding: 0 0 11px 10px;
	margin: 0 0 0 10px;
	width: 120px;
	z-index: 10;
	border-left: 1px dotted white;
	font-family: "Verdana", Verdana, Arial, sans-serif;
	font-size: 12px;
}
div.dates b{
	text-decoration: underline;
	font-weight: normal;
}


div.contentdiv{
	width: 860px;
	margin-top: 186px;
}

div.contentimg{
	padding: 0 0 0 0;
	width: 	282px;
	float: left;
}
div.contenttext{
	padding: 85px 0 45px 0;
	float: right;
	width: 570px;
	font-family: "Verdana", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;	
}
div.contenttext h1{
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 15px 0;
	font-weight: bold;
}
div.contenttext ul {
	list-style: none;
	margin: 0 100px 0 0;
	padding: 10px 0px;
}
div.contenttext ul li {
	margin: 0;
	padding: 5px 15px;
}
a{
	text-decoration: none;
	color: black;
}
a:hover{
	color: white;
}

/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	width: 207px;
	height: 295px;
	margin: 0 0 0 47px;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/

