body {
	background: url(images/DSC_4164.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1.0em;
}

#container {
	margin: 0 auto;
	
	width: 900px;
	height: 100%;
	
}

#header {
	height: 250px;
	width: 100%;
	/*background: url(images/header.png) no-repeat top right; */
}

#header  h1 span {
	display:none;
}

#menu {
	width: 100%;
	height: 20px;
	color: #546556;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu a {
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#menu a:hover {
	color: #beefff;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu li {
	display:inline;
	margin: 12px;
}

#main {
	width: 876px;
	height: 100%;
	background-color: #FFFFFF;
	color:#000000;
	padding: 25px 10px 10px 10px;
	border: 2px solid #1c506a;
}

#main2 {
	background-image:url(images/DSC_6267.JPG);
	background-repeat:no-repeat;
	background-position: bottom center;
	width: 550px;
	height: 100%;
	color: white;
	padding: 25px 10px 10px 10px;
	margin: 0 auto;
	font-style: italic;
}

#main2 .text {
	width: 300px;
}
#main img {
	border: 1px solid black;
	display: block;
	margin: 0 auto;
}
#main .noborder img {
	border: 0;
	display: inline;
}

#main .gabo img {
	border: 0px;
}

#footer { 
	padding: 0px 10px 1px 10px;
	text-align:center;
	font-size: 0.8em;
	clear: both;
	color: white;
}
#footer a {
	color: #44754B;
	text-decoration: none;
	
}
table {
	/*border-collapse: collapse;
	border-spacing: 0px 0px;*/
	margin: 0 auto;
	width: 700px;
	
}table td {
	border: 1px solid #1c506a;
	vertical-align: top;
	/*border-spacing: 0px 0px;*/
	text-align: left;
}table th {
	text-align: left;
}

#main a { color:#1c506a;; text-decoration: underline; }
#main a:hover { color:black; text-decoration: underline;}

#main .cat table { width: 500px; }
#main .cat table th { text-align: center; }


h1, h2, h3, .date, th, .em {
	color: #1c506a;
}
h1, h2, h3 {
	text-align: center;
}

.date {
	font-style: italic;
}
.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;
}

.info {
	width: 400px; 
	margin: 0 auto;
}

table td .cent { 
	text-align: center;
}

.note {
	font-style: italic;
	font-size: 0.7em;
}

.gabo {
	width: 705px;
	margin: 0 auto;
}
.gabo img {
	display: inline;
	border: 0;
}

