
html {
	height: 100%;
	}


body {
	background-color: #333333;
	text-align: center; 
	margin: 0 auto;
	height: 100%;

}


//*border: white 1px solid; *//



a {
    text-decoration: none;
	color: black;
}

a:HOVER {
    text-decoration:underline;
	color: black;
}

a:ACTIVE {
    text-decoration: none;
	color: black;
	
}


a:VISITED {
    text-decoration: none;
	color: black;
}


/*img { border: none; padding: 0px; } */

#container {
	border: black 1px solid;
	background-color: white;
	width:900px;
	min-height: 100%;
    height: auto;
	position: relative;
	top:0;
	left: 0;
	margin: 0px auto;
	padding: 0px;
	
}

#banner {
    background-color: black;
	background-image: url(images/banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 900px;
	height: 181px;
	padding: 0px;
	margin: 0px auto;
}


#date {
	color: black;
	font-family: Verdana; 
	font-size: 14;
	font-weight: bold;
	width: 250px;
	height: 50px;
	padding: 0px;
	text-align: center;
	margin:0 auto;
	position: absolute;
	top:10;
	right:0;
	
}

#menu {
	width: 525px;
	height: 44px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top:125;
	right: 0;
}

#main {
	
	background-image: url(images/main_bgd.jpg);
	background-repeat: repeat-x;
	text-align: left;
	text-decoration: Verdana;
	width: 900;
	height: auto;
	padding-top: 20;
	padding-bottom: 50;
	padding-left: 0;
	padding-right: 0;
	margin: 0px auto;
	position: relative;
	top: 0;
	
}


#footer {
	font-family: Verdana;
	font-size: 10;
	size: 10;
	text-align: center;
	color: 666666;
	width: 900px;
	height:	50px;
	padding: 0x;
	padding-bottom: 10;
	margin: 0px auto;
	left: 0px;
	bottom: 0px;
	position: absolute;
	
}

.footer {
	text-align: center;
}

.contact {
	text-decoration: Verdana;
	font-size: 18;
	color: #5e4302;
	
		
}

h3 {
	text-decoration: Verdana;
	font-size: 25;
	color: #5e4302;

}

 /*CSS for enlarged image*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
color: black;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #666666;
padding: 3px;
left: -1000px;
border: 2px solid black;
visibility: hidden;
color: white;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
