/* CSS Document */
* {
	font-family:Georgia, Times, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	line-height: 15px;
	
}
html {
	font-family:Georgia, Times, Arial, Verdana,  Helvetica, sans-serif;
	font-size: 14px;
	height:100%;
	width:100%;
	min-height: 100%;
	margin:0;
	
}
body {
	margin:0;
	padding: 0px;
	background-color: #2b2b2b;
	width: 100%;
	height: 100%;
	min-height: 100%;
	text-align: center;
	background-image:url(../images/stripes.gif);
	background-position:top left;
	background-repeat:repeat;
}

/* ========= POSITIONING ========= */

.holder {
	width: 970px;
	text-align: left;
	margin: 0px auto;
}
.warningholder {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}
.topwarning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	color:#993300;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	padding: 2px 0px;
	background-color:#FFF1A2;
	background-image:url(../images/warningback.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	border: 1px solid #FED05E;
}
/* ============ HEADER =========== */
.headerholder {
	width: 100%;
	overflow:hidden;
}

/* ============== BODY ============= */
.contentholder {
	overflow:auto;
	padding: 26px 20px 40px 20px;
	background-color:#FFFFFF;
	background-image:url(../images/contentback.gif);
	background-position:top left;
	background-repeat:repeat-x;
	border-bottom: 2px solid #C6C6C6;
}

.mainwide {
	width: 100%;
	min-height: 240px;
	float:left;
}

.infoPart {
	width: 100%;
	margin-top:8px; 
	margin-bottom: 30px; 
	padding-bottom: 12px;
}

.moviePoster {
	float: left; 
	width: 230px;
}
.moviePoster img {
	border: 6px solid #333333;
}

.moviePosterThumb {
	float: left;
	width: 106px;
	height: 156px;
	margin: 0 4px 4px 0;
	/*border: 1px solid #999;*/
}
.moviePosterThumb img {
	border: 3px solid #333333;
	background-color:#000;
}
/* ============ FOOTER =========== */
.footerholder {
	width: 100%;
	height: 48px;
	float:right;
	overflow:visible;
	padding: 12px 0px;
	background-image:url(../images/footerback.png);
	background-position:top left;
	background-repeat: repeat-x;
}

.footercolumn {
	width: 192px;
	height: 100%;
	margin-left: 10px;
	float:left;
	font-size: 10px;
	color: #FFFFFE;
}

.footercolumn a {
	color: #0090ff;
	font-size: 10px;
	text-decoration: none;
}

.footercolumn a:hover {
	color: #0090ff;
	text-decoration: underline;
}

/* ========= TEXT STYLES ======== */
h1 {
	font-size: 26px;
	color: #901d24;
	margin: 0px;
	line-height:normal;
}

h2 {
	font-size: 20px;
	color: #43454b;
	margin: 0px 0px 0px 0px;
	line-height:normal;
}

h3 {
	font-size: 14px;
	color: #43454b;
	margin: 0px;
	line-height:normal;
}

h4 {
	font-size: 14px;
	color: #FFFFFE;
	margin: 0px;
	line-height:normal;
}

p {
	margin: 0px 0px 20px 0px;
	}

a {
	color: #901d24;
	text-decoration:underline;
}

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

dl {
	margin: 0px;
	}
dt {
	font-size: 14px;
	color: #901d24;
	font-weight: bold;
	border-bottom: 1px solid #EBEBEB;
}

dd {
	padding-bottom: 10px;
	padding-top: 4px;
	margin-left: 10px;
}
hr {
	width; 100%;
	height: 1px;
	margin: 0px;
	border-bottom: 1px dashed #999999;
	}