body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  background-color: #600000;
  color: #000000;
  margin: 0px 0px 0px
}

a {
  color: #ae0000;
  text-decoration: none;
  font-weight: bold;
}

a:active {
  color: #ff0f0f;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #ff0f0f;
  text-decoration: none;
  font-weight: bold;
}

#header {
  background-color: #000;
  background-image: url(../graphics/template/banner.jpg);
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  height: 120px;
}

#container {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  padding: 10px;
  background-color: #600000;
}

#container-l {
  float: left;
  width: 160px;
  margin: 0;
  margin-right: 5px;
}

#container-r {
  float: right;
  width: 160px;
  margin: 0;
  margin-left: 5px;
}

#mainbox {
  padding: 5px;
  margin-left: 175px;
  border: 1px solid #000;
  background-color: #fff;
  background-image: url(../graphics/template/background.jpg);
  background-repeat: repeat-y;
  background-position: right;
}

#headbox {
  padding: 5px;
  margin-left: 175px;
  border: 1px solid #000;
  background-color: #fff;
  background-image: url(../graphics/template/background.jpg);
  background-repeat: repeat-y;
  background-position: right;
}

#mainbox-popup {
  padding: 5px;
  border: 1px solid #000;
  background-color: #fff;
  background-image: url(../graphics/template/background.jpg);
}

#container-popup {
  width: 320px;
  margin: 5px;
  padding: 10px;
}

#container-sl {
  width: 358px;
  margin: 5px;
  padding: 10px;
}

#footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px;
  clear: both;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 12px;
}

.sidebox {
  border: 1px solid #000;
  padding: 5px;
  margin-bottom: 15px;
  background-color: #fff;
  width: 150px;
  font-size: 10px;
  text-align: center;
  font-family: Verdana,Helvetica,sans-serif;
}

.sidebox-head {
  border: 1px solid #000;
  border-bottom: none;
  padding: 5px;
  background-color: #ccc;
  width: 150px;
  text-align: center;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 12px;
}

.date {
  text-align: right;
  font-size: 16px;
  background-color: #ddd;
  padding: 5px;
  border: 1px solid;
  font-weight: bold;
}

.thumb {
  border: 0px;
  margin: 2px;
}

.title {
  text-align: right;
  font-size: 16px;
  background-color: #ddd;
  padding: 5px;
  border: 1px solid;
}

.subtitle {
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 10px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.filmstrip {
  background-color: #000;
  background-image: url(../graphics/template/filmstrip.png);
  height: 112px;
  padding-top: 38px;
  padding-left: 48px;
}

.filmstrip32 {
  background-color: #000;
  background-image: url(../graphics/template/filmstrip.png);
  height: 112px;
  padding-top: 38px;
  padding-left: 32px;
}

.bold16 {
  font-size: 16px;
  font-weight: bold;
}

.reviewtable {
  border-bottom: solid 1px;
}

.rating_AA {
  font-weight: bold;
  color: #c000c0;
}

.rating_A {
  font-weight: bold;
  color: #8800c0;
}

.rating_B {
  font-weight: bold;
  color: #4040ff;
}

.rating_C {
  font-weight: bold;
  color: #00c000;
}

.rating_D {
  font-weight: bold;
  color: #c0c000;
}

.rating_E {
  font-weight: bold;
  color: #c07000;
}

.rating_F {
  font-weight: bold;
  color: #f00000;
}

.mquote {
  font-size: 11px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.reviewbox {
	float: right;
	margin-left: 5px;
	border: 1px solid black;
	padding: 5px;
	background-color: #eee;
	text-align: center;
}