/* Denial3 Christian Illusionists CSS */

/* Global properties ======================================================== */
* { margin:0; padding:0;}     /* turns off extra spacing around paragraphs*/

html{
height:100%;				/* Force vertical scrollbars in Moz + Opera to prevent 'jumping' */
margin-bottom:1px;
overflow-y:scroll;			/* this line is for IE */
}

body {
	background-attachment: scroll;
	background-color: #000000;
/* 	cursor: url('./images/Mwand1.ani');"		/* does not work in Firefox */
}

img {border:0px;padding:0px;}

img.center {					/* This is to center an image for all browsers */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.explosion {
	position: absolute;
	z-index: 0;
	padding: 0; 
	margin: 0; 
}

.layer2 {
		z-index: 2;
		position: absolute;
        left:0; 
        right:0; 
        margin-left:auto; 
        margin-right:auto; 
}




.BodyText {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	display: inline; 
}
.BodyTextPink{
	color:#C044FF;
	font-weight: bold;
}

h1{
	color:#602AE6;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	vertical-align:top;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	display:inline; 
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	vertical-align:middle;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: none;
}

	

img.Centered {					/* This is to center an image for all browsers */
  display: block;
  margin: auto;
}

img.Top {vertical-align: top;}
table.Centered {margin: auto;}
.Centered {margin-right: auto; margin-left: auto; }
.JustifyLeft {text-align:center;}
.CenterContents {text-align: center;}
.Top {vertical-align: top;}
.clearLeft {clear:left;}
.clearBoth {clear:both;}


.LinkNavTable {
	margin: 0;
	padding: 0;
	position:relative;
}
	
.NavCell {
	width: 85px; 
	height: 30px;
	text-align: center;
	vertical-align: top;
	padding: 0;
	margin: 0;
	position:relative;
}
.NavCellBig {
	width: 95px; 
	height: 30px;
	text-align: center;
	vertical-align: top;
	padding: 0;
	margin: 0;
	position:relative;
}

.NavSpacer {
	width:10px; 
	height:30px;
}

.Link_NavCurrent, .Link_NavCurrent:visited, .Link_NavCurrent:active {
	font-family: Arial, Helvetica, sans-serif;
 	color: #C044FF;
	text-decoration: none; 
	margin-top: 5px; 
	line-height: 25px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	vertical-align: top;
	z-index: 20;
}
.Link_NavBlue:link, .Link_NavBlue:visited, .Link_NavBlue:active  {
	font-family: Arial, Helvetica, sans-serif;
 	color: #3765DD;
	text-decoration: none; 
	margin-top: 5px; 
	line-height: 25px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	z-index: 20;
	vertical-align: top;
}
.Link_NavBlue:hover, Link_NavCurrent:hover {
	font-family: Arial, Helvetica, sans-serif;
 	color: #6EA0E9;
	text-decoration: none;
	margin-top: 5px; 
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	z-index: 20;
	vertical-align: top;
}

a:link, a:visited, a:active {
 	color: #3765DD;
	text-decoration: none; 
}
a:hover {
 	color: #07FCFD;
	text-decoration: none; 
}



.Link_Body:link {
	color:#3765DD;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	display: inline; 
	text-decoration: none;
}
.Link_Body:visited {
	color:#3765DD;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	display: inline; 
	text-decoration: none;
}
.Link_Body:hover {
	color: #A483F1;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	display: inline; 
	text-decoration: none;
}
.Link_Body:active {
	color: #3765DD;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	display: inline; 
	text-decoration: none;
}



.copyright{
	color:#6EA0E9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
}
.Link_Copyright:link, .Link_Copyright:visited, .Link_Copyright:active {
	color:#6EA0E9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}
.Link_Copyright:hover {
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}

.ShowSchedule {line-height: 24px;}


#main {
	margin: 0 auto;
	position: relative;
	width: 930px;
	position: relative;
	font-size:.69em;
}


#content {
		padding: 0px;
	}

.mainContent {
		width: 860px;
	}

.wrapper { 
	width: 100%;
}


/*==================boxes====================*/
.box {
	background:#000;
	width:100%;
}
	.box .border-top {
		background:url(/images/border-top.gif) repeat-x left top;
	}
	.box .border-bot {
		background:url(/images/border-bot.gif) repeat-x left bottom;
	}
	.box .border-left {
		background:url(/images/border-left.gif) repeat-y left top;
	}
	.box .border-right {
		background:url(/images/border-right.gif) repeat-y right top;
	}
	.box .left-top-corner {
		background:url(/images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(/images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(/images/left-bot-corner.gif) no-repeat left bottom;
		width:100%;
		}
	.box .right-bot-corner {
		background:url(/images/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inside { 
		padding:23px 24px 25px 26px;
	}
	
				
/*----- other -----*/
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:0px;
}
