/* CSS Document */

#EntertainerBox {
	position:		relative;
	display:		block;
	background:		transparent;
	font-family:	Tahoma, Verdana;
	font-size:		10pt;
	font-weight:	normal;
	color:			rgb(124,59,28);
	border-style:	solid;
	border-width:	1px;
	border-color:	white;
	padding:		4px;
	margin-left:	10px;
	margin-top:		10px;
	margin-bottom:	10px;
	cursor:			pointer;
	
	width:			400px;
}

#EntertainerBio {
	position:		relative;
	visibility:		visible;
	display:		block;
	background:		transparent;
	font-family:	Tahoma, Verdana;
	font-size:		10pt;
	font-weight:	normal;
	color:			rgb(120,120,120);
	border-style:	none;
	border-width:	0px;
	border-color:	blue;
	padding:		0px;
	margin:			0px;
	margin-top:		0px;
	
	top: 10px;
}

#EntertainerBioLong {
	position:		relative;
	overflow:		visible;
	visibility:		hidden;
	display:		none;
	background:		transparent;
	font-family:	Tahoma, Verdana;
	font-size:		10pt;
	font-weight:	normal;
	color:			rgb(120,120,120);
	border-style:	none;
	border-width:	0px;
	border-color:	green;
	padding:		0px;
	margin:			0px;
	margin-top:		0px;
	margin-bottom:	10px;
	
	top: 10px;
}

#EntertainerName {
	position:		relative;
	display:		inline;
	border-style:	none;
	border-width:	0px;
	border-color:	green;
	padding:		0px;
	margin:			0px;
	margin-top:		10px;
}

#EntertainerPhoto {
	position:		relative;
	display:		inline-block;
	float:left;
	border-style:	none;
	border-width:	0px;
	border-color:	blue;
	padding:		0px;
	margin:			0px;
	margin-right:	20px;
	
	left: 5px;
}

.FloatFixer {
	position:		relative;
	display:block;
	clear:both;
	height: 4px;
}

.FloatFixer2 {
	position:		relative;
	display:block;
	clear:both;
	border-style:none;
	border-width:2px;
	border-color:red;
	height: 40px;
}


#FowFooter {
	position:		relative;
	visibility:		visible;
	display:		block;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		8pt;
	font-weight:	bold;
	color:			#7E3F20;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	
	
	border-style:none;
	border-width:0px;
	border-color:Green;
	
	width:750px;

}

.FooterItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7E3F20;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#FowContent {
	position:		relative;
	overflow:		visible;
	display:		block;
	background:		white;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	padding:		0px; 
	margin-bottom:  0px;
	border-style:	solid;
	border-color:	white;
	border-width:	1px;
	
	left:			70px;
	top:			220px;
	width:			758px;
	
}

#FowTop {
	position:		relative;
	overflow:		visible;
	background:		white;
	border-style:	solid;
	border-width:	0px;
	border-top-width:8px;
	border-color:	rgb(124,59,28);
	padding:		0px;
	margin:			0px;
	
	width:			100%;
	height:			310px;
}

#FowLeft {
	position:		relative;
	overflow:		visible;
	float:			left;
	background:		white;
	padding:		0px;
	border-style:	solid;
	border-width:	1px;
	border-color:	white;
	margin:			0px;
	
	width:			498px;
}

#FowLeft .LeftDesc {
	position:		relative;
	overflow:		visible;
	background:		transparent;
	font-family:	Tahoma, Verdana;
	font-size:		10pt;
	font-weight:	normal;
	color:			rgb(124,59,28);
	border-style:	none;
	border-width:	1px;
	border-color:	blue;
	padding:		0px;
	margin-left:	10px;
	margin-top:		10px;
	margin-bottom:	10px;
	text-align:		left;
	
	width:			405px;
	height:			auto;
}

#FowLeft .BuyNow {
	position:		relative;
	overflow:		visible;
	background:		transparent;
	font-family:	Verdana,Tahoma;
	font-size:		12pt;
	font-weight:	bold;
	color:			blue;
	border-style:	none;
	border-width:	1px;
	border-color:	blue;
	padding:		0px;
	margin-left:	0px;
	margin-top:		0px;
	margin-bottom:	0px;
	text-align:		left;
	
	width:			405px;
	height:			auto;
}

#FowRight {
	position:		relative;
	float:			right;
	overflow:		visible;
	background:		white;
	border-style:	solid;
	border-width:	1px;
	border-color:	white;
	padding:		0px;
	margin:			0px;
	margin-right:	0px;
	
	width:			255px;
}

#FowTop #TopImage {
	position:		relative;
	float:			left;
	overflow:		visible;
	background:		transparent;
	border-style:	none;
	border-width:	0px;
	border-color:	blue;
	padding:		0px;
	margin-left:	30px;
	margin-top:		25px;
}

#FowTop #TopHdr {
	position:		relative;
	float:			right;
	overflow:		visible;
	background:		transparent;
	border-style:	none;
	border-width:	1px;
	border-color:	blue;
	padding:		0px;
	margin:			0px;
	margin-right:	120px;
	margin-top:		30px;
}

