 * {
	margin: 0px;
	padding: 0px;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
a:visited, a:active {
	text-decoration: none;
}
html, body {
	height: 100%;
}
body {
	font-family: Tahoma, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 68.75%;
	color: gold;
	background: #8a0f14;
	position: relative;
	z-index: 2;
}

#sungloBorder, #goldBorder {  /* body border */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: transparent;
	overflow: auto; /* fix for IE8 sticky footer bug */
}
	#sungloBorder {
		border: 10px #c65b4a solid;
	}
	#goldBorder {
		border: 11px solid gold;
	}

#follower { /* the dancing kirtaneers */
	position: absolute;
	background: none;
	display: none;
	margin: 10px;
	left: 350px;
	top: 550px;
	z-index: 0;
}

noscript { /* allow for disabled JavaScript */
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	font-size: 110%;
	font-weight: bold;
	color: #444;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	background: #bbb;
	z-index: 3;
}

#outerTable {
	width: 100%;
	padding: 0;
}

#mastHead {
	text-align: center;
	width: 100%;
}
	#logo {
		width: 210px;
		padding: 30px 0 0 35px;
	}
		#logo a {
			color: gold;
			text-decoration: none;
		}
		#logo a:hover {
			color: gold;
			text-decoration: underline;
		}
	#title {
		padding: 50px 0 25px 0;
	}
	
#vMenu {  /* general menu specifications */
	width: 210px;
	padding-left: 35px;
	position: relative;
}
	#vMenu_spacer {
		vertical-align: top;
		padding-top: 15px;
	}
	#vMenu ul {
		background-color: #8a0f14;
	}
	#vMenu li {
		list-style: none;
		text-align: left;
		font-weight: bold;
	}
	#vMenu a {
		display: block;
		width: 100%;
		font-weight: bold;
	}

#vMenu li:hover .items {  /* state trigger */
    display: block;
}

#vMenu li span {  /* folder indicator */
	display: inline-block;
	width: 15px;
	height: 100%;
	padding-right: 3px;
}
	#vMenu li.hasFiles span {
		background: url(folder_sprite.gif);
		background-position: 0px 3px;
	}
	#vMenu li:hover span {
		background-position: -15px 3px;
	}

#vMenu #topScroll {  /* top menu decorative scroll (no :before in IE7 */
	position: absolute;
	width: 210px;
	height: 40px;
	top: -40px;
	background: url(menu-scroll-top.gif);
}
#vMenu #btmScroll {  /* bottom menu decorative scroll (no :after in IE7 */
	position: absolute;
	width: 210px;
	height: 40px;
	bottom: -40px;
	background: url(menu-scroll-btm.gif);
}

#vMenu ul.category {  /* menu categories */
	margin-top: 40px;
	border-left: 1px gold solid;
	border-right: 1px gold solid;
}
	#vMenu ul.category > li {
		position: relative;
		cursor: pointer;
		display: block;
		color: gold;
		height: 30px;
		line-height:30px;
		margin-left: 5px;
	}
	#vMenu ul.category li a {
		text-decoration: none;
		color: gold;
	}
	#vMenu ul.category li:hover {
		background: #efca55 !important;
		color: #8a0f14;
	}
	#vMenu ul.category li:hover a {
		text-decoration: none;
		color: #8a0f14;
	}

#vMenu ul.items {  /* item links */
    display: none;
    position: absolute;
    left: 200px;
    top: 2px;
    border: 1px #6b3e29 solid;
    border-bottom: none;
	background-color: #c65b4a !important;
	z-index: 2 !important;
	-moz-border-radius: 10px; /* rounded corners Firefox */  
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* universal */
	-moz-box-shadow: -3px -3px 5px #6b3e29; /* Firefox */  
	-webkit-box-shadow: -3px -3px 5px #6b3e29; /* Safari, Chrome */  
	box-shadow: -3px -3px 5px #6b3e29; /* universal */
}
#vMenu ul.items :first-child {  /* rounded corners for first list item */  
	-moz-border-radius-topright: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-webkit-border-top-left-radius: 9px;
	border-radius: 9px 9px 0 0;
}
#vMenu ul.items :last-child {  /* rounded corners for last list item */
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	border-radius: 0 0 9px 9px;
}
#vMenu ul.items li {
	float: left;
	width: 178px;
	line-height: 110%;
	padding: 9px 0 10px 10px;
	color: #efca55 !important;
	border-bottom: 1px solid #6b3e29;
}
#vMenu ul.items li a {
	color: #efca55 !important;
}
#vMenu ul.items li:hover {
	float: left;
	line-height: 110%;
	padding: 9px 0 10px 10px;
	color: #8a0f14 !important;
	background: #efca55;
	border-bottom: 1px solid #6b3e29;
}
#vMenu ul.items li:hover a {
	color: #8a0f14 !important;
}

#mainBody {
	text-align: center;
	margin: 0 auto;
	vertical-align: top;
}
	#topText {
		font-size: 118.2%;
		margin-top: 0;
	}
	#mainBody table {
		text-align: center;
		margin: 0 auto;
		min-width: 620px;
	}
	#mainBodyLeft {
		width: 200px;
		vertical-align: middle;
		padding-left: 30px;
	}
	#mainBodyLeftCandle {
		vertical-align: bottom;
		padding-bottom: 10px;
	}
	#mainBodyRightCandle {
		vertical-align: bottom;
		padding-bottom: 10px;
	}
	#mainBodyRight {
		width: 200px;
		vertical-align: middle;
		padding-right: 30px;
	}
	#mainBodyBtm {
		padding-top: 10px;
	}

#altarContainer {
	position: relative;
	width: 272px;
	height: 445px;
	margin: 0 5px;
	z-index: -1;
	
}
	#altar_base {
		position: relative;
		top: 0; left: 0;
		height: 100%;
		width: 100%;
	}
	#altar_overlay {
		position: absolute;
		top: 0; left: 0;
	}

	#curtains { /* curtain control */
		position: absolute;
		height: 260px;
		width: 235px;
		top: 100px;
		left: 19px;
	}
		img.curtain {
			display: none;
			position: absolute;
			height: 260px;
			width: 120px;
			top: 0;
		}
		#curtainLeft {
			left: 0;
		}
		#curtainRight {
			right: 0;
		}
