body {
	background: url(images/nature007.jpg); 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1.0em;
}

#container {
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 800px;
	height: 100%;
	border: 1px;
	border-style: solid;
}

#header {
	height: 150px;
	width: 100%;
	border: 1px;
	background: url(images/header.png) no-repeat top left; 
}

#header  h1 span {
	display:none;
}

#menu {
	width: 100%;
	height: 20px;
	background-color: #ede7d9;
	color: #546556;
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu a {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}
#menu a:hover {
	text-decoration: underline;
}
#menu p {
	display:inline;
	margin: 12px;
}

#main {
	width: 780px;
	height: 100%;
	/*background: url(images/leaf01.png) no-repeat top left !important;
	background: url(images/leaf01.jpg) no-repeat top left;*/
	/*background-color: #ffffff;*/
	color:#000000;
	padding: 25px 10px 10px 10px;
	
}

#main img {
	border: 1px solid black;
}
#main .noborder img {
	border: 0;
}

#main .gabo img {
	border: 0px;
}

#footer { 
	padding: 0px 10px 1px 10px;
	text-align:center;
	font-size: 0.8em;
	clear: both;
	border-top: 1px solid black;
}
#footer a {
	color: #44754B;
	text-decoration: none;
	
}
table {
	border-collapse: collapse;
	border-spacing: 0px 0px;
	margin-left: auto;
    margin-right: auto;
	width: 700px;
}table td {
	border: 1px solid #c7be9a;
	border-spacing: 0px 0px;
	text-align: left;
}table th {
	color: #c7be9a;
	text-align: left;
}

#main a { color:#000000; text-decoration: none; }
#main a:hover { color:#c7be9a; text-decoration: underline;}

#main .cat table { width: 500px; }
#main .cat table th { text-align: center; }


h1, h2, h3 {
	color: #c7be9a;
	text-align: center;
}

.date {
	font-style: italic;
	color: #c7be9a;
}
.gallery { text-align: center; }
.gallery img{
	display: block;
	margin-left: auto;
    margin-right: auto;
	border: 1px solid black;
}

.cats { text-align: center; }
.cats table {width: 700px;}

.menuitems p { display:inline; margin: 10px;}

.menuitems { text-align: center; }

.em {
	font-weight: bold;
	color: #c7be9a;
}

.info {
	width: 400px; 
	margin-left: auto;
    margin-right: auto;
}

table td .cent { 
	text-align: center;
}

