	body {
		margin: 0;
		padding: 0;
		background-color: #A3A3A3;
		z-index: 0;
		position:relative;
		border: 0;
		font: 0.7em/1.5 Verdana,Arial, Helvetica, sans-serif;
	}

	#secmenu ul {
		border: 0;
		margin: 0;
		margin-top: 0px;
		padding: 0;
		list-style-type: none;
		text-align: center;
		/*width: 739px;*/
		width: 699px;
		background-color: #EB870E;	
		height: 26px;
		/*margin-left: 51px;*/
		margin-left: 101px;

	}

	#secmenu ul li {
		display: inline;
		float: left;
		text-align: center;
		align: center;
		background-color: #EB870E;			
	}


	#secmenu ul li a {
		height: 2em;
		border-left: 1px solid #fff;
		color: #fff;
		text-decoration: none;
		width: auto;
		text-align: center;
		font-size: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}	

	#secmenu ul li a.first {
		border-left: none;
		width: auto;
	}	
	
	#secmenu ul li a:hover {
		background-color: #CB6700;
		color: #000;
	}
	
	#container {
		background-color: #fff;
		position: relative;
		width: 800px;
		left: 50%;
		margin-left: -390px;
		z-index: 1;
		height: auto;
		
	}

	#logo {
		margin-top: -4px;
		margin-left: -10px;
	}
	
	#range {
		
		clear: right;
		padding-top: 21px;
		margin-bottom: 20px;
	}

	#lh {
		float: left;
		position: absolute;
		width: 123px;
		padding-left: 33px;
		margin-top: 30px;
		z-index: 2;
	}

	#lhmenu {
		padding-top: 35px;
		font-size: 12.5px;
		z-index: 3;
	}

	#lhmenu a {
		color: #666;
		text-decoration: none;
	}

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

	a {
		color: #2B6FB3;
		text-decoration: underline;
	}

	a:hover {
		text-decoration: underline;
		color: #EB880C;
	}
	
	#rhcontainer {
		width: 594px;
		position:absolute;
		z-index: 20;
		background-color: #fff;
		left: 156px;
		margin-top: 30px;
		padding-top: 1px;
	}

	#bgblack {
		background-color: #000;
		height: 352px;
		width: 512px;
		z-index: 10;
		position: absolute;
		left: 50%;
		margin-left: -112px;
		top: 0;
	}

	#intro {
		height: 162px;
		width: 372px;
		z-index: 30;
		position: absolute;
		left: 50%;
		margin-left: -244px;
		top: 185px;
	}

	#secmenu {
		background-color: #EB870E;
		width: 800px;
		position: relative;
		font-size: 12px;
		z-index: 100;
		}
	
	
	h1 {
		font-size: 20px;
		font-weight: normal;
		color: #666;
		margin-top: -5px;
	}

	img {
		border: 0;
	}

	#secrhcontainer {
		width: 442px;
		position:absolute;
		z-index: 20;
		background-color: #EBEBEB;
		left: 156px;
		top: 0px;

		padding-left: 20px;
		/*padding-right: 50px;*/
		background : url(images/tl.gif) no-repeat top left #ebebeb;
		height: auto;
	}
	
	#leftcentre {
		float: left;
		width: 176px;
		padding-top: 38px;
		line-height: 1.3;
		color: #333;
		height: auto;
		min-height: 500px;
	}
	
	#leftcentre_full {
		float: left;
		width: 100%;
		padding-top: 0px;
		line-height: 1.3;
		color: #333;
		height: auto;
		min-height: 600px;
	}
	
	#leftcentre_full_content {
		padding-right: 10px;
	}
	
	#leftcentre h2 {
		font-size: 16px;
	}
	
	#rightcentre {
		float: left;
		z-index: 30;		
		width: 266px;
		line-height: 1.3;
	}	
	
	#rightcentre p {
		padding-left: 50px;
		padding-right: 40px;
	}
	
	.right {
		float: right;
	}
	
	#rightimages {
		width: 152px;
		z-index: 20;
		position: absolute;
		left: 50%;
		margin-left: 217px;
		top: 0px;
	}
	
	.thumbnail{
		position: relative;
		/*z-index: 200;*/
	}

	.thumbnail:hover{
		background-color: transparent;
		/*z-index: 200;*/
	}

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

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

	.thumbnail:hover span{ /*CSS for enlarged image on hover*/
		visibility: visible;
		top: 0;
		left: -420px; /*position where enlarged image should offset horizontally */
		top: 10px;
		/*z-index: 200;*/
	}

	#bigimg {
		float: left;
		position: absolute;
		background-color: #fff;
		padding: 5px;
		/*left: -1000px;*/
		border: 1px dashed gray;
		visibility: hidden;
		color: black;
		top: 180px;
		z-index: 200;
		left: 50%;
		margin-left: -200px;
	}

	#fade_area {
		float: left;
		position: absolute;
		background-color: #A3A3A3;
		width: 100%;
		height: 600px;
		left: 0px;
		top: 0px;
		z-index: 300;
		text-align: center;
		visibility: hidden;
	}

	.ilink {
		color: #605D5D;
		text-decoration: underline;
	}
	
	.ilink:hover {
		color: #605D5D;
		text-decoration: underline;
	}
	

	#search_box
	{
		color: #616161;
		width: 70px;
		/*height: 15px;*/
		top: 0px;
		border:1px solid; 
		border-color: #616161 ##1F1F1F ##1F1F1F #616161;
		font: 0.9em/1.5 Verdana,Arial, Helvetica, sans-serif;
	}
	
	#search_box:hover
	{
		color: #000000;
	}
	
	.button_search_style
	{
		color: #616161;
		background-color:#ffffff; 
		border:1px solid; 
		border-color: #616161 ##1F1F1F ##1F1F1F #616161; 
		width: 25px;
		
		/*height: 17px;*/
	
		font: 0.9em/1.5 Verdana,Arial, Helvetica, sans-serif;
	}
	
	.button_search_style:hover
	{
		color: #000000;
	}
	
	.button_style
	{
		color: #616161;
		background-color:#ffffff; 
		border:1px solid; 
		border-color: #616161 ##1F1F1F ##1F1F1F #616161; 
		height: 19px;
		font: 0.9em/1.5 Verdana,Arial, Helvetica, sans-serif;
	}
	
	.button_style:hover
	{
		color: #000000;
	}
	
	.button_style_fixed
	{
		color: #616161;
		background-color:#ffffff; 
		border:1px solid; 
		border-color: #616161 ##1F1F1F ##1F1F1F #616161; 
		height: 19px;
		font: 0.9em/1.5 Verdana,Arial, Helvetica, sans-serif;
		width: 300px;
	}
	
	.button_style_fixed:hover
	{
		color: #000000;
	}