#FowTop #TopContent {
	position:		relative;
	float:			right;
	overflow:		visible;
	background:		transparent;
	font-family:	Tahoma, Verdana;
	font-size:		10pt;
	color:			rgb(124,59,28);
	border-style:	none;
	border-width:	1px;
	border-color:	blue;
	padding:		0px;
	margin-right:	20px;
	margin-top:		35px;
	text-align:		justify;
	
	width:			405px;
}

.LeftBox {
	position:		relative;
	display:		block;
	overflow:		visible;
	background:		transparent;
	border-style:	solid;
	border-width:	1px;
	border-color:	rgb(124,59,28);
	padding:		0px;
	margin-left:	10px;
	margin-top:		10px;
	margin-bottom:	10px;
	
	width:			430px;
}

.LeftBoxContent {
	position:		relative;
	overflow:		visible;
	background:		transparent;
	font-family:	Tahoma, Verdana;
	font-size:		10pt;
	font-weight:	normal;
	color:			rgb(124,59,28);
	border-style:	none;
	border-width:	1px;
	border-color:	blue;
	padding:		0px;
	margin-left:	10px;
	margin-top:		10px;
	margin-bottom:	10px;
	text-align:		left;
	
	width:			380px;
}

.LeftBoxHdr {
	position:		relative;
	overflow:		visible;
	background:		rgb(124,59,28);
	border-style:	none;
	border-width:	1px;
	border-color:	rgb(124,59,28);
	padding:		0px;
	margin-left:	0px;
	margin-top:		0px;
	margin-bottom:	0px;
	text-align:		left;
	
	width:			430px;
	height:			45px;
}

.LeftBoxHdrImage {
	position:		relative;
	border-style:	none;
	border-width:	0px;
	border-color:	white;
	padding:		0px;
	margin-left:	10px;
	margin-top:		8px;
	margin-bottom:	0px;
	text-align:		left;
}

.RightBox {
	position:		relative;
	overflow:		visible;
	background:		transparent;
	border-style:	solid;
	border-width:	1px;
	border-color:	rgb(124,59,28);
	padding:		0px;
	margin-left:	10px;
	margin-top:		0px;
	margin-bottom:	10px;
	
	width:			230px;
}

.RightBoxContent {
	position:		relative;
	overflow:		visible;
	background:		transparent;
	font-family:	Tahoma, Verdana;
	font-size:		10pt;
	font-weight:	normal;
	color:			rgb(124,59,28);
	border-style:	none;
	border-width:	1px;
	border-color:	blue;
	padding:		0px;
	margin-left:	10px;
	margin-top:		10px;
	margin-bottom:	10px;
	text-align:		left;
	
	width:			200px;
}

.RightBoxHdr {
	position:		relative;
	overflow:		visible;
	background:		rgb(124,59,28);
	border-style:	none;
	border-width:	1px;
	border-color:	rgb(124,59,28);
	padding:		0px;
	margin-left:	0px;
	margin-top:		0px;
	margin-bottom:	0px;
	text-align:		left;
	
	width:			230px;
	height:			45px;
}

.RightBoxHdrImage {
	position:		relative;
	border-style:	none;
	border-width:	0px;
	border-color:	white;
	padding:		0px;
	margin-left:	10px;
	margin-top:		8px;
	margin-bottom:	0px;
	text-align:		left;
}

#SpeakerBox {
	position:		relative;
	display:		block;
	background:		transparent;
	font-family:	Tahoma, Verdana;
	font-size:		10pt;
	font-weight:	normal;
	color:			rgb(124,59,28);
	border-style:	solid;
	border-width:	1px;
	border-color:	white;
	padding:		4px;
	margin-left:	10px;
	margin-top:		10px;
	margin-bottom:	10px;
	cursor:			pointer;
	
	width:			400px;
}

#SpeakerBio {
	position:		relative;
	visibility:		visible;
	display:		block;
	background:		transparent;
	font-family:	Tahoma, Verdana;
	font-size:		10pt;
	font-weight:	normal;
	color:			rgb(120,120,120);
	border-style:	none;
	border-width:	0px;
	border-color:	blue;
	padding:		0px;
	margin:			0px;
	margin-top:		0px;
	
	top: 10px;
}

#SpeakerBioLong {
	position:		relative;
	overflow:		visible;
	visibility:		hidden;
	display:		none;
	background:		transparent;
	font-family:	Tahoma, Verdana;
	font-size:		10pt;
	font-weight:	normal;
	color:			rgb(120,120,120);
	border-style:	none;
	border-width:	0px;
	border-color:	green;
	padding:		0px;
	margin:			0px;
	margin-top:		0px;
	margin-bottom:	10px;
	
	top: 10px;
}

#SpeakerName {
	position:		relative;
	display:		inline;
	border-style:	none;
	border-width:	0px;
	border-color:	green;
	padding:		0px;
	margin:			0px;
	margin-top:		10px;
}

#SpeakerPhoto {
	position:		relative;
	display:		inline-block;
	float:left;
	border-style:	none;
	border-width:	0px;
	border-color:	blue;
	padding:		0px;
	margin:			0px;
	margin-right:	20px;
	
	left: 5px;
}

