* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a, a:link, a:visited {
	color: #948601;
	color: #b90e2e;
	text-decoration: none;
}

a:hover {
	color: #9b9b9b;
}

h1 {
	font-size: 28px;
	margin-bottom: 5px;
	background-image: url(../images/header_bg2.jpg);
	width: 578px;
	height: 46px;
	text-align: center;
	color: #fdcf19;
	line-height: 46px;
}

h2 {
	font-size: 18px;
	color: #000;
	margin-bottom: 2px;
}

h3 {
	font-size: 12px;
	margin-bottom: 5px;
	
}

#container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

	#header {
		width: 970px;
		height: 107px;
		background-image: url(../images/header_bg.jpg);
	}
		
		#header div {
			position: relative;
			width: 104px;
			height: 32px;
			float: left;
			border: 0px solid red;
			line-height: 30px;
			text-align: center;
			top: 74px;
			left: 369px;
			font-weight: bold;
			font-size: 16px;
			margin-right: 1px;
		}

	#content {
		border: 0px solid red;
		padding: 25px 5px 5px 5px;
		min-height: 400px;
		background-color: #d2d2d2;
		background-image: url(../images/body_bg.jpg);
		background-repeat: no-repeat;
	}
	
		#content .sideBar {
			width: 180px;
			font-size: 12px;
			padding-top: 0px;
		}
		
			.sideBar .header {
				margin: 0 0 5px 0;
				width: 180px;
				height: 31px;
				background-image: url(../images/sideBarHeaderBG.jpg);
				text-align: center;
			}
			
				.sideBar .header h2 {
					margin: 0;
					padding: 0;
					line-height: 30px;
					color: #fff;					
				}
		
			#content .sideBar P {
				margin: 3px 0 2px 5px;
			}
			
		#content #mainBody {
			padding: 0 10px 0 10px;
			border: 0px solid red;
		}
		
	.tgp {
		text-align: center; margin: 10px;
	}
		
	.movieInfo p {
		margin-top: 5px;
	}
	
		.movieInfo .options {
			text-align: left;
			padding-left: 5px;
			color: #999;
			font-weight: bold;
		}
		
			.movieInfo .options div {
				margin-top: 5px;
			}
			
		p.description {
			border-bottom: 2px solid #999;
			padding-bottom: 10px;
			margin-bottom: 10px;			
		}
	
	#trailerPane {
		border: 2px solid #222;
	}
	
	.thumb {
		border: 1px solid #7b7b7b;
	}
		
	#footer {
		width: 970px;
		background-color: #d2d2d2;
		text-align: center;
		padding-bottom: 25px;
		background-image: url(../images/footer_bg.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
	}
		#footer span {
			font-weight: bold;
			font-size: 12px;
			color: #666;
		}