


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #374C60;
	font-family: Arial, Helvetica, sans-serif;
}
#outerWrapper{
	position: relative;	
	overflow: visible;
	text-align: center;
	margin:auto;
	width:998px;
}

#mainHolder {
	width:998px;
	margin: auto;
	z-index:1;
	overflow: auto;
	text-align: left;
	height:630px;
}

#experienceDiv{
	position:absolute;
	left:0px;
	top:73px;
	display:none;
	z-index:10;
}


#lobbyHolder {
	width:998px;
	margin: auto;
	z-index:1;
	overflow: auto;
	text-align: left;
	height:703px;
}

#header {
	float:left;
	left:0px;
	top:0px;
	width:998px;
	height:73px;
	z-index:1;
}
#chatWindow {
	float:left;
	left:0px;
	top:0px;
	width:998px;
	height:408px;
	z-index:1;
	background-color:#FFFFFF;
}

#lobbyChatWindow {
	float:left;
	left:0px;
	top:0px;
	width:998px;
	height:600px;
	z-index:1;
	background-color:#FFFFFF;
}
#pastorSide {
	float:left;
	left:0px;
	top:0px;
	width:227px;
	height:408px;
	z-index:1;
}


#messageVideo {
	float:left;
	left:0px;
	top:0px;
	width:544px;
	height:408px;
	z-index:1;
	background-color:#0A131A;
	background-image:url(images/worshipCountdown.jpg);
}

#lcm_video{
	width:544px;
	height:408px;
	background-color:#000;
}

#notesSide {
	color:#FFFFFF;
	float:left;
	left:0px;
	top:0px;
	width:227px;
	height:408px;
	z-index:1;
	background-color:#000000;
}


#responseBottom {
	float:left;
	left:0px;
	top:0px;
	width:998px;
	height:113px;
	padding-top:36px;
	z-index:1;
	background-color:#000000;
	background-image:url(images/worshipResponseBKG.gif);
}

#thumb {
	float:left;
	left:0px;
	top:0px;
	width:200px;
	height:96px;
	z-index:1;
}

#thumbAlt {
	float:left;
	left:0px;
	top:0px;
	width:198px;
	height:96px;
	z-index:1;
	overflow: hidden;
}

#notes {
	
	overflow-x: hidden;
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical !important;
	scrollbar-face-color: #999;
	scrollbar-track-color: #777;
	scrollbar-arrow-color: #333;
	scrollbar-highlight-color: #AAA;
	
	float:left;
	left:0px;
	top:0px;
	width:207px;
	height:388px;
	z-index:1;
	background-color:#2A1814;
	padding:10px;

	}





#lobbyHolder {
	width:998px;
	margin: auto;
	z-index:1;
	overflow: auto;
	text-align: left;
	height:703px;
}




#bottom {
	float:left;
	left:0px;
	top:0px;
	width:998px;
	height:30px;
	z-index:1;
	background-color:#0e2332;
}

.mainText {
	font-size: 14px;
	line-height: 18px;
	color:#484735;
}

.notes {
    font-size: 12px;
	color:#FFFFFF;
}


.notes-h1 {
	font-size: 16px;
	font-weight:bold;
	}
.notes-h3 {
	font-size: 14px;
	font-weight:bold;
	}
