@charset "utf-8";
body {
	background: #777788;
	font-family: sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 10pt;
	padding: 0px;
	}
		 
#container {
	background: #404044;
	width: 80%;
	min-width: 600px;
 /* margin-right: auto;
  margin-left: auto; */
	margin: 10px auto;
	text-align: center;
	border: solid 3px darkred;
	border-top: none;
	}

#title {
	background: darkred;
	color: white;
	font-size: 14pt;
	float: left;
	padding: 10px 10px;
	margin-right: 5px;
	}

/*#title > a {
	color: white;
	text-decoration: none;
	}*/
	
#navbuttons {
	background: darkred;
	color: white;
	font-size: 14pt;
	text-align: right;
	padding: 10px 10px;
	}
	
#albumdescription {
	color: white;
	padding: 10px 20%;
	}

a {
	color: lightblue;
	}

a:visited {
	color: plum;
	}
	
.nav_enabled {
	color: white;
	text-decoration: none;
	}

a.nav_enabled:hover {
	background: darkred;
	color: #777788;
	text-decoration: underline;
	}
	
a.nav_enabled:visited {
	color: white;
	}
	
.nav_disabled {
	color: darkred;
	text-decoration: none;
	}

.albumlink {
	font-size: large;
	margin: 20px;
	}

.albumlink a {
	color: white;
	text-decoration: none;
	}
	
.albumlink a:visited {
	color: white;
	text-decoration: none;
	}
	
.albumlink a:hover{
	color: #777788;
	text-decoration: underline;
	}
	
#thumbsarea {
/*	background: #555577;
	border-right: solid 10px black;
	border-bottom: solid 10px black;*/
	padding: 10px;
	}
	
span.thumbnail {
	width: 200px;
	margin: auto;
	border: 3px solid green;
}

img.thumbnail {
	border: 3px solid red;
}
