body {
  font-family:     Verdana, Geneva, Arial, sans-serif;
  font-size:       small;
  background-color: lightgrey;
}

h1 {
  font-size:       200%;
  color:           #051122;
	text-align: center;
}
#main h2 {
  font-size:       130%;
  color:	   white;
  text-align: center;
  margin: 0px;
  margin-bottom: 10px;
  padding: 4px 0px 4px 0px;
  background-color: #051122;
	clear: right;
  
}


#header {
  background-color: #051122;
  margin:           10px;
  margin-bottom:     0px;
  height:           100px;
  border-bottom: 1px solid white;
 }

#header h1 {
	font-size: 400%;
	color:	white;
	margin-top: 10px;
	padding-left: 50px;
	padding-top: 15px; 
	text-align: left;
}	

#main {
	background-color: white;
	margin: 10px 10px 10px 210px;
	padding: 20px;
	border: 1px solid #051122;
}

#navigation {
	float: left;
	width: 170px;
	color: white;
	background-color: #051122;
	margin: 10px;
	margin-top: 0px;
	padding:10px;
}

#navigation h2 {
	font-size: 130%;
	color:	lightgrey;
}

#navigation ul {
	list-style-type: none
	margin: 10px;
	padding: 5px;
	padding-left: 15px;
}

#navigation li {
	list-style-type: none
}

#navigation ul ul li {
	list-style-type: disc;
}

#navigation a {text-decoration: none;}

#navigation a:link {color: lightpink;}
#navigation a:visited {color: navajowhite;}
#navigation a:hover {color: hotpink;}

#navigation h2 a:link {color: lightgrey;}
#navigation h2 a:visited {color: darkgrey;}
#navigation h2 a:hover {color: hotpink;}

.thumb {
	float: right;
	width: 170px;
	height: 170px;
	border: 1px solid #051122;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.mainthumb {
	width: 100px;
	height: 100px;
	border: 1px solid #051122;
	margin: 10px;
	text-align: center;
}

.listthumb {
	width: 100px;
	height: 100px;
	border: 1px solid #051122;
	margin: 10px;
	text-align: center;
}


img.widethumb {
	float: right;
	width: 250px;
	height: 150px;
	border: 1px solid #051122;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.full {
	width: 400px;
	height: 400px;
	border: 1px solid #051122;
	margin-bottom: 10px;
}

img.fullwide {
	width: 500px;
	height: 300px;
	border: 1px solid #051122;
	margin-bottom: 10px;
}

p.smallpage {
	float: right;
}

p.images {
	text-align: center;
}

img.images {
	width: 100px;
	height: 100px;
	border: 1px solid #051122;
	margin: 10px 10px 10px 10px;
}

#footer {
	clear: left;
	border: 1px solid #051122;
	text-align: center;
	background-color: white;
	margin: 10px 10px 10px 10px;
}