/*	Body Container is unique to each page */

#body_content_container {
	width: 100%;
	height: 1070px;
	background: url(../images/background_sides.jpg) repeat-y;
	position: relative;
	z-index: 1;
}

/*	Widget Container */

#widget_container {
	height: 560px;
	width: 689px;
	top: 510px;
	left: 210px;
	position: absolute;
	z-index: 1;
}

#content_footer_twitter {
	width: 340px;
	position: absolute;
}

#content_footer_facebook {
	width: 340px;
	left: 350px;
	position: absolute;
}

/*	Students Container */

#students_container {
	height: 980px;
	width: 165px;
	left: 20px;
	top: 45px;
	position: absolute;
  	border: 2px solid #5a0201;
	z-index: 1;
}

#students_header_text {
	text-align: center;
	color: #ffffff;
	vertical-align: middle;
	font-size: 14px;
	padding-top: 10px;
}

.students_images_container {
	height: 940px;
	width: 150px;
	left: 5px;
	top: 10px;
	float: left;
	position: relative;
	overflow: auto;
}

.students_images_container .loading {
  position: absolute;
  top: 50px;
  left: 10px;

  margin: 0 auto;
  padding: 10px;

  width: 100px;

  text-align: center;
  color: #fff;
  border: 1px solid #5a0201;
  background: #1F1D1D;
}

.students_images {
	top: 10px;
	padding-left: 15px;
}

.students_images a{
  display: block;
  margin-bottom: 5px;
  width: 120px;

  border: 2px #5a0201 solid;

  /* When image support is turned off */
  color: #fff;
  background: #000000;
}
.students_images a:hover {
  border-color: rgb(130, 130, 130);
  border-style: dotted;
}
.students_images img {
  display: block;
  border: none;
}

/*	Video Container */

#video_container {
	height: 450px;
	width: 690px;
	left: 210px;
	top: 40px;
	position: absolute;
	z-index: 1;
}

/*	Charlie Logo Container */

#charlie_container {
	left: 90px;
	top: 1035px;
	position: absolute;
}
