#body
{
	background: #ACAC37;
}
#wrapper { position: relative; }


/* CHANGE THIS PADDING BOTTOM DEPENDING ON HOW MANY NEWS ITEMS YOU HAVE ON THE HOME PAGE */
/* ADD MORE IF FEWER ITEMS...ADD LESS IF MORE ITEMS...*/
/* YOU WANT THE THREE HOME PAGE BANNERS ABOUT 1/3 INTO THE FLASH BANNER AND 2/3 BELOW */
#content
{
	padding-bottom: 5.5em;
}

#banner
{
   position: relative;
   z-index: 300;
  width: 50em;
  float: left;
}
 
#banner img
{
   width: 50em;
   height: 14em;
   float: left;
   position: relative;
   z-index: 7;
}

div#body
{
	z-index:6666;
}

div#wrapper
{	
	z-index:8888;
}

.poster
{
	position: absolute;
	width: 8em;
	height: 12.5em;
	top: 17em;
	right: 15em;
	z-index: 9999;
	border: 2px solid #444;
	background: #444 url(../images/artwork/poster_bg.gif) bottom left repeat-y; 
}

.poster .top 
{ 
    height: 8.4em;
    padding: 0em 0em 0em 0em;
    background: #BCC53E;
}

/* FOR THESE .poster img RULES, THE TOP PADDING PLUS THE HEIGHT NEED TO BE = 7.4em */
.poster img
{
	padding: 6.5em 0.5em 0.5em 0.5em;
	width: 7em;
	height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.poster img#JULIE
{
	padding: 0em 0em 0em 0em;
	width: 8em;
	height: 8.4em;
}

.poster img#TENTH
{
	padding: 0em 0em 0em 0em;
	width: 8em;
	height: 8.4em;
}

.poster img#RTBP
{
	padding: 0em 0em 0em 0em;
	width: 8em;
	height: 8.4em;
}
.poster img#PRIDE
{
	padding: 0em 0em 0em 0em;
	width: 8em;
	height: 8.4em;
}
.poster img#PARLOUR
{
	padding: 0em 0em 0em 0em;
	width: 8em;
	height: 8.4em;
}
.poster img#LIE
{
	padding: 0em 0em 0em 0em;
	width: 8em;
	height: 8.4em;
}
.poster img#LDJIN
{
	padding: 1em 0.5em 0.5em 0.5em;
	width: 7em;
	height: 6.4em;
}

.poster img#HWMKH
{
	width: 4em;
	height: 4em;
	padding: 3.4em 2.0em 0.5em 2.0em;

}
.poster img#WAOVW
{
	width: 7em;
	height: 3.2392em;
	padding: 4.16em 0.5em 0.5em 0.5em;
}
.poster img#SU
{
	width: 7em;
	height: 3.54861em;
	padding: 3.8513889em 0.5em 0.5em;
}
.poster img#TIHIG
{
	width: 7em;
	height: 6em;
	padding: 1.4em 0.5em 0.5em;
}
.poster img#seasonposter
{
	width: 7.9375em;
	height: 1.5625em;
	padding-right: 0;
	padding-left: 0;
}
.poster img#specialevents
{
	width: 8em;
	height: 1.39em;
	padding-right: 0;
	padding-left: 0;
}

.poster .bottom
{
	font-size: 57%;
	margin: 0em 0.5em 0.5em 0.5em;
	color: white;
}
.poster .bottom a
{
	color: #BCC53E;
}
.poster .bottom a:hover
{
	color: #BCC53E;
}

.poster#left { right: 20em; }
.poster#center { right: 11em; }
.poster#right { right: 2em;}

.copy
{
	font-size: 75%;
	padding-left: 2em;
	width: 35%;
}
.poster .bottom dl dd a
{
	color: white;
}
.poster .bottom dl dd a:hover
{
	color: white;
}
.poster .bottom dl dt
{
	color: #BCC53E;
}


