body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {	background: #eee; }

#header {
/*	background: #7bbdf6 url('images/chinamanhat.jpg') center no-repeat;*/
	background: #fff url('images/Lemongrass_Banner.jpg') center no-repeat;
	width: 75%;
	height: 73px;
	line-height: 73px;
	margin: 0 auto;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #37e063;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	background: #37e063
	width: 100%;}

#menu {
	width: 75%;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap; 
	padding-right: 2px;	
}

* html #menu { padding-right: 0; } 

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	background-color: #e3d356;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;

	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #bbb;
}

#menu a:hover {
	background: #b6e41c url('images/menu-hover.png') repeat-x;
	color: #485b06;
}

#content {
	width: 73%; 
	margin: 0 auto;
	padding: 3em 1% 20px 1%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: left;
}


* html #content { padding-top: 1.8em; }


#content ul {
	padding: 0;
	margin: 5px 0;
	list-style: none;
}

#content li {
	float: left;
	width: 50%; 
	height: 20%;
	padding: 0;
	margin: 15px 0;
	display: inline;
}

#content p {
	text-align: left;
	font-style: italic;
	font-size: 90%;
}

#content item {
	text-align: left;
	font-weight: bold;
	font-size: 110%;
}

#content description {
	text-align: left;
}

#content block {
	height: 300px;
	font-size: 1em;
	margin-right: 10px; 
	padding: 20px;
}


span.more {
	margin: 30px 20px 30px 0px; 
	float: right; 
}

span.more a {
	background: rgb(139, 173, 194);
	padding: 8px 12px; 
	border-radius: 15px; 
	color: rgb(255, 255, 255); 
	box-shadow: inset 0px 0px 2px #3f5867; -moz-box-shadow: inset 0px 0px 2px #3f5867; -khtml-box-shadow: inset 0px 0px 2px #3f5867; -webkit-box-shadow: -1px -1px 2px #3f5867; -moz-border-radius: 15px; -khtml-border-radius: 15px; -webkit-border-radius: 15px; 
	text-shadow: 1px 1px 1px #546d7c;
}

span.more a:hover {
	background: rgb(184, 204, 215); 
	box-shadow: none; -moz-box-shadow: none; -khtml-box-shadow: none; -webkit-box-shadow: -1px -1px 0px #8badc2; 
	text-shadow: none;
}


div.leftNavigate {
	background: rgba(255, 255, 255, 0.75); 
	border-radius: 10px; 
	border: 1px solid rgb(255, 255, 255); 
	width: 30%; 
	overflow: auto; 
	margin-left: 15px; 
	float: left; 
	display: block; 
	height: 400px;
	box-shadow: 0px 0px 5px #c6c6bf; -moz-box-shadow: 0px 0px 5px #c6c6bf; -khtml-box-shadow: 0px 0px 5px #c6c6bf; -webkit-box-shadow: 0px 0px 5px #c6c6bf; -moz-border-radius: 10px; -khtml-border-radius: 10px; -webkit-border-radius: 10px;
}

div.rightBox {
	background: rgba(255, 255, 255, 0.75); 
	border-radius: 10px; 
	border: 1px solid rgb(255, 255, 255);
	margin-right: 25px;  
	width: 67%; 
	float: left;
	overflow: auto; 
	display: block; 
	height: 400px;
	box-shadow: 0px 0px 5px #c6c6bf; -moz-box-shadow: 0px 0px 5px #c6c6bf; -khtml-box-shadow: 0px 0px 5px #c6c6bf; -webkit-box-shadow: 0px 0px 5px #c6c6bf; -moz-border-radius: 10px; -khtml-border-radius: 10px; -webkit-border-radius: 10px;
}

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 73%;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #37e063 url('images/menu-background.png') top left repeat-x;
	border: 1px solid #37e063;
	font-size: 80%;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #37e063;
	font-size: 150%;
	letter-spacing: -1px;
}

h3 {
	color: black;
	font-size: 120%;
	text-align: left;
	letter-spacing: -1px;
	font-weight: bold;
}

h4 {
	color: black;
	font-size: 95%;
	letter-spacing: -1px;
}

a:link, a:visited {
	color: #260;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p { 
	margin-left: 1em;  
}

#gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

#thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

#thumbnail:hover{
background-color: transparent;
}

#thumbnail:hover img{
border: 1px solid blue;
}

#thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
/*border: 1px dashed gray;*/
visibility: hidden;
color: black;
text-decoration: none;
}

#thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

#thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

