/* Basically the whole page, without the margins */
div.container {
	width: 1073px;
	margin: 0 auto;
}

div.playerlabel {
	float: left;
	color: #ffffff;
	width: 120px;
	margin-left: 60px;
	font-size: 12px;
}

div#flashPlayer {
	margin-top: -8px;
	float: right;
	width: 100px;
	margin-right: 80px;
}

/* For the entire header on top */
div.header {
	width: 1073px;
	float: left;
	height: 20px;
	margin-bottom: 24px;
}

/* For the small image on the top-left */
div.headerlogo {
	width: 100px;
	float: left;
}

div.headerlogo a {
	font-size: 12px;
	text-decoration: none;
}

/* Home/About Us/Contact links */
div.headernav {
	width: 360px;
	float: right;
	text-align: center;
	font-size: 12px;
	color: #1c1c1c;
}

/* For the entire left side of the container */
div.leftbox {
	float: left;
	clear: both;
	width: 711px;
}

/* For the image map with the tabs */
div.banner {
	float: left;
	width: 711px;
	height: 470px;
	position: relative;
}

/* For the entire right side of the container */
div.rightbox {
	float: right;
	width: 360px;
}

div.logobox {
	float: right;
	width: 100%;
	height: 69px;
	text-align: center;
}

div.sloganbox {
	float: right;
	width: 100%;
	height: 20px;
	clear: right;
	text-align: center;
	font-size: 12px;
}

/* For any full-sized boxes that belong on the bottom */
div.fullbox {
	width: 1041px;
	float: left;
	clear: both;
}

/* For the translucent dark color */
div.textbg, table.textbg, tr.textbg, td.textbg, p.textbg {
	background: url(web%20materials/textbg.png);
}

table.vcentertable, table.vcenter {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
}

a img {
	border-style: none;
	border-width: 0px;
}

/* For the footer */
div.footer {
	clear: both;
	width: 100%;
	font-size: 11px;
	text-align: center;
	margin-top: 8px;
	border-top: 1px solid #808080;
	padding-top: 8px;
}






body,td,th {
	color: #FFF;
	font-size: 15px;
	text-align: left;
	font-family: Candara, sans-serif;
}
body {
	background-color: #000;
	background-image: url(web%20materials/Background4.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
#apDiv1 {
	position:absolute;
	width:340px;
	height:478px;
	z-index:1;
	left: 1001px;
	top: 208px;
	background-image: url(web%20materials/sample_menu.png);
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #96C034;
}
#apDiv2 {
	position:absolute;
	width:100%;
	height:168px;
	z-index:1;
	left: 990px;
	top: 268px;
}
a:active {
	color: #96C034;
}
#apDiv3 {
	position:absolute;
	width:100%;
	height:352px;
	z-index:1;
	left: 18px;
	top: 180px;
}
#apDiv3 table tr td #FlashID, #apDiv3 #FlashID {
	text-align: center;
}
#apDiv3 table tr td div {
	color: #000;
}
#apDiv3 table tr td {
	text-align: left;
}

div.indent, p.indent {
	text-indent: -15px;
	margin-left: 30px;
}
div.listindent, p.listindent {
	text-indent: -15px;
	margin-left: 15px;
}

/* Chef boxes */

div.bio, div.event {
	float: left;
	width: 210px;
	padding: 5px;
	margin-right: 15px;
	background-image: url('web materials/textbg.png');
}

div.bioname, div.eventname {
	float: left;
	padding: 0px 5px;
	font-size: 20px;
}

div.biocompany, div.eventcompany {
	float: left;
	clear: left;
	padding: 0px 5px;
	font-size: 20px;
	font-style: italic;
	color: #96C034;
}

div.eventdate {
	float: left;
	clear: left;
	padding: 0px 5px;
	font-size: 15px;
	color: #FFFFFF;
}

div.photo {
	float: right;
	text-align: right;
	padding: 5px 0px;
}

div.biovideo {
	width: 200px;
}

div.biotoggle, div.eventview {
	width: 100%;
	clear: left;
	float: left;
	text-align: center;
	padding: 10px 0;
}

div.biotext, div.eventtext {
	width: 100%;
	font-size: 14px;
	padding-top: 50px;
	display: none;
}

div.biologo, div.eventlogo {
	clear: left;
	float: left;
	text-align: center;
	width: 100%;
}

div.eventlogo img {
	padding: 3px 5px;
}
