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


		*{
			margin-top: 0;
			margin-bottom:0;
			padding-top: 0;
			padding-bottom:0;
		}
		
		body {
			font:Verdana, Geneva, sans-serif small;
			background-color: #000;
			margin:0;
			padding:0px;
	
			}
			
			
		#container {
			margin:0 auto;
			text-align:left;
			width:800px;
			position:relative;
			background-color:#FFF;
	
		}

		.header {
			background: url(../Images/Banner/Reel-Banner-x800.gif) no-repeat;
			height: 100px;
			border-bottom:#000 3px solid;
			margin:0px;
			padding:0px;
		}
		.navbar {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 160px;
	top: 103px;
	bottom: 0;
	left:0;
	background-color:#999;
		}
		
		ul.navbar {
			list-style: none;
			padding: 0;
			margin: 0;
			
			
			
			}	
		ul.navbar li {
			
			padding-left: 5px;
			padding-top: 20px;
			}	
		ul.navbar a {
			text-decoration: none;
			color: #000;
			font-weight:bold;
			font-size:medium;
			}
			
		ul.navbar a:hover {
			text-decoration: none;
			color: #FFF;
			font-weight:bold;
			}
			
		ul.navbar a:visited {
			text-decoration: none;
			color: #000;
			font-weight:bold;
			}
			
		ul {
			font-family:Verdana, Geneva, sans-serif;
			font-size:small;
			list-style:circle;
			padding-left: 60px;
			width: 340px;
		}
		
		h1 {
			font-family: Verdana, Helvetica, san-serif;
			color: white;
			font-style: italic;
			padding-left: 10px;
			background-color: #36C;
			font-size: 12pt;
			padding-bottom: 3pt;
			height: 25px;
			}	
		h2 {
			font-size: medium;
			font-style: italic;
			font-family: Georgia;
			}	
		h3 {
			font-family: Verdana, Helvetica, san-serif;
			font-size: medium;
			padding-left: 10px;
			padding-bottom: 10px;
			padding-top: 10px;
				
			}
			
		.h3 {
			font-family: Verdana, Helvetica, san-serif;
			font-size: medium;
			font-weight:normal;
			color:#06F;
				
			}
			
		.h3_2 {
				font-family:Verdana, Geneva, sans-serif;
				font-size: xx-small;
				color:#333;
			}
		
		h4 {
			font-family: Verdana, Helvetica, san-serif;
			color: white;
			font-style: italic;
			padding-left: 10px;
			background-color: red;
			font-size: 12pt;
			padding-bottom: 3pt;
			height: 25px;
			border-top: 3px #000 solid;
			
			}	
			
		h5 {
			font-family: Verdana, Helvetica, san-serif;
			color: white;
			font-style: italic;
			padding-left: 10px;
			background-color: #393;
			font-size: 12pt;
			padding-bottom: 3pt;
			height: 25px;
			border-top: 3px #000 solid;
			
			}	
			
		p {
			font-family: Verdana, Helvetica, san-serif;
			font-size: 10pt;
			margin-left:180px;
			padding-top:5px;
			padding-bottom: 5px;
			width: 400px;
			
			}		
		.content {
			width:640px;
			vertical-align: top;
			margin-left: 160px;
			padding: 0px;
			background: white;
			
			}
		
		.showtime {
	text-align: right;
	font-size: x-small;
	padding-right: 10px;
	margin: 0;
	width: 640px;
			}	
.red {
			margin-left: 30px;
			padding-top:5px;
			padding-bottom: 5px;
			width: 400px;
			}
		.review {
			
			background-color: yellow;
			border-left: 3px solid #000;
			border-top: 3px solid #000;
			border-bottom: 3px solid #000;
			border-color: black;
			padding: 5px;
			width: 170px;
			display: block;
			
			float: right;
			
						}
						
		.reviewB {
			
			background-color: yellow;
			border-left: 3px solid #000;
			
			border-bottom: 3px solid #000;
			border-color: black;
			padding: 5px;
			width: 170px;
			display: block;
			
			float: right;
			
						}
						
		.reviewclear {
			
			background-color: #fff;
			border-left: 3px solid #000;
			
			
			border-color: #000;
			padding: 5px;
			width: 170px;
			display: block;
			
			float: right;
			
						}				
		.reviewtext {
			font:small Verdana, Geneva, sans-serif;
			font-size: small;
			text-align: center;
			padding:0;
			margin:0;
			width: 170px;
						}
						
		.reviewtop {
			font:small Verdana, Geneva, sans-serif;
			font-size: small;
			text-align: center;
			font-weight:bold;
			border-top:solid #000 1px;
			color:#000;
			padding:0;
			margin:0;
			width: 170px;
						}				
			
	.header_link {
			padding-left: 200px;
			padding-top: 80px;
			font-style: italic;
			}
			
	.post {
	font: italic small Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px 15px 20px;
	padding: 15px 10px 5px;
	width: 550px;
	text-align: center;
	border-bottom: medium solid #666;
			}		
			
    h1,h2,h3,h4,h5,h6 {
			font-family: Verdana, Geneva, sans-serif;
			}
a:link {
	text-decoration: none;
	color: #393;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #393;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.footer {
	height: 120px;
	width: 640px;
	padding-left: 140px;
	background: #FFF;
	border-top: 3px solid #000;
	padding-right: 20px;
}

.footer2 {
	height:60px;
	width: 640px;
	padding-left: 140px;
	padding-right: 20px;
	background: #FFF;
	border-top: 3px solid #000;
	
}

.toptopicborder { 
	margin-top: 15px; 
	margin-left: 10px; 
	padding-bottom: 2px; 
	border-bottom: 1px dotted black ;
	font-weight:bold;
	}
	
.toptopicborderG { 
	margin-top: 15px; 
	margin-left: 10px; 
	padding-bottom: 2px; 
	border-bottom: 1px dotted black ;
	font-weight:bold;
	color: #06F;
	}
	
.toptopicborderR { 
	margin-top: 15px; 
	margin-left: 10px; 
	padding-bottom: 2px; 
	border-bottom: 1px dotted black ;
	font-weight:bold;
	color:#F00;
	}
.image {
	background: #FFFFFF;
	width: 155px;
	text-align: center;
	margin: 0px;
	padding: 5px;
}
