body {
	background: url(images/bluebackground.jpg); 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1.0em;
	height: 100%;
}

#container {
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 800px;
	height: 100%;
	border: 1px;
	border-style: solid;
	
}

#header {
	height: 200px;
	width: 100%;
	border: 1px;
	background: url(images/logo.jpg) no-repeat top left; 
	border-bottom: 1px solid black;
}

#menu {
	float: left;
	height: 100%;
	width: 125px;
	background-color: #FFFFFF;
	font-weight: bold;
	
	padding: 0px;
	padding-top: 0px;
	font-size: 0.8em;
}
#menu a {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}
#menu a:hover { text-decoration: underline; }

#main {
	border-left: 1px solid black;
	margin-left: 135px;
	padding-top: 50px;
	padding-left: 25px;
	padding-right: 25px;
}

/*#main img { border: 1px solid black; }*/
#main a { color:#000000; text-decoration: none; }
#main a:hover { color:#546556; text-decoration: underline;}
#main table {
	width: 600px;
	margin-left: auto;
    margin-right: auto;
	empty-cells: hide;
}
#main td { border: 1px solid #999999; }
#main th { text-align: center; }

#footer { 
	background-color: #9999CC;
	padding: 0px 10px 1px 10px;
	text-align:center;
	font-size: 0.8em;
	clear: both;
	border-top: 1px solid black;
}


h1,h2,h3 {
	color: #000000;
	text-align: center;
}

.date {
	font-style: italic;
	color: #949D84;
}
.gallery { text-align: center; }
.gallery img{
	display: block;
	margin-left: auto;
    margin-right: auto;
	border: 1px solid black;
}