/*--------------------------*/
/* TICKET BUSTER --- STYLES */
/*--------------------------*/

html,body { margin:0; padding:0; }

body {
	color: #000000;
	font-size: 10pt;
	font-family: Verdana, Arial;
	background: #000000;
}

a:link,a:active,a:visited { text-decoration: none; color : RED; }
a:hover		{ text-decoration: none; color : #FFC000; }

#buttons {
	float: center;
	padding-top: 15px;
	width: 444px;
	height: 25px;
	background: #000000;
}

#container {
	background: #000000;
}

#footer {
	width: 414px;
	padding-top: 20px;
	background: #000000;
}

#header {
	float: center;
	padding-top: 0px;
	width: 550px;
	height: 195px;
	background: #000000 url('images/title_credits.jpg');
}

#left-margin {
	float: left;
	width: 100px;
	height: 1200px;
	background: #910000 url('images/.gif') top repeat-x;
}

#movieHD {
	float: center;
	margin-top: 10px;
	padding-top: 20px;
	width: 848px;
	height: 490px;
	background: #000000;
}

#movieSml {
	float: center;
	margin-top: 30px;
	padding-top: 20px;
	width: 370px;
	height: 230px;
	background: #000000;
}

#movieMed {
	float: center;
	margin-top: 30px;
	padding-top: 20px;
	width: 450px;
	height: 280px;
	background: #000000;
}

#movieLg {
	float: center;
	margin-top: 20px;
	padding-top: 20px;
	width: 610px;
	height: 365px;
	background: #000000;
}

#poster {
	float: center;
	width: 414px;
	height: 598px;
	background: #000000 url('images/poster.jpg');
}

#right-margin {
	float: right;
	width: 100px;
	height: 1200px;
	background: #910000 url('images/ticketbuster-right.gif');
}

#subnav {
	float: center;
	padding-top: 15px;
	width: 444px;
	height: 30px;
	background: #000000;
}

#video {
	float: right;
	margin-top: 20px;
	padding-right: 12px;
	width: 420px;
	height: 343px;
	background: #ffffff;
}

#yellowbox {
	float: right;
	padding-top: 25px;
	width: 800px;
	height: 103px;
	background: #ffffff url('images/.gif');
}



.boxtext {
	float: center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	line-height: 16px;
}

.footertext {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	color: #5F5F5F;
	font-weight: normal;
}

.quote {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 17px;
	color: #910000;
	font-weight: normal;
}

.smalltext {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}

.text {
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 15px;
	color: #000000;
	font-weight: normal;
}

.title {
	float: left;
	margin-top: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 22px;
	color: #910000;
	font-weight: bold;
}






