
#albumlist {
    list-style-type: none;
}
#albumlist li {
     float: left;
	 margin-right: 6px;
	 margin-bottom: 10px;
	 font: bold 0.8em Arial, Helvetica, sans-serif;
	 color: #333333;
	 width:200px;
	 height:200px;
}
#albumlist img {
     float: left;
     display: block;
	 border: 1px solid #333300;
}


div#navigation {
	margin: 0px;
	width: 110px;
	background-color: #E0D064;
	float: left;
	height: 500px;
	position: absolute;
	left: 0px;
	top: 100px;
}
#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 13px;
}
#navigation a {
	background-color: #CCCCCC;
	height: 20px;
	width: 90px;
	display: block;
	text-decoration: none;
	margin: 0px;
}
.buttontext {
	margin: 0px;
	padding: 3px 5px;
	color: #FF0707
	
}
a.button {
	background-color: #CCCCCC;
	display: block;
	margin: 0px;
	border: 2px outset;
	width: 50px;
	font-size: 11.5px;
	text-decoration: none;
	text-align: center;
	padding: 1px;
}
#button {
	width: 160px;
	text-align: right;
}
#navigation a:link {
	color: #FFO7O7;
	background-color: #CCCCCC;
	border: outset;
}

#banner {
	position: absolute;
	height: 100px;
	width: 890px;
	left: 0px;
	top: 0px;
	background-color: #DDDDDD;
}

#contents {
	position: absolute;
	height: 440px;
	width: 750px;
	left: 110px;
	top: 95px;
	background-color: #FFFFFF;
	overflow: auto;
	padding: 20px;
}
img {
     float: right;
}
.first-letter {
     font-family: serif;
	 font-size: 400%;
	 float: left;
	 color: black;
	 margin-left:5px;
	 margin-top: -10px;
	 margin-right: 5px;
}
#banner .bannertitle {
	font-size: 2.5em;
	margin-top: 25px;
	margin-left: 40px;
	font-weight: bold;
	font: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin-top: 0px;
	margin-bottom: .8em;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0.3em;
}
th {
	text-align:left;
	font-weight:bold;
}
.numberCell {
	text-align:right;
}
.numberCell1 {
	background-color: #F5F5F5;
}
.numberCell2 {
	text-align:right;
	background-color: #F5F5F5;
}
div.AddressLines {
	margin-top: 0px;
	margin-bottom: 0.8em;
}
div.AddressLines p {
	margin-top: 0px;
	margin-bottom: 0px;
}
td, th {
	vertical-align:top;
}
div.SearchResults {
	width:720px;
	margin-top:0.8em;
	margin-bottom:0.8em;
	height:220px;
	padding:10px;
	background-color:#CCCCCC;
	overflow:auto;
}
table.SearchTable {
	table-layout:fixed;
	width:700px; 
	padding:0px; 
	border-collapse:collapse; 
	border:none;
}
form {
	margin:0px;
	padding:0px;
}h2 {
	font-size: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.required {
	color: #FF0000;
}
