body {
	background-image: url(../images/vert_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #660066;
}
.main_table {
	border: thin solid #FFFFFF;
}
h1 {
	font-family: "Century Gothic", Arial, "Times New Roman";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	background-color: #451F52;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
p {
	font-family: "Century Gothic", Arial, "Times New Roman";
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #660066;
	padding: 15px;
	border: 1px solid #663366;
}
.cast_image {
	text-align: center;
	vertical-align: middle;
	border: thin solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: "Century Gothic", Arial, "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	padding: 15px;
	border: thin dotted #FFFF00;
}
.image {
	border: medium none #FFFFFF;
	padding: 5px 8px;
}
a:link {
	color: #FFFF00;
	text-decoration: underline;
}
a:visited {
	color: #CC00CC;
	text-decoration: underline;
}
a:hover {
	color: #FF00FF;
	text-decoration: none;
}
