@charset "utf-8";
/* CSS Document */

/*all pages*/

#navigation {
	width: 800px;
	text-align:right;
	height: 20px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    color:#330000;
	font-size:13px;
}

#nav {
    list-style-type:none;
}
#nav li a {  
	float:right;
	text-decoration:none;
}
#prev a {
   font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
   color:#330000;
   font-size:17px;
}

#next a {
   font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
   color: #330000;
   font-size:17px;
}

#next a:hover {
    color:#663300;
}
#prev a:hover {
   	color:#663300;
}

/*nav wide*/

#navigationwide {
	width: 450px;
	text-align:right;
	height: 20px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    color:#330000;
	font-size:13px;
}

#navwide {
    list-style-type:none;
}
#navwide li a {  
	float:right;
	text-decoration:none;
}
#prevwide a {
   font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
   color:#330000;
   font-size:17px;
}

#nextwide a {
   font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
   color: #330000;
   font-size:17px;
}

#nextwide a:hover {
    color:#663300;
}
#prevwide a:hover {
   	color:#663300;
}

/*index page*/

#slideshowContainer {
    width: 100%;
	height: 585px;
}

.slideshow {
    height: 510px;
	margin-left: 37px;
	margin-top: 10px;
}
.slideshow img {
    border: 2px solid #330000;
}


/*about page*/

#slideshowContainerwide {
    width: 450px;
	height: 292px;
}

.slideshowwide {
    height: 300px;
	margin-top: 10px;
}
.slideshowwide img {
    border: 2px solid #330000;
}

</style>