@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #BD7B0B;
	background-image: url(topbackground.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}
#container {
	width: 1000px;
	margin: auto;
}
#topad {
	width: 400px;
	margin: auto;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
}
#logo {
	height: 150px;
	width: 600px;
	float: left;
	margin: auto;
}
#content {
	margin: auto;
	float: left;
	width: 1000px;
	background-color: #7D5004;
	border: 2px groove #764E03;
}
#navigation {
	float: left;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#gallerylist {
	float: left;
	width: 800px;
}
#navigation li {
	background-color: #D78906;
	width: 180px;
	height: 20px;
	list-style-type: none;
	margin-bottom: 5px;
	border: 2px outset #B97900;
	padding-top: 2px;
}
#navigation  li:hover  {
	background-color: #F99E06;
	width: 180px;
	height: 20px;
	list-style-type: none;
	margin-bottom: 5px;
	border: 2px outset #B97900;
	padding-top: 2px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#navigation a {
	color: #201B20;
	text-align: center;
	margin: auto;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#copyright {
	margin: auto;
	width: 400px;
	text-align: center;
	font-size: 10px;
}
#gallerylist li {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: none;
	list-style-position: outside;
	border: 1px outset #A65300;
	margin-bottom: 4px;
}
#gallerylist a {
	font-size: 13px;
	color: #FFCC00;
}
#gallerylist ul {
	margin: 0px;
	padding: 0px;
}
