@charset "utf-8";
/* CSS Document */

h1 {
	font-size:18px;
	
	border-bottom:1px solid #666699;
	font-family:Arial, Helvetica, sans-serif;
	height:28px;
	width:589px;
	margin:0 auto 0;
	color:#0066CC;
}

h1.multimedia {
	background:url(/GenericFiles/Images/multimedia/movie1.jpg) no-repeat;
	padding:12px 0 0 0;
}

/* Multimedia --> */
#ContentsAboutUs {
	width:680px;	
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto 0;
}

#ContentsAboutUs h2{
	margin-top:15px;
	margin-bottom:6px;
	margin-right:15px;
	margin-left:15px;		
	font-size:16px;
	color:#0066CC;
	font-weight:bold;
}

#ContentsAboutUs p{
	margin-bottom:10px;
	margin-right:15px;		
	font-size:12px;
	color:#000000;
}

.MovieOuter{
	height:inherit;
    border: 0px solid #CCCCCC;
    width: 600px;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
	float:left;
	margin:0 auto 0;
	margin-left:20px;
	margin-right:15px;
	margin-bottom:10px;
	padding:9px;	
}

.MovieOuter img{
	float:left;
	padding-right:10px;
	border:0;
	margin:0;
}

.MovieOuter p{	
	font-weight:normal;
	margin:0;
	padding:0;
}

.MovieOuter a{
	color:#0066CC;
	text-decoration:underline;
}

.MovieOuter a:hover {
	color:#FF5151;
	border:0;
	background:none;
	}
	
.clearboth { 
	clear: both; 
}



.Next a{
	float:right;	
	margin-bottom:5px;
	color:#0066CC;
	text-decoration:none;
	margin-right:35px;
	font-size:12px;
	
}

.Next a:hover {
	color:#FF5151;
	border:0;
	background:none;
	}

.Preview a{
	float:left;	
	margin-bottom:5px;
	color:#0066CC;
	text-decoration:none;
	margin-left:20px;
	font-size:12px;
}


.Preview a:hover {
	color:#FF5151;
	border:0;
	background:none;
	}