body{
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	background-color: #303030;
	height: 100%;
	background: #303030 url(../img/bg.gif) top center repeat-y;
}

h1{
	color: #fff;
	font-size: 25px;
}

h2{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

img{
	border: 0px;
}

#wrap{
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 954px;
	height: 100%;
	/* background-color: #151515; */
	background: #303030;
}

#main{
	width: 100%;
	overflow: auto;
	/* background-color: #303030; */
}

#content{
	width: 634px;
	padding: 10px 0px 0px 0px;
	float: left;
	overflow: hidden;
	background-color: #151515;
	font-size: 12px;
	color: #929292;
}

#content div{
	padding: 0px 0px 10px 10px;
}

#content ul{
	padding: 0px 0px 0px 25px;
	margin-top: 0px;
	font-size: 12px;
	line-height: 140%;
	color: #707070;
}

#content a{
	color: #707070;
}

#content a:visited{
	color: #666;
}

#content a:hover{
	color: #999;
}

#content #movies{
	background: #151515;
	width: 100%;
	overflow: hidden;
	font-size: 10px;
	padding: 0px 0px 0px 10px;
}

#content #video{
	background: #151515;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	padding: 0px 0px 10px 10px;
}

#content #movies .movie{
	width: 115px;
	height: 210px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}

#content #movies .movie img{
	padding: 0px 0px 5px 0px;
}

#content .adsense{
	background: #151515;
	padding: 10px 0px 5px 0px;
	border-top: 1px #303030 solid;
	text-align: center;
}

#content #trailers{
	background: #222;
	padding: 10px;
	border-top: 1px #303030 solid;
	color: #929292;
	font-size: 13px;
}

#content #trailers a{
	color: #929292;
	padding: 0px 0px 0px 10px;
}

#content #trailers a:hover{
	color: #fff;
}

#content #description{
	background: #222;
	border-top: 1px #303030 solid;
	padding: 10px;
	color: #929292;
	font-size: 13px;
}

#content #description b{
	color: #bfbfbf;
}

#menu{
	width: 300px;
	margin: 0px 0px 0px 20px;
	float: left;
	color: #dddddd;
}

#menu a{
	color: #dddddd;
}

#menu a:visited{
	color: #cccccc;
}

#menu a:hover{
	color: #ffffff;
}

#menu h2{
	padding: 0px;
	margin: 0px;
}

#menu ul{
	padding: 0px;
	margin: 10px 0px 0px 13px;
	font-size: 12px;
}

#menu div{
	background: #B14F39;
	padding: 10px;
	margin: 0px 0px 20px 0px;
}

#header{
	
}

#header #navigation{
	height: 27px;
	color: #666c4d;
	padding: 4px 0px 0px 20px;
	background: url('../img/candybar_bg.gif') repeat-x;
}

#header #navigation a{
	color: #e8edcf;
	text-decoration: none;	
}

#header #navigation a:hover{
	color: #e8edcf;
	text-decoration: underline;	
}

#header #search{
	margin: 1px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	background: #B14F39;
	text-align: center;
}

#header #search form{
	margin: 0px;
	padding: 0px;
}

#footer
{
	clear: both;
	min-height: 130px;
	width: 954px;
	position: relative;
	left: 50%;
	bottom: 0px;
	margin-left: -477px;
	margin-top: 20px;
	font-size: 0.7em;
	text-align: center;
	line-height: 140%;
	color: #444;
	background-color: #151515;

}
#footer a:link { color: #666; }
#footer a:visited { color: #666; }
#footer a:hover { color: #999; }

#footer div {
	color: #666;
	float: left;
	width: 170px;
	height: 90px;
	margin: 10px;
	text-align: left;
}

#footer div div {
	font-weight: bold;
	width: 170px;
	margin: 0px 0px 5px 0px;
	height: 15px;
	border-bottom: 1px solid #333;
}

.infoText {
  background: #99DD99;
  border: #555 solid 1px;
  margin: 10px 0px 10px 0px;
	padding: 4px;
}

.errorText {
  background: #FFAAAA;
  border: #555 solid 1px;
  margin: 10px 0px 10px 0px;
 	padding: 4px;
}
#footer #movieLinks a {
	line-height: 1.5em;
}
.hide { 
	visibility: hidden; 
	display: none; 
}