body {
	background-color:#D5EDB3;
}

#container {
	background-color: #F4FFE4;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 3px solid #57744C;
	}

#header {
	width: 760px;
	height: 160px;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
	background-color: #D5EDB3;
	border:2px solid #57744C;
	margin-left:13px;
	margin-right: 0px;
	margin-top:10px;
	margin-bottom: 5px;
	font-family: georgia;
	font-size: 36px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: black;
	}
	

	#navcontainer ul{
	background-color: #D5EDB3;
	width: 780px;
	height:30px;
	margin-left: 9px;
	margin-right: 0px;
	margin-top: 27px;
	margin-bottom: 5px;
	border-top: 2px solid #57744C;
	border-bottom:2px solid #57744C;
	padding-bottom: 3px;
	padding-top: 8px;
	padding-left: 0px;
	font-style: italic;
	text-align: center;
	}
	
	#navcontainer ul li{
	display: inline;
	
	}

#navcontainer ul li a
{
	font-family: georgia;
	font-style: italic;
	font-size: 12pt;
	background-color:  #D5EDB3;
	color: Black;
	padding-left: 0px;
	padding-right: 0px
}

#navcontainer ul li a:hover
{
	background-color: #F4FFE4;
	font-family: georgia;
	font-style: italic;
	font-size: 12pt;
	color: #57744C;
	
}
	
#maincontent {
	background-color: #F4FFE4;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 3px solid #57744C;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left:5px;
	padding-right: 5px;
	text-align: justify;
	font-family: georgia;
	font-size: 16px;
	font-style:italic;
	font-weight: light;
	color: black;
	}
	
.tilda {
	color: #57744C;
	font-family: georgia;
	font-size: 32px;
	font-style:italic;
	text-align: center;
	font-weight: normal;
	}
	
.borderpics {
1px solid #F4FFE4;
}

.thegangborder {

border: 3px solid #57744C;
}

.border {
	margin-left: 160px;
	width: 451px;
	border: 1px solid #57744C;
	}

.bordersmall {
width: 250px;
border: 3px solid #57744C;
}

.smallfont {
	font-family: georgia;
	font-size: 12px;
	font-style:italic;
	text-align: center;
	font-weight: lighterl;
	color: black;
	}
.titlefont {
	font-family: georgia;
	font-size: 32px;
	font-style:italic;
	text-align: center;
	font-weight: normal;
	color: black;
	}

.mediumfont {
font-family: georgia;
	font-size: 16px;
	font-style:italic;
	text-align: center;
	font-weight: lighterl;
	color: black;
	}
.jeantimpic {
	width: 342px;
	height: 275px;
	border: 2px solid #57744C;
	}
	
	
.jadepic {
width: 300px;
	border: 2px solid #57744C;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
	}
	

.goldensdescriptborder {
height: 225px;
	width: 750px;
	border: 1px solid #D5EDB3;

}
.goldensdescript {

	font-family: georgia;
	font-size: 16px;
	font-style: italic;
	font-weight: lighter;
	height: 225px;
	width: 390px;
	border: 1px solid #57744C;
	margin-right:10px;
	margin-left: 10px;
	text-align: center;
	color: black;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 15px;
}
.hotBorders{
  -moz-border-radius-topleft: 6px 3px;
  -moz-border-radius-topright: 6px 3px;
  -moz-border-radius-bottomleft: 3px 6px;
  -moz-border-radius-bottomright: 3px 6px;
}
.goldenbio {

	border: 1px solid #57744C;
	font-style: none;
	font-family: arial;
	font-size: 12px;
	font-weight: lighter;
	margin-right: 0px;
	margin-left: 0px;
	text-align: justify;
	color: black;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 15px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
top: -1000px;
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 on hover*/
visibility: visible;
top: 30px; /*position where enlarged image should offset horizontally */
left:  0px;

}

</style>
