/*
      Wheathampstead Photo Archive
	  
*/

* { 
	padding: 0;
	margin: 0;
}
html { 
	padding: 0;
	margin: 0;
	height: 100% !important;
	min-height: 100%;
}
#wrapper {
	height: 100%;
	min-height: 100%;
	width: 700px;
	margin: 0px auto -100px auto;
	clear: both;
	color: #D2D8C1;
}
#header {
	color: #666666;
	width: 700px;
	float: left;
	height: 300px;
	margin: 0px;
	clear: left;
	padding: 0px;
	background-color: #D2D8C1;
	text-align: left;
	background-image: url(../Assets/header-01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#leftcolumn {
	margin: 0px;
	padding: 0px 0px 10px;
	height: auto;
	width: 560px;
	float: left;
	background-color: #FFFFFF;
	color: #666666;
	z-index: 3;
}
#rightcolumn {
	padding: 42pt 10px 10px;
	height: auto;
	width: 118px;
	float: left;
	top: 0px;
	position: relative;
	margin: 0px;
	font-family: Georgia, "Lucida Bright", serif;
	color: #333333;
	font-size: 8pt;
	line-height: 14pt;
}
#footer {
	width: 680px;
	clear: both;
	margin: 0px;
	padding: 10px 10px 20px;
	height: auto;
	background-color: #A5B583;
}
#footer .white {
	color: #FFFFFF;
	line-height: 1.5em;
}

.spacer {
	clear: both;
	padding: 0px 
	margin: 0px;
	background-color: #A5B583;
	margin: 0px;
	padding: 0px;
	height: 10px;
}
.thumbnail {
	float: left;
	margin-right: 0px;
	font-size: 8pt;
	padding-bottom: 10px;
	padding-left: 24px;
	color: #666666;
	font-family: Georgia, "Lucida Bright", serif;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
body {
	background-color: #E5DDDB;
	background-image: url(../assets/bkgrd.png);
	background-repeat: no-repeat;
	background-position: center top;
}
p {
	font-family: Georgia, "Lucida Bright", serif;
	font-size: 8pt;
	padding: 0px 40px 14pt 24px;
	line-height: 14pt;
	color: #666666;
}
h1 {
	font-family: Georgia, "Lucida Bright", serif;
	font-size: 14pt;
	color: #A5B583;
	font-weight: normal;
	line-height: 14pt;
	padding-left: 24px;
	padding-bottom: 14pt;
}
em {
	font-style: italic;
}

li {
	font-family: Georgia, "Lucida Bright", serif;
	display: block;
	float: left;
	list-style-type: none;
}
blockquote {
	text-indent: -2px;
	margin: 0px;
	padding: 0px;
}
li a:link {
	display: block;
	float: left;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin: 0px;
	background-color: #A5B583;
	white-space: nowrap;
	color: #FFFFFF;
	width: 70px;
	font-size: 8pt;
}
li a:visited {
	display: block;
	float: left;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin: 0px;
	background-color: #A5B583;
	white-space: nowrap;
	color: #FFFFFF;
	width: 70px;
	font-size: 8pt;
}
li a:hover {
	display: block;
	float: left;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #000000;
	text-align: center;
	white-space: nowrap;
	width: 70px;
	font-size: 8pt;
}
li a:active {
	display: block;
	float: left;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin: 0px;
	background-color: #A5B583;
	white-space: nowrap;
	color: #FFFFFF;
	width: 70px;
	font-size: 8pt;
}
.selected {
	display: block;
	float: left;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #000000;
	text-align: center;
	white-space: nowrap;
	width: 70px;
	margin: 0px;
	font-size: 8pt;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.white a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.white a:hover {
	color: #000000;
}
.white a:active {
	text-decoration: none;
	color: #FFFFFF;
}

