@charset "UTF-8";
html, body {height: 100%;
margin: 0;
	padding: 0;
	border: 0;}
	
a:hover
{
	text-decoration:underline;
	
} 

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 100px;
	}  /* must be same height as the footer */


/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

;
[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]



	
.menbar 
{
	position:absolute;
	overflow:hidden;
	z-index: 200;
	height: 30px;
	width:100%;
	padding-top:200px;
  background: rgba(255,255,255,0.5);  /* 50% transparent */
}

.menutext
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:large;
	padding-left:30px;
	z-index:5;
	color: #000;
	font-style: italic;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: none;

	}
	
	
	
	



.hometext
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left:30px;
	padding-top:40px;
	width:600px;
	color: #000;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}
	
.text
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left:30px;
	padding-top:40px;
	width:750px;
	color: #000;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;

}


.homeimage
{ 
float:right;
padding-right:5%;
position:inherit;
vertical-align:middle;
}

.topphoto 
{ 
	background-image:url(images/site_01.png);
	height:120px;
	position: relative;
   	overflow:hidden;
	z-index:1;
	}

	#logo
	{
		position:absolute;
		top:0px;
    left:40%;
    height: 38px;
	width:280px;
	background: rgba(255,255,255,0.4);
	z-index:10;
	border-bottom-left-radius:90px;
	border-bottom-right-radius:90px; 	
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-bottomleft:15px;
	
	

}
#logotext
{font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:26px;
	padding-left:30px;
	z-index:30;
	font-style: italic;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: none;
	color: rgba(0,0,0,1);
	
	
	}


#menubar
	{
	position:absolute;
	overflow:hidden;
	z-index: 200;
	height: 30px;
	width:100%;
	top:92px;
	background: rgba(255,255,255,0.5);
	left: 0px;
	}
	
.footer {
	position: relative;
	overflow:hidden;
	z-index:10;
	background-image:url(images/site_03.png);
	background-position:bottom;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	text-align:center;
	clear:both;
	
	} 
	
.footer p{
bottom:0px;
position:absolute;
width:100%;

} 


	
.gallery

{
	padding:40px;
	margin:40px;



	float:left;
	overflow:!important hidden;


	}
