@charset "utf-8";
/* CSS Document */
/*Reviews Page*/
#reviewsArea  {
	width: 				950px;
	text-align: 		center;
	height: 			auto;
	background: 		url('../images/episode_01_middle.png');
}
.reviews_area_top { 
	width: 				950px;
	height: 			25px;
	background: 		url('../images/episode_01_top.png');
}
.reviews_area_bottom {  
	width: 				950px;
	height: 			25px;
	background: 		url('../images/episode_01_bottom.png');
}
.reviews_area_middle { 
	width: 				900px;
	height:				auto;
	margin:				0 auto;
}
/*Review Content Area*/
#reviewLinksBox  {
	width: 900px;
	height: auto;
	margin: auto;
}
#reviewLinksBox h2  {
	font-size: 20px;
	color: #990000;
	padding: 5px;
	text-align: left;
}
#reviewLinksBox a  {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#reviewLinksBox a:hover {
	color: #990000;
}
#reviewLinksBox .reviewLink  {
	width: 700px;
	height: auto;
	padding: 10px 5px;
	text-align: center;
	margin: auto;
}
#reviewLinksBox .reviewLink img {
	border: 1px solid #333;
}
#reviewLinksBox .reviewLink p {
	margin: 0px auto;
	padding: 5px;
	text-align: center;
}
