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

/* Set Defaults */
* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body {
	background-image: url(../images/PC-background.jpg);
	background-color: #0B0A07;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

/* Containers */
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#header {
	height: 433px;
	width: 980px;
	background-image: url(../images/PC-header.png);
	margin-bottom: 20px;
}
#col1 {
	display: block;
	float: left;
	width: 317px;
}
#col2 {
	width: 647px;
	float: right;
	padding: 0px;
}
#videoplayer {
	display: block;
	float: right;
	width: 616px;
	height: 255px;
	background-image: url(../images/PC-player.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 15px;
	margin-bottom: 15px;
}
#videoplayer .textcol {
	float: left;
	width: 230px;
	padding: 0px;
}
#videoplayer .playercol {
	float: right;
	width: 350px;
}
.clearfloat {
	clear: both;
}
#videoplayer .player {
	background-color: #000000;
	height: 210px;
	width: 350px;
}
#videoplayer .textcol h1 {
	width: 190px;
	height: 50px;
	display: block;
	overflow: hidden;
	line-height: 300px;
	background-image: url(../images/film-h1.png);
	background-repeat: no-repeat;
	background-position: -12px 0px;
}
#videoplayer .textcol p {
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica;
}
#donate {
	float: left;
	width: 286px;
	background-image: url(../images/PC-darkblk.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 15px;
	height: 290px;
}
#donate h1 {
	width: 180px;
	height: 45px;
	display: block;
	background-image: url(../images/donate-h1.png);
	background-position: -20px 0px;
	background-repeat: no-repeat;
	line-height: 300px;
	overflow: hidden;
}
#donatebtn-lg {
	padding: 5px;
	margin-top: 5px;
	height: 35px;
	display: block;
	margin-bottom: 0px;
	width: 280px;
}
#goal h1 {
	width: 180px;
	height: 45px;
	display: block;
	background-image: url(../images/donate-h1.png);
	background-position: -213px 0px;
	background-repeat: no-repeat;
	line-height: 300px;
	overflow: hidden;
}
#content {
	width: 980px;
	display: block;
}
#goal {
	float: right;
	width: 286px;
	background-image: url(../images/PC-darkblk.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 15px;
	height: 290px;
}
#footer {
	display: block;
	float: left;
	width: 940px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: right;
	margin-top: 10px;
}
#footer p {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bodytext {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.address {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
}
.captiontitle {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
}
.caption {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
}
#header h1 {
	height: 20px;
	display: none;
}
#donate-hdr {
	float: right;
	height: 43px;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
#don-hdr-btn {
	height: 44px;
	width: 117px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.hidden {
	display: none;
}

