body
{
  background-image: url('images/bg2.png');
}

p
{
  padding: 1em 0px 1em 0px;
  color: #4f3f31;
  font-size: 12pt;
  line-height: 18pt;
}


object, embed
{
  padding: 1em 1em 1em 0px;
}

#folderBack
{
  display: none;
}

.data
{
  position: absolute;
  top: 58px;
  width: 100%;
  left: 0px;
  text-align: center;
}

h1
{
  color: #4f3f31;
  margin: 20px 0px 20px 0px;
}

#programmingTable
{
  border-spacing: 10px;
  margin: 0px auto 0px auto;
  text-align: left;
}

.centerProg
{
  max-width: 600px;
  border: 1px solid #4f3f31;
  background-color: #a89a8e;
  padding: 2em;
}

#leftArrow
{
  vertical-align: top;
  padding: 3em 1em 0px 0px;
}

#rightArrow
{
  vertical-align: top;
  padding: 3em 0px 0px 1em;
}

#next
{
  display: none;
  border: 1px solid black;
}

#nextLink
{
  width: 52px;
  margin: 0px auto 60px 0px;
}

#nextLink a 
{
 display: block;
 width: 52px;
 height: 66px;
 background: url("images/right_arrow2.png") no-repeat scroll 0px 0px;
}

#nextLink a:hover 
{
 background-position: 0px -66px;
}


#prev
{
  display: none;
  border: 1px solid black;
}

#prevLink
{
  width: 52px;
  margin: 0px auto 60px 0px;
}

#prevLink a 
{
 display: block;
 width: 52px;
 height: 66px;
 background: url("images/left_arrow2.png") no-repeat scroll 0px 0px;
}

#prevLink a:hover 
{
 background-position: 0px -66px;
}

.progThumbnail
{
  float: left;
  margin: 0px 1em 0px 0px;
}

