/* CSS Document */



body {
	background-color: #000000;
	padding:0px;
	margin:auto;
	background-image: url(../images/bg.gif);
	background-repeat:repeat-x;
	color:white;
	font: 12px/16px Arial, Helvetica, sans-serif;
}

h1 {
	font-size:20px;
}

p {
	font-size:12px;
}

#wrapper {
	margin:0px auto;
	width:765px;
	background-color: #000000;
}

#header {
	height:176px;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
}

#content {
	background-image: url(../images/background.jpg);
	background-repeat:repeat-y;
}

#navbar {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:5px 0px 5px 0px;
	color:white;
	height:25px;
}

#navbar a:link, #navbar a:visited {
	color:#ffffff;
	margin:0px 20px 0px 20px;
	text-decoration:none;
}

#navbar a:visited {
	color:orange;
	margin:0px 20px 0px 20px;
	text-decoration:none;
}

#navbar a:hover {
	text-decoration:none;
	border-bottom:3px dotted #30696F;
}


#maincontent {
	padding:40px 40px 0px 40px;
	background-image:url(../images/temple.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
}


a:link {
	color:orange;	
}

a:visited {
	color:orange;
}

#mainleftcol {
	width:400px; 
	float:left;
}

#mainrightcol {
	width:200px;
	float:right; 

}


#newsboxtop {
	height:53px;
	background-image: url(../images/newsbox_top.gif);
	background-repeat: no-repeat;
}

#newsbox {
	background-image:url(../images/newsbox_sliver.gif); 
	background-repeat:repeat-y;
}

#newsbox p {
	padding:0px 15px 0px 15px;
}

#newsboxbottom {
	height:25px;
	background-image:url(../images/newsbox_bottom.gif);
	background-repeat: no-repeat;
}

#leftcol {
	width:50%;
	float:left;
}

.videothumbnail {
	border:1px dotted #30696F;
	float:left;
	margin-right:20px;
}

.videotitle {
	font-weight:bold;
}

#rightcol {
	width:50%;
	float:right;
}

.videospacer {
	clear:both;
	line-height:50px;
}

#footer {
	padding:0px 40px 0px 40px;	
	margin-bottom:0px;
}

#footer p {
	margin:0px;
	font-size:10px;
	padding-bottom:10px;	
}

#footer a:link, #footer a:visited {
	margin:0px;
	color: #ffffff;	
}

#footer a:visited {
	margin:0px;
	color:orange;	
}

#schedule {
	font-size:10px;
	border:1px solid white;
	width:660px;
}

#schedule td {
	border:1px solid white;
	width:100px;
	padding:10px;
	
}

#days {
	text-align:center;
	background-color:#333333;
}

.times {
	width:75px;
	background-color:#333333;
}

.oddrow {
	background-color:#336a71;
}

.evenrow {
	background-color:#293356;
}

#gallery td {
	padding:10px;
	text-align:center;
	vertical-align:middle;
}

#gallery img {
	border:1px dotted #30696F;
}

#contactform {
	width:380px;
}

#contactform td {
	padding-top:10px;
	vertical-align:top;	
}

#contactform td input {	
	width:200px;
}

#contactform td textarea {
	width:200px;
	height:200px;
}.copy {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.gold {
	background-color:#FFCC00;
	padding: 2px;
	font-weight: bold;
	color: #000000;
}

