
html, body {
	margin:0px;
	padding:0px;
}

body {   background-color: #FAFAFA;
         margin: 0;
         padding: 0;
}

table.space { border-collapse: collapse;
	          width: 779px;
	          height: 35px;
	          background-color: #FAFAFA;
}

table.main {
	border-collapse: collapse;
	width: 779px;
	height: 100%;
	background-color: white;
} 

.menu { 
    width: 100px;
	height: 100%;
	font-family: Georgia, serif;
	text-align: center;
    vertical-align: top;
	font-weight: 900;
	font-size: 1em;
	background-image: url(../images/cross.jpg);
	background-repeat: no-repeat;
    background-position: top; 
	border-right: 1px solid silver; 
}

.menunow { color: #669933;
}  

#nav ul { list-style: none; 
          margin: 0; 
          padding: 8px 0; 
}

#nav ul li { padding: 2px 2px 7px 2px;
}

#nav ul li a {	 color: #80C453 /* 7AB751 */;
 				 display: block;
                 text-decoration: none;
}

table.photogrid { width: 570px;
	              height: 100%;
				  border-collapse: collapse;
				  text-align: center;
} 

.heading {
color: #88A37A;
text-align: center;
font-family: Georgia, serif;
font-size: 1em;
margin: 0;
padding: 0;


}

.hide {	display: none;
}


.left { background-image: url(../images/bg-left.jpg);
	      width: 14px;
}
 
.right { background-image: url(../images/bg-right.jpg);
	        width: 15px;
}

.body {  font-family: Times, serif;
         font-size: 1.05em;
		 color: #4A4A4A;
         padding: 10px 50px 80px 20px;
		 text-align: justify;
} 

.footer {	background-color: #EAEBE9;
            height: 50px;
			width: 779px;
            border-top: 1px solid #D0CFCF;	
	 		background-image: url(../images/fo-bg.jpg);
	        background-repeat: repeat-x;
	        background-position: top center;
}
 
.footer p {  font-family: Times, serif;
             font-size: 1em;
		     color: gray;
	         text-align: center;
             padding: 30px 10px 20px 10px;
	 		 
}

.rightfloat { float: right;
}

.rightclear { clear: right;
} 

.letter { font-size: 1.05em;
          font-weight: bold;
}

.comment { color: #aaa /*CCC*/;
}

.center { text-align: center;
}
.news	{ clear: left;
}
.news p	{ text-indent: 25px;
}
.gallery {
	clear: left;
}
.gallery img {
	float: left;
	height: 50px;
	width: auto;
	margin: 3px;
	border: none;
}
.click	{ text-align: center;
	clear: left;
}		
