/***************************************************
   Element styles
 **************************************************/

body {
margin: 0px;
padding: 0px;
text-align: center;
color:#FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background: #000000 url(siteimages/stoneback2.jpg);}
	a, link, visited{ color: #ffffff; }

/***************************************************
   Layout styles
 **************************************************/
#container {
POSITION: absolute; top: 0px; left:0px; height: 900px; width:1116px;
background: url(siteimages/wholetemple.jpg) no-repeat left top;
}
#templetop {
	POSITION: absolute;
	top: 148px;
	width: 90px;
	LEFT: 1px;
	height: 227px;
	}
#columnleft {
	position: absolute;
	top: 148px;
	left: 80px;
	height: 387px;
	width: 130px;
}
#content {
	background: #000000;
	position: absolute;
	top: 190px;
	left: 315px;
	width: 475px;
	height: 540px;
	padding: 4px;
	z-index: 3;
}
#columnright {
	position: absolute;
	top: 151px;
	left: 929px;
	height: 367px;
	width: 90px;
}
#templebottom {
	z-index: 1;
	position: absolute;
	top: 535px;
	left: 61px;
	height: 257px;
	width: 1000px;
}
	
.contentNav a:hover img {
    opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  }
/**************************************************
    content styles
**********************************************/



/***************************************************
   Footer styles
 **************************************************/
#copy {
position: absolute; top: 885px; width: 971px; height: 30px; left: 0px; 
background-color: #000000;

}
	#copy a, link, visited{ color: #ffffff; }
