#master {
	width: 1024px;
	}

#header {
	position: absolute;
	top: 20px; left: 20px;
	}
BODY {
	font-family: Arial,Helvetica,sans-serif;
	}

H1.date {
	font-family: Arial Black;
	font-size: 32pt;
	left: auto;
	color: red;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 0px;
	}
.location {
	font-family: Arial Black;
	font-size: 19pt;
	color: black;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 24px;
	}
.addtoany {
	text-align: center;
	margin-bottom: 24px;
	font-size: 10pt;
	}
.invite {
	margin-left: 40px;
	}
P.leader {
	font-size: 18pt;
	color: #999;
	text-align: center;
	}
P.description {
	width: 100;
	margin: 2px;
	border: 4px solid #999;
	padding: 14px;
	font-size: 14pt;
	color: black;
	}
DIV.boxdescription {
	width: 580px;
	border: 4px solid red;
	}
DL {
	}
DT, H3 {
	font-size: 16pt;
	font-weight: bold;
	color: red;
	}
DD {
	font-size: 14pt;
	color: black;
	}
DL.compact DT {
	clear: left;
	float: left;
	padding-right: 1em;
	}
DL.compact DD {
	font-size: 16pt;
	}
DL DL {
	margin-left: 16px;
	}
DL DL DT {
	color: black;
	font-size: 12pt;
	font-weight: normal;
	}
DL DL DD {
	font-size: 11pt;
	font-style: italic;
	font-weight: normal;
	}
TABLE#sponsors {
	width: 100%;
	}
TD {
	text-align: center;
	}
.tagline {
	position: relative;
	left: -20px;
	margin: 0px;
	padding: 0px;
	}
.sponsorname {
	font-size: 11pt;
	font-weight: bold;
	}
.sponsorblurb {
	font-size: 9pt;
	font-style: italic;
	}
TABLE#sponsorz TR {
	margin-bottom: 44px;
	}
#filmlist DD {
	margin-bottom: 8px;
	margin-top: 16px;
	}
.filmmaker {
	font-size: 14px;
	}
.filmtitle {
	font-size: 16px;
	font-weight: bold;
	color: red;
	}
.filmblurb {
	font-size: 12px;
	font-style: italic;
	}
.press {
	margin: 32px 16px 32px 16px;
	font-size: 13px;
	}
.press #logo {
	float: left;
	}


.container {
	position:absolute;
	width: 628px;
	margin: 10px auto;
	top: 444px;
	left: 212px;
	}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #f6f600;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-family: Arial Black, sans-serif;
	font-size: 14px;
	padding: 0 16px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
	color: #f00;
}
	ul.tabs li#tabsix a:hover {
		color: #000;
	}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 18px;
	-khtml-border-radius-bottomright: 18px;
	-webkit-border-bottom-right-radius: 18px;
	-moz-border-radius-bottomleft: 18px;
	-khtml-border-radius-bottomleft: 18px;
	-webkit-border-bottom-left-radius: 18px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
li#tabsix {
	position: relative;
	background-color: red;
	z-index: 1;
}
	li#tabsix a {
		color: white;
	}

/*
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
*/