.SponsorBox {
	position:		absolute;
	visibility:		hidden;
	overflow:		auto;
	z-index:		100;
	background:		white;
	font-family:	Tahoma, Verdana;
	font-size:		10pt;
	font-weight:	normal;
	color:			rgb(124,59,28);
	border-style:	solid;
	border-width:	3px;
	border-color:	rgb(124,59,28);
	border-color:	rgb(247,170,188);
	border-color:	rgb(175,131,184);
	padding:		4px;
	margin:			0px;
	cursor:			pointer;
	
	width:			500px;
	height:		auto;
}

#SponsorBio {
	position:		relative;
	overflow:		visible;
	background:		white;
	font-family:	Tahoma, Verdana;
	font-size:		10pt;
	font-weight:	normal;
	color:			rgb(120,120,120);
	color:			rgb(124,59,28);
	border-style:	none;
	border-width:	0px;
	border-color:	green;
	padding:		0px;
	margin:			0px;
	margin-top:		0px;
	margin-left:	6px;
	margin-bottom:	30px;
	text-align:		left;
	
	top: 10px;
}

.SponsorLink {
	position:		relative;
	font-family:	Tahoma, Verdana;
	font-size:		8pt;
	font-weight:	normal;
	color:			blue;
	border-style:	none;
	border-width:	0px;
	border-color:	blue;
	padding:		0px;
	margin:			0px;
}

.SponsorLogo {
	position:		relative;
	display:		block;
	border-style:	solid;
	border-width:	1px;
	border-color:	white;
	padding:		0px;
	margin-left:	auto;
	margin-right:	auto;
	margin-top:		10px;
	margin-bottom:	30px;
	cursor:			pointer;
}

#SponsorBoxLogo {
	position:		relative;
	float:			left;
	z-index:		100;
	display:		block;
	border-style:	solid;
	border-width:	0px;
	border-color:	blue;
	padding:		0px;
	margin-top:		4px;
	margin-left:	4px;
	margin-right:	10px;
	margin-bottom:	0px;
}

#SponsorName {
	position:		relative;
	display:		block;
	font-family:	Tahoma, Verdana;
	font-size:		10pt;
	font-weight:	bold;
	color:			rgb(124,59,28);
	border-style:	none;
	border-width:	0px;
	border-color:	green;
	padding:		0px;
	margin:			0px;
	margin-top:		10px;
}

#WorkshopBox {
	position:		relative;
	overflow:		visible;
	background:		white;
	font-family:	Tahoma, Verdana;
	font-size:		10pt;
	font-weight:	normal;
	color:			rgb(124,59,28);
	border-style:	solid;
	border-width:	1px;
	border-color:	white;
	padding:		4px;
	margin-left:	10px;
	margin-top:		10px;
	margin-bottom:	10px;
	cursor:			pointer;
	
	width:			400px;
}

#WorkshopDesc {
	position:		relative;
	display:		block;
	overflow:		visible;
	background:		transparent;
	font-family:	Tahoma, Verdana;
	font-size:		10pt;
	font-weight:	normal;
	color:			rgb(120,120,120);
	border-style:	none;
	border-width:	0px;
	border-color:	blue;
	padding:		0px;
	margin:			0px;
	margin-top:		10px;
	margin-bottom:	10px;	
	
	left: 0px;
	width:			380px;
}

#WorkshopDescLong {
	position:		relative;
	overflow:		visible;
	visibility:		hidden;
	display:		none;
	background:		transparent;
	font-family:	Tahoma, Verdana;
	font-size:		10pt;
	font-weight:	normal;
	color:			rgb(120,120,120);
	border-style:	none;
	border-width:	0px;
	border-color:	green;
	padding:		0px;
	margin:			0px;
	margin-top:		10px;
	margin-bottom:	10px;
	
	left: 0px;
	width:			380px;
}

#WorkshopName {
	position:		relative;
	display:		block;
	font-family:	Tahoma, Verdana;
	font-size:		8pt;
	font-weight:	normal;
	color:			rgb(120,120,120);
	border-style:	none;
	border-width:	0px;
	border-color:	green;
	padding:		0px;
	margin:			0px;
	margin-left:	10px;
	margin-top:		4px;
	
	width:			400px;
}

#WorkshopLogo {
	position:		relative;
	display:		inline-block;
	border-style:	none;
	border-width:	0px;
	border-color:	blue;
	padding:		0px;
	margin:			0px;
	margin-right:	10px;
}

#WorkshopPhoto {
	position:		relative;
	display:		inline-block;
	float:			left;
	border-style:	none;
	border-width:	0px;
	border-color:	blue;
	padding:		0px;
	margin:			0px;
	margin-right:	20px;
}

.LinkTo {
	position:		relative;
	border-style:	none;
	border-width:	0px;
	border-color:	blue;
	padding:		0px;
	margin:			0px;
}

.LinkToPacket {
	position:		relative;
	display:		block;
	border-style:	none;
	border-width:	0px;
	border-color:	blue;
	padding:		0px;
	margin-left:	30px;
	margin-top:		20px;
	margin-bottom:	0px;
	text-align:		left;
}
