@charset "UTF-8";
/* CSS Document */

body {
	background-color:#808080;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#333;
}
p, * {color:#373737;}
h3 {
	margin:0;
	font-size:20px;
	padding:25px;
	text-align:center;
}
h4 {
	font-size:20px;
	margin:10px 0
}
#plrIntro {
	position:absolute;
	top:5px;
	right:5px;
}
#wrapper {
	width:900px;
	margin:0 auto;
	padding-top:20px;
}
#header1 {
	background:url(img/header.jpg) top left no-repeat;
	height:140px;
	position:relative;
	font-style:italic;
}
#header1 h1 {
	position:absolute;
	top:15px;
	right:75px;
	color:#FFF;
	font-size:40px;
	font-weight:bold;
}
#header1 h2 {
	position:absolute;
	top:65px;
	right:50px;
	color:#FFC;
	font-size:32px;
	font-weight:100;
}
#header {
	background:url(img/header.jpg) top left no-repeat;
	height:201px;
	position:relative;
	font-style:italic;
}
#header h1 {
	position:absolute;
	top:15px;
	right:75px;
	color:#FFF;
	font-size:40px;
	font-weight:bold;
}
#header h2 {
	position:absolute;
	top:65px;
	right:50px;
	color:#FFC;
	font-size:32px;
	font-weight:100;
}
#contents {
	background:#FFFFFF;
	padding:17px;
}
#panelWrapper {
	width:760px;
	margin:0 auto;
}
.buttons {
	width:478px;
	height:114px;
	background-position:top left no-repeat;
	display:block;
	margin:15px auto 5px auto;
}
.buttons:hover {
	background-position:bottom left;
}
#btnWatch {
	background-image:url(img/btnWatch.jpg)
}
#btnRead {
	background-image:url(img/btnRead.jpg)
}
.sectionTitle {
	background:url(img/sectionTitles.png) top left no-repeat;
	display: block;
	width:770px;
	height:40px;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	padding-left:20px;
	margin-top:30px;
	margin-left:40px;

}
.sectionWrapper {
	border-left:1px solid #5d86b7;
	border-right:1px solid #5d86b7;
	border-bottom:1px solid #5d86b7;
	width:748px;
	padding:10px;
	margin-left:40px;

}
.movieWrapper {
	width:520px;
	min-height:240px;
	margin:15px auto;
	border-top:10px solid #fada5a;
	border-bottom:5px solid #fada5a;
	background-color:#CCC;
}
.movieInfo {
	width:170px;
	float:right;
	height:220px;
	padding:10px;
	font-size:12px;
	color:#666;
}
.click a:link, .click a:visited {color:#FFFFFF;}
.click a:hover, .click a:active {color:#FFFFFF;}
.bigred a:link, .bigred a:visited {color:#FF0000; font-size:36px;}
.bigred a:hover, .bigred a:active {color:#FF0000; font-size:36px;}

.movieheader {
	font-size:14px;
	font-weight:bold
}
.movieTitle {
	font-weight:bold;
	font-size:12px;
}
.emphBlue {
	color:#336699;
}
.emphYellow {
	color:#FFFFFF;
}
.emphRed {
	color:#CC0000;
	font-weight:bold;
}
.emphRedClick {
	color:#900;
	font-weight:bold;
	font-size:20px;
}
.emphBackground {
	background-color:#FF0;
}
.emphBold {
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.emphBoldItalic {
	font-style:italic;
	font-weight:bold
}
.note {
	font-size:11px;
	text-align:center
}
.floatLeft {
	float:left
}
.floatRight {
	float:right
}
#formWrapper {
	text-align:center;
	display:block;
	width:365px;
	height:269px;
	margin:40px auto;
	background:url(img/loginBG.jpg) top left no-repeat;
	padding:0 30px;
}
.formHeader {
	color:#FFC;
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	padding:15px 0 0 0;
	display:block;
}
.formText, .formTextError {
	display:block;
	margin-top:55px;
	font-size:16px;
	font-weight:bold;
}
.formTextError{color:#F00;}
#formWrapper input, #formWrapper button {
	font-size:24px;
	color:#666;
}