@charset "utf-8";
/* Sanctuary - Global CSS Document */

body {
 	background: #000000;
 	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #996633*/
	/*color: #CC6600*/
	/*color: #996600;*/
	color: #957a60
}

html, body {
	height: 100%;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: auto;
	overflow: hidden;
	z-index: 1
}

#colcont {
	position: relative;
	margin: 0;
	width: 800px;
	height: auto;
	overflow: hidden;
	z-index: 3
}

/* ------------ Left Column Styles ------------ */

#left_col {
	position: relative;
	float: left;
	width: 330px;
	height: auto;
	margin: 0;
	overflow: hidden;
	z-index: 5
}

#candle {
	background: url(/images/candle.png) no-repeat;
	position: relative;
	width: 330px;
	height: 370px;
	margin: 0;
	overflow: hidden;
	z-index: 50
}

/*  Main Navigation Styling */
#mainnav {
	position: relative;
	width: 248px;
	height: auto;
	margin: 10px 0 0 80px;
	overflow: hidden;
	z-index: 50
}

.sub_menu {
	position: relative;
	width: 211px;
	height: auto;
	margin: 0 0 5px 35px
}

/* ------------ Right Column Styles ------------ */

#right_col {
	position: relative;
	float: right;
	width: 462px;
	height: auto;
	margin: 0;
	overflow: hidden;
	z-index: 5
}

#logo {
	position: relative;
	width: 462px;
	height: 190px;
	margin: 0;
	overflow: hidden;
	z-index: 50
}

#content {
	position: relative;
	width: 420px;
	height: auto;
	margin: 10px auto;
	overflow: hidden;
	z-index: 100 
}

/* ---------- Footer ---------- */

#footer {
	position: relative;
	margin: 25px 0 0 0;
	width: 800px;
	height: 1000px;
	text-align: right;
	font-size: 10px;
	color: #663300;
	overflow: hidden;
	z-index: 3
}

/* Powered by McCary Group */

#McG {
	margin: 3px 0 0 0
}

#McG a {
	color: #993300;
	text-decoration: none;
}

#McG a:hover {
	color: #006600;
	text-decoration: underline;
}


