body {
	background-color: #000000;
	text-align: center; /* for IE */
}

#overall_wrapper {
	width: 800px;
	height: 770px;
	background-color: #62000f;
	text-align: left; /* counter the body center */
}

.top_banner {
	width: 800px;
}

.main_container {
	color: #ffffff;
	height: 630px;
}

.left_nav {
	width: 150px;
	height: 671px;
	float: left;s
}

.right_content {
	width: 633px;
	height: 100%;
	float: right;
	background-color: #000000;
	padding: 5px;
	margin-right: 2px;
}

.footer_spacer {
	width: 200px;
	height: 100px;
}

.footer_spacer#footer_left {
	float: left;
}

.footer_spacer#footer_right {
	float: right;
}

.contact {
	color: #ffcc33;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.bar {
	height: 20px;
	background-color: #62000f;
}

.bottom {
	vertical-align: bottom;
}

#myTabs {
	height: '300px';
	position: 'relative';
	float: 'left';
	width: '585px';
}

.thumbstable {
	background-color: #454545;
	width: 100%;
	height: 88%;
	vertical-align: top;
}

.thumbstable tr {
	height: 90px;
}

.thumbstable td {
	height: 90px;
}

.imagethumb {
	height: 53px;
	width: 53px;
	float: left;
	margin: 5px;
	padding: 0px;
}

.thumbcontainerempty,
.thumbcontainer {
	color: #898989;	
	/*background-color: #d0d0d0;*/
	background-image: url('../images/thumbnail_bg_2.gif');
	background-repeat: no-repeat;
	width: 168px;;
	margin: 10px;
	font-size: 12px;
	height: 64px;
	overflow: hidden;
	float: left;
}

.thumbcontainerempty {
	background-color: #454545;
}

.thumbcontainer div {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
a:hover div.thumbcontainer {
	background-image: url('../images/thumbnail_bg_2_rollover.gif');
}

a {
	text-decoration: none;
	cursor: pointer;
}

/*.thumbcontainer a:hover {
	text-decoration: underline;
}
*/
img {
	text-decoration: none;
	border: 0px;
	padding: 5px;
}

.viewer_pane {
	width: 100%;
	height: 350;
	
}

.viewer_pane div {
	vertical-align: top;
}

#viewer_pane_left {
	float: left;
	padding-top: 20px;
}

#viewer_pane_right {
	float: right;
}

#tab-container {
	 height: 220px; 
	 vertical-align: top;
	 padding-top: 10px;
	 padding-bottom: 10px;
	 width: 610px;
}

.title {
	color: #686868;
	font-weight: bold;
}

.outer {
	background: #c0c0c0;
	float: right;
}

#movie_desc {
	background: #000000;
	/*background-image: url('/images/desc_bg_main.gif');*/
	background-repeat: no-repeat; colspan=3
	height: 300px;
	width: 185px;
	padding: 0;
	overflow: auto;
	color: #ffffff;
	clear: both;
}
td img {
	padding: 0;
	margin: 0;
}