BODY {
	font-family: Arial, sans-serif;
	scrollbar-3d-light-color:#FFFFCC;
	scrollbar-arrow-color:#FFFFCC;
	scrollbar-base-color:#FF9900;
	scrollbar-dark-shadow-color:#FFcc00;
	scrollbar-face-color:#FF9900;
	scrollbar-highlight-color:#FFFFCC;
	scrollbar-shadow-color:#FF9900;
	background-image: url(images/temple_big.png);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	}

a:link { 
	text-decoration:underline; color:#0000FF; font-weight:normal; 
	}
a:visited{ 
	text-decoration:underline; color:#0000FF; font-weight:normal; 
	}
a:hover { 
	text-decoration:none; color:#0000FF; font-weight: normal; 
	}
a:active  { 
	text-decoration:none; color:#0000FF; font-weight:normal; 
	}

h2 { 
	font-size: 14px; 
	} 

h1 { 
	font-size: 12px; 
	} 

.main_font { 
	font-size: 12px;
	}

.small_font { 
	font-size: 10px;
	}

.dotted-border {
	border: thin dotted;
	}

.pics {
	margin: 0 5px 0 0; 
	}

.pics2 {
	margin: 3px 3px 3px 3px; 
	}

.pics-border {
	border: 1px solid #000000;
	margin: 0 5px 0 0; 
	}

.line {
	margin: 0 0 5px 0;
	}

div#top-pos {
	position: relative;
	}

.footer {
	background-image:  url(images/footer.jpg);
	background-repeat: no-repeat;
	}

div#header {
	position: absolute;
	width: 640px;
	left: 20px;
	top: 20px;
	}

div#banner {
	width: 640px;
	height : 104px;
	background-image:url(images/header.png);
	background-repeat: no-repeat;
	}


div#navcontainer{
	position: relative;
	top: 5px;
	width: 241px;
	height: 30px;
	padding: 0;
	margin:0 0 0 0;
	}
	
div#content {
	position: absolute;
	left: 4px;
	top: 155px;
	width: 640px;
	}

div#clock {
	position: absolute;
	left: 220px;
	top: 130px;
	font-size: 10px;
	}

#nav {
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
	list-style-type: disc;
	} 

#nav li {
	margin: 0; 
	padding: 0;
    list-style-type: disc;
	display: inline;
	}

#nav a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px;
	}
	
#nav a:hover {
	background-position: 0 -24px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -24px;
	}
#tnews a  {
	width: 42px;
	background: url(images/nav/news.gif) top left no-repeat;
	}

#tabout a  {
	width: 47px;
	background: url(images/nav/about.gif) top left no-repeat;
	}

#tfilms a  {
	width: 45px;
	background: url(images/nav/films.gif) top left no-repeat;
	}

#tcontact a  {
	width: 60px;
	background: url(images/nav/contact.gif) top left no-repeat;
	}
