body {
  font-family: "Comic Sans MS", cursive;
  font-size: 12pt;
  text-align: center;
  background-image: url(images/stars.gif);
}

div {
  margin: 0 auto;
}

h1 {
  font-size: 18pt;  
  color: #FF0000;
}

h2 {
  font-size: 12pt;
  color: #FF0000;
}

h4 {
  font-size: 11pt;
  font-weight: bold;
  width: 100%;
  height: 22px;
  color: #ffff00;
  margin-bottom: 5px;
  background-image: url(/images/red_patch.gif);
}

a {
  color: #0000FF;
  text-decoration: none;
}

a:visited {
  color: #0000FF;
}

a:hover {
  text-decoration: underline;
}

.divider {
  width: 98%;
  margin: 0 auto;
  text-align: center;
  background-color: #FF0000;
  height: 3px;
  margin-bottom: 5px;
}

.menu {
  margin-bottom: 5px;
}

.movieDisplayScreencap {
	width: 200px;
	height: 200px;
	background-position: top;
	background-repeat: no-repeat;
}

.movieDisplayScreencap IMG {
  border: 0px;
}

.sidebar_content {
  margin: 0 auto;
  width: 196px;
  text-align: left;
}

.sidebar_content a {
  font-size: 10pt;
  color: #ffffff;
}

.sidebar_content a:visited {
  color: #ffffff;
}

.sidebar_content li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-indent: 0;
  list-style: none;
}

.sidebar_content ul {
  margin-top: 0px; 
  margin-left: 9px;
  margin-bottom: 0px;
  padding-left: 0px;
}

#content {
  margin: 0 auto;
  width: 98%;
  position: relative;
  margin-bottom: 5px;
  background-image: url(/images/red_bg.gif);
  background-repeat: repeat-y;  
}

#leftsidebar {
  float: left;
  width: 200px;
}

#main {
  margin-left: 203px;
}

.clear {
  clear: both;
}

.blueText {
  width: 98%;
  margin: 0 auto;
  text-align: center;
  color: #0000FF;
  margin-bottom: 10px;
}

.redText {
  width: 98%;
  font-size: 12pt;
  margin: 0 auto;
  text-align: center;
  color: #FF0000;
  margin-bottom: 10px;
}

.blueText b {
  color: #FF0000;
}

.videoTable {
  background-color: #ffffff;
}
