body {
  background-color: #fafaf7;
  font-family: Arial, Vernada, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #000000;
}
.clear {
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#wrapper {
  margin: 0 auto;
  width: 860px;
  background: #c7c7b1;
}
#top {
	line-height: 25px;
	background: #b3b39f;
	padding-left: 10px;
	padding-right: 10px;
}
#header {
  width: 860px;
  height: 275px;
  background: #c7c7b1;
  vertical-align: center;
}
#header h1 {
  margin: 0;
  display: block;
  background: url(images/banner.gif) no-repeat;
  width: 500px;
  height: 176px;
  overflow: hidden;
}
#header h1 a:link, h1 a:hover, h1 a:visited, h1 a:active{
	display: block;
	width:500px;
	height:176px;
	text-indent: -100000px;
}
#content {
	background: #999988;
	padding: 10px 20px 10px 20px;
}
#footer {
	background: #c7c7b1;
	padding: 20px;
}
h2 {
	margin: 0;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
}
.aheaderbox{
	margin: 0;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #9d4949;
	line-height: 10px;
}
.acontentbox {
	background: #c7c7b1;
	width: 400px;
}
.contentbox {
	background: #c7c7b1;
	border: 2px solid #9d4949;
	width: 400px;
}
.bothbox {
	background: #c7c7b1;
	border: 2px solid #9d4949;
	width: 820px;
}
.mostpopular {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mostpopular li {
	line-height: 35px;
	width: 400px;
	font-weight: bold;
	font-size: 15px;
}
.mostpopular li a:hover {
	background: #e0e0c8;
	display: block;
	text-decoration: none;

}
.mostpopulartext {
	margin-left: 10px;
	display: block;
}

.latestmovies {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 10px;
}
.latestmovies li {
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 10px;
}
.movielink {
	font-weight: bold;
	font-size: 16px;
}
.moviedesc {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-weight: none;
	font-size: 12px;
}

.randommovies {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 10px;
}
.randommovies li {
	clear: both;
	font-weight: bold;
	font-size: 15px;
}
.randommovies img {
	margin-right: 10px;
	margin-bottom: 10px;
}
.sourcenametop {
	border-top: 2px solid #9e7878;
	padding: 10px;
}
.sourcenamelink: link{
	color: #fefefe;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
.sourcenamelink: hover{
	color: #fefefe;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}
.sourcenamelink: visited{
	color: #fefefe;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

#moviebar {
	padding: 4px 0 3px 0;
}
.addeddate {
	color: #ecece4;
	font-size: 12px;
}
.sourcelink: link {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.sourcelink: hover {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.sourcelink: visited {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
