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


body {
	background-image: url(images/bg.gif);
	margin: 0px;	
}
.joinimg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #D12D95;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 5px;
	text-align: center;
}

a:link {
	color: #ce2586;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 110%;
}

a:visited {
	text-decoration: none;
	color: #ce2586;
	text-transform: uppercase;
	letter-spacing: 110%;
}

a:hover {
	text-decoration: underline;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 110%;

}

a:active {
	text-decoration: none;
	color: #ce2586;
	text-transform: uppercase;
	letter-spacing: 110%;

}

.episode {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #000;
	text-align: center;
	word-spacing: 0.2em;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	line-height: 1em;
}
.content_bkg {
	background-image: url(images/1_bkg.jpg);
	background-repeat: no-repeat;
}
.joinheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
#wrapper {
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #000;
	border-left-color: #000;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFF;
	text-align: right;
	font-weight: bold;
	line-height: 1.2em;
	background-image: url(images/1_footerbkg.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 160px;
	width: 730px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-bottom-color: #000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-right-color: #000;
	border-left-color: #000;
}

#footer a:link {
	color:#FFF;
	text-decoration:underline;
	text-transform:none;
	letter-spacing: 125%;
}

#footer a:visited {
	color:#FFF;
	text-decoration:underline;
	text-transform:none;
	letter-spacing: 125%;
}

#footer a:hover {
	color:#FF9;
	text-transform:none;
	letter-spacing: 125%;
}
.images {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #666;
	border-bottom-color: #666;
	padding: 4px;
	background-color: #FFF;
}

