/* Css originally by mejobloggs  Design by Aran @ stuio7designs.com  Please email me if you use this, as I would love to see how it is being used, also you can join my linkshare to help you with your google ranking */

/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}


#body {
	font-family: times new roman, tahoma;
	font-size: 150%;
	color: Black
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 50px 0px 0px 50px;
	text-align: Left;
}
#wrapper-menu-top {
	position: sticky;
  top: 0;
  overflow: hidden;
}
 

#wrapper-content {
	background: white:
} 


* html #wrapper-content { height: 1%; }

#content {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	padding: 5px 45px 5px 40px;
	line-height: 140%;
	font-family:"Times New Roman","Times New Roman",arial,sans-serif;
	font-size: 140%;
}

#wrapper-menu-page {
	float: right;
	width:180px;
	text-align: center;
	font-family:"Times New Roman","Times New Roman",arial,sans-serif;
	
}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 110%;
	color: black;
	line-height: 140%;
}

#menu-page h1 {
	font-size: 150%;
	color: #FFD700;
        background: transparent url('images/menu.png') no-repeat;
	margin: 1em 0 0.3em 0;
	font-weight: normal;
	letter-spacing: 0.15em;
}
#menu-page h2 {
	font-size: 150%;
	color: #FFD700;
        background: transparent ;
	margin: 1em 0 0.3em 0;
	font-weight: normal;
	letter-spacing: 0.15em;
}


#menu-page a:link, #menu-page a:visited { color: black; }
#menu-page a:hover { color: #5b8fbe; }

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px;
	background-color: #FFD700;
	border: 1px solid #FFD700;
	border-bottom: 0;
	clear: both;
	text-align: center;
}

h2 { font-size: 100%; }
h3 { font-size: 100%;
	color: gold;
	font weight: normal;
 }

a:link, a:visited { color: #FFD700; text-decoration: none; }
a:hover{ color: ##FFD700; text-decoration: none; }



#navbar {
  position: sticky;
  top: 0;
  overflow: hidden;
  background-color: #333;
}


#navbar a {
  float: left;
  display: block;
  color: gold;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #04AA6D;
  color: gold;
}


.gallery {
  display: flex;
  flex-wrap: nonwrap;
  gap: 2px;
}

.gallery figure {
  width: 300px;
  text-align: center;
}

.gallery img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
}



footer {
  background-color: gold;
  color: black;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}



