/* HW (c)amazon pixels */

/* about the wizards section layout */

#frameout {position: relative;
	width: 750px;
	/* min-height: 685px; max-height: 100%; */

	border: 0px solid #FF0000;
	top: 0px;
	}

#content {
	position: relative;
	background-color: #8B8B87;
	top: 0px;
	width: 748px;
	height: 750px;
	border: 0px solid #0000ff;
	z-index: 201;
	}

#columnOne {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 8px;
	width: 128px;
	background-color: none;
	float: left;
	}

#columnTwo {position: relative;
	top: 8px;
	left: 0px;
	padding: 8px;
	width: 442px;
	height: 725px;
	border: 0px solid #FF0000;
	background-color: #fff;
	float: left;
	overflow: auto;
	}
	
#columnThree {position: relative;
	top: 0px;
	left: 0px;
	padding: 8px;
	width: 128px;
	border: 0px solid #CCCCCC;
	background-color: none;
	float: right;
	}

#eventBox.top {top: 0px; padding-top: 0px; padding-bottom: 12px;}

#top_advert {
	position: relative;
	padding: 0;
	background-color: black;
	padding-bottom: 4px;
	color: white;
	}

#previewBox	{margin: 0; padding: 0;}
	
#tagLine {
	position: relative; 
	bottom: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
	border: 0px solid #CCCCCC;
	}

.blackfont {color: #000000;}
.whitefont {color: #FFFFFF;}
.darkpurplefont {color: #330066;}
.posterback {background-color: none; background-image: url(../images/poster_background.png); background-repeat: repeat;}
