
body {
	font-size: 90%;
	font-family: Verdana, sans-serif;
}

a, a:visited {
	color: #881817;
}
	
a:visited {
	color: #660706;
}	

h2{
	padding: .5em 0px .5em 0px;
	border-bottom: 2px solid #881817;
	text-transform: lowercase;
	text-align: center;
	color: #881817;
}

h3 {
	border-bottom: 1px solid #25B; 
	color: #039;
	text-align: right;
}

#container {
	width: 90%;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	border: 1px solid gray;
	line-height: 130%;
}

#top {
	padding: .5em;
	background-color: #ddd;
	border-bottom: 1px solid gray;
	font-family:  Georgia, sans-serif, Verdana;
	letter-spacing: 1em;
	text-align: center;
}

/* navigatie  */
#leftnav {
	float: left;
	width: 140px;
	padding-bottom: .5em;
	
}

#leftnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#leftnav li { 
	margin: 0px;
	padding: 0px 0px 3px 0px;
}

#leftnav a {
	display: block;
	padding: 5px 10px;	
	color: #000;
	background-color: #ddd;
	text-decoration: none;
	border-left: 5px solid #444;
	border-bottom: 5px solid #bbb;
}

#leftnav a:hover {
	color: #039;
	background-color: #eee;
	text-decoration: none;
	border-bottom: 5px solid #d70;
	border-left: 5px solid #f90;
}

/* sponsors */
#rightnav {
	float: right;
	width: 140px;
	padding-bottom: .5em ;
	padding-right: .5em;
}


#content {

	margin-left: 170px;
	margin-right: 200px;
	margin-top: 0;
	padding-top: 0;	
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#footer{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	background-color: #ddd;
	margin-top: 50px;
	border-top: 1px solid gray;
}

#siteinfo {
	color: #bbb;
	text-align:center;
}

#siteinfo  a, #siteinfo a:hover,#siteinfo a:visited{
	color: #aaa;
	text-decoration: none;
}



.searchform {
	text-align: right;

	padding: 5px;	

	color: #000;
	background-color: #ddd;

	border-left: 5px solid #444;
	border-bottom: 5px solid #ddd;
}

.searchform input {
	margin-bottom: 5;
}

.itembody {
	font-family:  Georgia, sans-serif, Verdana;
	margin-bottom:  1em;
}

.iteminfo {

	font-family: " Times New Roman";
}

.commentbody {
	font-style: italic;
}

h3.comment {
	margin: 0px;
}


h6.comment {
	text-align: right;
	font-size: 70%;
	padding:0;
	margin:-5;
	padding-right: 5px;
	color: #039;
}

/* specific styles for items that do not return on every page */

.sponsor {
	border: 1px dotted #000;
	font-size: 60%;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}

.sponsor h4{
	font-weight: bolder;	
	font-size: 150%;
	margin-top: 0;
	margin-bottom: 0;
}

/* specific stuff for the image gallery */

#NPG_gallery {
margin-top: 5px;
margin-bottom: 5px;
padding-left: 0px;
padding-right: 0px;
position:relative;
}

ul.thumbnail {list-style: none;}

ul.thumbnail li {
float: left;
width: 115px;
height: 140px;
padding: 10px;
margin: 10px;
text-align: center;
background: rgb(225,225,225);
}

#NPG_thumbnail {
margin-top: 5px;
margin-bottom: 5px;
padding-left: 0px;
padding-right: 0px;
position:relative;
}

#NPG_footer {
clear:both;
}

#NPG_picture {
text-align:center;
}
img {
border-style: none;
border: 0px;
}

