/* CSS Document */
body {
	background: url(../Images/bgBar.jpg) repeat-x;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
}

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 400px;
	height: 200px;
	background: url(../Images/Logo.jpg) no-repeat center;
	margin: 0 auto;
}

#header h1{
	display: none;
	}

a {
	text-decoration: none;
	color: #077dfd;
	outline: none;
}

#nav {
	float: left;
	margin: 20px 20px 0 0;
	width: 160px;
}
	
#nav ul {
	list-style-type: none;
	line-height: 0;
	margin: 0;
	padding: 0;
}	

#nav li a {
	outline: none;
}	
p {
	font-face: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

#content {
	margin-top: 15px;
	width: 600px;
	font-size: 12px;
	float: left;
}

.title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.header {
	font-size: 18px;
	font-weight: bold;
}

.show {
	margin-top: 20px;
	width: 600px;
	float: left;
}
#subShow {
	clear: both;
	padding: 25px 0 0 0;
	text-align: center;
}
.showTitle {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}

.showimg {
	width: 200px;
	height: 100%;
	float: left;
	margin: 0 15px 0 0;
}

.showtext {
	width: 385px;
	float: left;
	clear: right;
}

#reviews {
	width: 600px;
	height: auto;
}

.reviewBox {
	position: relative;
	width: 250px;
	height: auto;
	margin-right: 50px;
	float: left;
}

.reviewTitle {
	font-size: 12px;
	font-weight: bold;	
}

.reviewSubTitle {
	font-size: 11px;
}

.reviewText {
	font-size: 10px;
}

.line {
	width: 600px;
	float: left;
	border-bottom: #666666 dotted 4px;
}

table.MsoNormalTable {
	mso-style-parent:"";
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#titleinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14pt;}

#cast td {
	vertical-align: top;
	padding: 5px 0;
}

#cast td.name {
	font-weight: bold;
}

/*
div {
	border: 2px dashed #99FF00;
}
*/

