h1, h2, h3, h4, h5 {
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}
h1 {
	color: white;
	margin: 0;
	font-weight: bold;
	font-size: 2pt;
}
h2 {
	font-size: 15pt;
}
#container {
	max-width: 800px;
	text-align: justify;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	border: 1px solid #F4F1EA;
	color: #000000;
	
  }
#header {
	background-image: url(assets/header.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 100px;
}
#navbar {
	max-width: 800px;
	text-align: justify;
}
	
#navlist ul {	
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	
}
#navlist li {
	list-style-type: none;
	display: inline;
	font-size: large;
	font-weight: bold
	margin: 0px;
	padding: 0px;
	width: 14%;
}
#navlist a { 
	padding: 5px 5px;
	
}

#navlist a:link
{
	color:#0066cc;
	background-color: #ffffff;
	text-decoration: underline;
}
#navlist .here {
	color: #78140d;
	text-decoration: none;
}
#navlist a:hover
{
	color: #0066cc;
	background-color: #ffffff;
	text-decoration: underline;
}
#list {
	text-align: left;
	max-width: 400;
	color: #000000;
}
#mainimages {
	width: 800px
	padding: 5px;
	height: 434px;
}
#thumbs {
		color: #78140d;
		font-size: small; 
		text-align: justify;
}
#thumbs h3 {
		text-align: left;
}
#thumbs ul {
		list-style-type: none;
		
}
#thumbs li {
		
		margin-top: 4px;	
			
}
#images {
    width: 650px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    padding: 0px;
}
#contact {
	text-align: left;
}
#table {
	table-layout: automatic;
	font-family: verdana;
	font-size: small;
	width: 800px;
	text-align: center;
	color: #000000;
}
#table td {
	text-align: center;
}
#table th {
	color: #ffffff;
	background-color: #008080;
}
#table .weekdays {
	background-color: #eeeeee;
}
#fieldset td {
	text-align: left;
}
#fieldset {
	width: 100%;
}
#fieldset .field1 {
	width: 33%;
	position: top left;
}
#fieldset .field2 {
	width: 33%;
	background-position: top middle;
	}
#fieldset .field3 {
	width: 33%;
	position: top right;
}
#footer {
	max-width: 800px;
	text-align: center;
	font-size: small;
	color: #78140d;
	position: relative;
	clear: both;
	background-position: bottom;
	background-image: url(assets/footer.png);
}

div#popup {
background:#EFEFEF;
border:1px solid #999999;
margin:0px;
padding:7px;
width:270px;
}


#table2 {
	table-layout: automatic;
	font-family: verdana;
	font-size: small;
	width: 800px;
	height: 390px;
	text-align: center;
	color: #000000;
	overflow: auto;
}
#table2 td {
	text-align: center;
}
#table2 th {
	color: #ffffff;
	background-color: #008080;
}
#table2 .weekdays {
	background-color: #eeeeee;
}