body{
	background-color: #800000;
	margin-top: 0px;	
	}
	div.enclosure{
	
	//z-index:0;
	background-image: url("PaperBG.png");
	width:1000px;
	height: 645px;
	margin: 0 auto;
	-moz-box-shadow:rgba(0,0,0,1) 0 4px 18px;
-webkit-box-shadow:rgba(0,0,0,1) 0 4px 18px;
-khtml-box-shadow:rgba(0,0,0,1) 0 4px 18px;
box-shadow:rgba(0,0,0,1) 0 4px 18px;
	}
	div.upcomingHeader{
		font-family: garamond;
		font-size: 36px;
		font-weight: bold;
		position: absolute;
		margin-left: 80px;
		//width: 310px;
		margin-top: 80px;
		z-index:1;
		padding: 5px;		
	}
	div.upcomingClasses{
		font-family: garamond;
		font-size: 14px;
		position: absolute;
		left: 60px;
		//width: 310px;
		top: 250px;
		z-index:1;
		padding: 5px;
	}
	div.shopHeader{
		font-family: garamond;
		font-size: 36px;
		font-weight: bold;
		margin-left:600px;
		margin-top:-300px;
	}
	table.shopDetails{
		font-family: garamond;
		font-size: 16px;
		margin-left: 550px;
		margin-top: 20px;
	}
	img.bg{
	position: relative;
	z-index: -1;	
	background:#000;
	position: absolute;
	z-index:0;
	-moz-box-shadow:rgba(0,0,0,1) 5px 4px 18px;
	-webkit-box-shadow:rgba(0,0,0,1) 0 4px 18px;
	-khtml-box-shadow:rgba(0,0,0,1) 0 4px 18px;
	box-shadow:rgba(0,0,0,1) 0 4px 18px;	

	}
	img.logo{
	

	
	}
	
	div.logoContain{
	width:400px;
	height: 120px;
	margin: 0 auto;
	padding-top: 20px;
	}
	img.map{
	border: 1px solid;
	z-index:1;
	margin-top: -60px;
	margin-left: 750px;
	}
	
	table.classSchedule{
		
		width: 300px;
		border: 0px solid;
		text-align: center;
		font-family: garamond;
		font-size: 16px;
		margin-left:80px;
		margin-top:140px;
	}
	
	tr.weekHeader{
		
		
	}
	
	tr.helper{
		text-align: left;	
		font-size: 12px;
		margin-left: 5px;	
	}
	td.monthName{
		font-family: garamond;
		font-size: 22px;
		font-weight: bold;
	}
	a.classDetail2{
		font-family: garamond;
		font-size: 16px;
		color: black;
		text-decoration: underline;
	}
	a.classDetail{
		font-family: garamond;
		font-size: 16px;
		color: black;
		text-decoration: underline;
	}
	div.classText{
		position:absolute;
		float: left;
		z-index: 2;
		border: 1px solid;
		background-color: #FFFFCC;
		width: 120px;
		font-family: garamond;
		font-size: 14px;
		color:black;
		padding-left: 5px;
		padding-right: 5px;
		top: 0px;
		left:0px;		
	}
	
	td.fillerDetails{
		width: 10px;	
	}
	table.shopDetails{
		font-family: garamond;
		font-size: 16px;
		color: black;

	}
	td.hoursDetails{
		font-weight:bold;	
		
	}
	table.navBar{
	position: absolute;
	z-index:2;
	text-align:center;	
	font-family:georgia;
	font-size: 16px;
	font-weight: bold;
	border-top: 2px solid;
	border-bottom: 2px solid;
	
	}
	
	div.lightsOut{
	position: absolute;
	background-color: black;
	opacity: .75;
	width: 200px;
	height: 200px;
	display: none;
	z-index: 5;
	
	}
	
	div.popOut{
	position: absolute;
	background-color: white;
	display: none;
	z-index:6;
	}
	
	img.popImg{
	padding:5px;
	opacity: 1;
	}
	
	div.popCloser{
	z-index:7;
	padding: 2px;
	text-align: center;
	width: 14px;
	font-family:arial;
	font-size: 12px;
	color:white;
	background-color:black;	
	position: absolute;
	cursor: pointer;
	}

