/* CSS Document */
body {
	background-color:#252525;
	background-image:url(../images/bg.gif);
	text-align: center; /* for IE */
	color:#000000;
}

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left;  /*counter the body center */
	border-left: 3px solid #d2d2d2;
	border-right: 3px solid #d2d2d2;
	background-color:#474747;
	background-image:url(../images/centerBg.jpg);
	width: 901px;
	padding-top:20px;
	padding-left:109px;
}

#header{
	width:784px;
	height:524px;
	border:4px solid #FFFFFF;
}

#content{
	width:732px;
	background-color:#FFFFFF;
	padding:30px;
	text-indent:40px;
}


	
#copyright{
	background-color:#252525;
	height:15px;
	width:792px;
	font-size:12px;
	color:#CCCCCC;
	text-align:center;
}

h1{
	font-size:28px;
	font-weight:bold;
	text-align: center;
	color: #990000;
	margin-top: 0px;
	text-indent:0px;
}

h2{
	font-size:20px;
	text-align: center;
	color: #000000;
	margin-top: 0px;
	text-indent:0px;
}

h3{
	font-size:16px;
	text-align: left;
	text-indent:0px;
	color: #000000;
	margin-top: 0px;
	text-indent:0px;
}


form{
	text-align:center;
	margin: 10px auto;   /* align for good browsers */
	width:500px;
}

.rightVid{
	width:320px;
	height:261px;
	padding:30px;
	float:right;
	text-align:center;
	text-indent:0px;
	clear:both;
}

.centerVid{
	width:400px;
	height:326px;
	padding:30px;
	margin: 0 auto; 
	text-align:center;
	text-indent:0px;
	clear:both;
}

.leftVid{
	width:320px;
	height:261px;
	padding:30px;
	float:left;
	text-align:center;
	text-indent:0px;
	clear:both;
}

.instructor{
	width:642px;
	padding:25px;
	margin-left:15px;
	border: 2px #ff4a00 solid;
}

.displayBox{
	width:642px;
	text-indent:0px;
	margin-bottom:15px;
}

/*Phone Call Btn */
	#phonebtn{
		width:81px;
		float:right;
		position:fixed;
		right:25px;
		top:25px;
		z-index:15;
	}
	
	#phonebtn img{
		border:0px;
	}
	
	*html #phonebtn { /* IE6 & Below */
		position:absolute;
		right: expression( ( 25 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  		top: expression( ( 25 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	}
