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

body {
	background-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
}
#surround {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	margin-top: 20px;
	background-color: #FFF;
}
#content {
	width: 800px;
	height: auto;
}
#footer {
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
}
.col_L  {
	float: left;
	width: 200px;
}
.col_R  {
	width: 580px;
	float: right;
	padding: 10px;
	text-align: justify;
}
.clear {
	clear: both;
}
#header {
	background-color: #9C6;
	height: 200px;
	width: 800px;
}
#sidebar {
	color: #999;
	text-align: justify;
	padding: 10px;
}
.LH_col_img {
	margin-bottom: 20px;
}
#image_bar {
	width: 800px;
	height: 90px;
}
.image_bar_cell {
	float: left;
	border: 1px solid #000;
}
h1 {
	font-size: 18px;
	color: #333;
}
h2 {
	font-size: 14px;
	color: #F90;
}


#footer a:link, #footer a:visited {color: #333; text-decoration:none;}
#footer a:hover {color:#0072B1;}


.col_R a {
	color: #0072B1;
	text-decoration: none;
}
.col_R a:hover {
	color: #5FCEEA;
	text-decoration: none;
}
img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thankyou {
	font-size: 8px;
	color: #999;
}
.movieWrapper {
	height:300px;
	width: 530px;
	text-align:center;
	}
.movieTitle {
	text-align: center;
	font-size: 10pt;
	margin-bottom:20px;
	color: #999;
	}
.links_layout {
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	}