html, body {
	background: white;
	padding: 0;
	margin: 0;
	width: 1000px;
	font-size: 14px;
}
.error {
	color: red;
}
.furnish_head {
	list-style: none;
}
a{
	color: #31306B;
}
a:visited {
	color: #ADBBFF;
}

td {
	padding: 2px 5px 2px 5px;
}

td.heading {
	font-weight: 500;
	text-align: right;
}
td.data {
	padding: 2px 5px 2px 10px;
	text-align: right;
}
#banner1 {
	height: 20px;
	background: black;
	float: left;
	width: 1000px;
}
#header1 {
	background: olive;
	color: white;
	float: left;
	height: 175px;
	width: 200px;
	text-align: center;
	font-style: italic;
	overflow: none;
}
#header1 h1 {
	margin-top: 50px;
}
#header2 {
	background: url('/images/header.jpg') no-repeat;
	float: left;
	width: 800px;
	height: 175px;
}
#linksPanel {
	background: black;
	float: left;
	width: 1000px;
	height: 20px;
	color: white;
	font-size: 15px;
	text-align: center;
}
#linksPanel ul {
	list-style: none;
	margin-top: 3px;
	margin-left: 0px;
	padding-left: 0px;
}
#linksPanel ul li {
	float: left;
	margin: 0px 5px 0px 5px;
}
#linksPanel ul li a {
	color: white;
	text-decoration: none;
}
#linksPanel ul li a:hover {
	color: white;
	border-bottom: 1px white dotted;
}
#linksPanel ul li a:visited {
	color: white;
	text-decoration: none;
}
#right{
	background: white;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 960px;
	padding: 20px 0px 0px 20px;
}
#right img {
	float: right;
	margin: 10px;
	border: 15px solid black;
}

#site_pics img {
	border: none;
}
#site_pics a {
	border: none;
	text-decoration: none;
}
#site_pics a:hover {
	border: none;
	text-decoration: none;
}
#site_pics a:visited {
	border: none;
	text-decoration: none;
}

#album_links {
	text-align: center;
}
#aboutPanel {
	background: #FFFFFF;
	padding-right: 5px;
	text-align: justify;
}

#infoPanel {
	background: #FFFFFF;
}

#address {
	padding-left: 25px;
}

#contact {
	padding-left: 25px;
}
#album_links {
	clear: both;
	width: 1000px;
}

#footer {
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	width: 1000px;
	background: black;
	color: white;
	font: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: center;
}