body, html {
  margin: 0px;
	padding: 0px;
  text-align: left;
  font-family: "Trebuchet MS";
  font-size: 12px;	
	background-color: #954100;
	background-image:url('../images/background.jpg');
	height: 100%;
	color: #ccc;
	line-height: 120%;
}

#container {
	position: relative;
	width: 1021px;
	margin-left:-515px;
	left:50%;
	height: auto;
	z-index:1;
	background-image: url('../images/container.jpg');
	background-repeat: repeat-y;
}

#header{
	position: relative;
	background-image: url('../images/header.jpg');
	width: 1021px;
	height:455px;
	z-index:1;
}

#header .access{
	position: absolute;
	bottom: 0px;
}


.clear{
	clear: both;
	padding:0px;
	margin:0px;
}

.moviecontainer{
	position: relative;
	background-image: url('../images/moviecontainer.jpg');
	background-repeat: no-repeat;
	width: 1021px;
	height:466px;	
	z-index:1;
	padding-top: 30px;
	padding-left: 35px;
}

.moviecontainer h1{
	color: #fff;
}

.moviecontainer .movietitle{
	position: relative;
	margin-top: 27px;
	margin-left: 50px;
	margin-right: 20px;
	width: 670px;
	height: 48px;
	float: left;
	padding-top: 5px;
}

.moviecontainer .movieduration h1{
	color: #fff;
}

.moviecontainer .movieduration h1 b{
	color: #ff0000;
}

.moviecontainer .movieduration{
	position: relative;
	width: 200px;
	margin-top: 27px;
	height: 38px;
	float: left;
	height: 44px;
	padding-top: 5px;
	padding-right: 20px;
}

.moviecontainer .c1{
	position: relative;
	width: 245px;
	height: 240px;
	margin-left: 55px;
	float: left;

}

.moviecontainer .c1 .thumb1{
	position: relative;
}

.moviecontainer .c2{
	position: relative;
	width: 400px;
	height: 240px;
	float: left;
}

.moviecontainer .c2 .thumb1{
	position: relative;
	border: 1px solid #666;
	width: 175px;
	height: 125px;
	margin-right: 29px;
	float: left;
}

.moviecontainer .c2 .thumb2{
	position: relative;
	border: 1px solid #666;
	width: 175px;
	height: 125px;
	float: left;
	margin-bottom: 31px;
}

.moviecontainer .c2 .description{
	position: relative;
	width: 380px;
	height: 70px;
	overflow:hidden;
}

.moviecontainer .c3{
	position: relative;
	width: 220px;
	height: 240px;
	float: left;
}

.moviecontainer .c3 .thumb1{
	position: relative;
	border: 1px solid #666;
	width: 175px;
	height: 125px;
	left: 13px;
	margin-bottom:63px;
}


.moviecontainer .c3 .scoreCnt{
	position: relative;
	width: 225px;
	height: 40px;
}

.moviecontainer .trailer{
	position: relative;
	top: 10px;
	left: 45px;
	float: left;
}

.moviecontainer .access{
	position: relative;
	top: 10px;
	float: right;
	padding-right:95px;
}


#footer{
	position: relative;
	width: 1031px;
	height: auto;
	text-align: center;
}

.quickJumper{
	position: relative;
	width: 15px;
	height: 20px;
	border: 1px solid #000;
	background-color: #333333;
	text-align: center;
	padding: 5px 5px 0px 5px;
	margin-right: 3px;
	float: left;
	text-transform:uppercase;
}

.quickJumperSelected{
	border: 1px solid #000;
	background-color: #1a1a1a;
	position: relative;
	width: 15px;
	height: 20px;
	text-align: center;
	padding: 5px 5px 0px 5px;
	margin-right: 3px;
	float: left;
	text-transform:uppercase;
}

h1{	
	position: relative;
	font-size: 20px;
	color:#ccc;
	margin: 0px;
	padding: 0px;
}

.jcropper-holder { border: 1px black solid; }

#outer {
	text-align: center;
}

.jcExample
{
	text-align: left;
	background: white;
	width: 700px;
	font-size: 80%;
	margin: 3.5em auto 2em auto;
	*margin: 3.5em 10% 2em 10%;
	border: 1px black solid;
	padding: 1em 2em 2em;
}

.jcExample .article
{
	width: 565px;
}

form
{
	margin: 1.5em 0;
}

form label
{
	margin-right: 1em;
	font-weight: bold;
	color: #990000;
}

.jcExample p
{ 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
}



a.quickJumper:link {color: #ccc; text-decoration: none; }
a.quickJumper:hover {color: #ccc; text-decoration: underline; }
a.quickJumper:visited {color: #ccc; text-decoration: none; }
a.quickJumper:active {color: #ccc; } 

a.quickJumperSelected:link {color: #ccc; text-decoration: none; }
a.quickJumperSelected:hover {color: #ccc; text-decoration: underline; }
a.quickJumperSelected:visited {color: #ccc; text-decoration: none; }
a.quickJumperSelected:active {color: #ccc; } 

a:link {
color: #ccc;
text-decoration:none;
}

a:visited {
color: #ccc;
text-decoration:none;
}

a:hover {
color: #ff0000;
text-decoration:none;
}


a:active {
color: #ccc;
text-decoration:none;
}
