 #navlist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
border: thin white dashed;
padding-top: 5px;
padding-bottom: 5px;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
display: inline;
}

#navlist li a
{
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #AAB;
background: #1c5824;
text-decoration: none;
}

#navlist li a:link { color: #90d599; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
border-color: #3c523a;
color: #FFF;
background: #332;
}


#header {
	border: thin white dashed;
	text-align: right;
	
	}

#header a:link { color: #3c523a; }
#header a:visited { color: #3c523a; }

body {
	background-color: #3c523a;
	font-family: serif;
	font: 14px;
	color: white;
	text-align: center;
	}

h1 {
	font-family: sans-serif;
	font: bold 16px;
	color: white;
	text-align: center;
	}

a:link { color: #7b9be5; }
a:visited { color: #d28ec9; }
a:hover { color: yellow; }

#gallery_table {
	text-align: center;
	

	}

#gallery_table table {border-style: dashed; }
#gallery_table a:link { color: #3c523a; }
#gallery_table a:visited { color: #3c523a; }

#shop_table table {border-style: dashed; }
#shop_table a:link { color: #3c523a; }
#shop_table a:visited { color: #3c523a; }

#footer {
	position: relative; 
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	border: thin white dashed; 
	text-align: center;
	}

