/* layout */

body {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	
	background-color: #0065FF;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-y;
			
	color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

* html #container {
	margin-left: 1px;

}

* html .horizontal-align {
	margin-left: 1px;
}

/* end of  layout */



/* GLOBAL LINKS */

a:link {
	color: #FFFF99;
	text-decoration: underline;
}

a:visited {
	color: #FFFF99;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FFFF00;
	text-decoration: underline;
}

/* end of GLOBAL LINKS */



/* highlight */

.highlight img {
	border: 5px solid #0065FF;
}

.highlight:hover img {
	border: 5px solid #3987FF;
}

.highlight:hover {
	color: #FFFFFF; /* Dumb definition for MSIE */
}

/* end of highlight */



/* bottom menu */

#menu-width {width: 560px; margin: 0 auto;}
#menu-left {float: left; text-align: left; width: 280px;}
#menu-right {float: right; text-align: right; width: 280px;}

/* end of bottom menu */



/* join */

#join-bg {background-image: url(../images/nylon-stockings-join-07.jpg); background-position: top; background-repeat: no-repeat; width: 300px; height: 495px;}

#join-title {font-size: 16px; text-align: center; font-style: italic; color: #FEFECC; text-transform: uppercase; margin-top: 10px;}
#join-sub-title {font-size: 10px; text-align: center; font-style: italic; color: #FEFECC; text-transform: uppercase;}

#join-text {font-size: 11px; font-style: italic; text-align: center; width: 235px; margin: 0 auto; padding-top: 10px;}

.join-option {background-image: url(../images/join-button.gif); background-position: top; background-repeat: no-repeat; width: 240px; height: 50px; text-align: center; font-size: 12px; font-style: italic; padding-top: 16px; margin: 0 auto; margin-top: 10px;}

.join-option-desc {font-size: 9px; font-style: italic; text-align: center; margin-top: -25px; line-height: 10px;}

/* end of join */



/* box */

.box-bg {background-image: url(../images/episode-box_02.gif); background-position: top; background-repeat: repeat-y;}

.box-title {font-size: 32px; text-align: center; text-transform: uppercase;}
.box-desc {font-size: 11px; text-align: center; font-style: italic; width: 565px; margin: 0 auto;}
.box-join {font-size: 24px; text-align: center; text-transform: uppercase; margin-bottom: 10px; margin-top: 10px;}

/* end of box */