body {
  font-family: Verdana, Arial, Helv;
  font-size: 10pt;
  text-align: center; 
}

div {
  margin: 0 auto;
}

h1 {
  font-size: 18pt;  
}

h2 {
  font-size: 12pt;
}

h4 {
  font-size: 11pt;
  font-weight: bold;
  width: 100%;
  height: 22px;
  color: #ffff00;
  margin-bottom: 5px;
  background-image: url(images/purple_patch.gif);
}

a {
  color: #000099;
  text-decoration: none;
}

a:visited {
  color: #000099;
}

a:hover {
  text-decoration: underline;
}

.divider {
  width: 98%;
  margin: 0 auto;
  text-align: center;
  background-color: #CE8AF1;
  height: 3px;
  margin-bottom: 5px;
}

.menu {
  margin-bottom: 5px;
}

.movieDisplayScreencap {
	width: 200px;
	height: 200px;
	background-position: center center;
	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: 4px;
  margin-bottom: 0px;
  padding-left: 0px;
}

#content {
  margin: 0 auto;
  width: 98%;
  position: relative;
  margin-bottom: 5px;
  background-image: url(images/purple_bg.gif);
  background-repeat: repeat-y;  
}

#leftsidebar {
  float: left;
  width: 200px;
}

#main {
  margin-left: 203px;
}

.clear {
  clear: both;
}

#legal_stuff {
   font-family: "Arial Narrow", Arial, Verdana, Helv;
   color: #000080;
   font-size: 14pt;
   text-align: left;
}

#must_let {
  color: #990000;
  text-decoration: underline;
}

#disclaimer {
  margin-top: 10px;
  font-family: "Comic Sans Ms", Verdana, Helv;
  font-size: 7pt;
  color: #0000ff;
}

.promo_table {
  border: 1px solid #8A3E3E;
  background-color: #ffffff;
  width: 80%;
  margin: 0 auto;
}

.promo {  
  text-align: left;  
  font-size: 1.5em;
  font-weight: bold;
  margin-right: 5px;
}

.promo_small {
  font-size: 0.8em;
}


#promo_list {
  width: 80%;
  border: 1px solid #8A3E3E;
  background-color: #ffffff;
  padding: 10px;
  text-align: left;
}

#promo_list h2 {
  font-size: 2em;
  font-weight: bold;  
  border-bottom: 1px solid #8A3E3E;
}

.videoTotal {
  float: right;
  text-align: right;
}

