body {
	color:#fff;
	font:normal 62.5%/110% Arial, Helvetica, sans-serif;
}
p {
	margin:1.5em 0;
	line-height:1.2em;
}
li {
	line-height:1.2em;
}
h2 {
	margin-top:0;
	color:#fff;
	padding:0;
	background:none;
	font-size:22px;
	font-weight:bold;
	line-height:1em;
}
h3 {
	margin:0.5em 0;
	color:#fdb827;
	font-weight:bold;
	line-height:1em;
	font-size:16px;
}
a {
	color:#0090d0;
}
a:hover {
	color:#fdb827;
}
/* --------------------------------------------------------------------------------
	Content
----------------------------------------------------------------------------------*/
div#content {
	padding:0;
}

/* --------------------------------------------------------------------------------
	Highlight Box
----------------------------------------------------------------------------------*/
div#highlight_box {
	position:relative;
	float:left;
	width:442px;
	height:350px;
	background:#000 url(../images/special_event_bg.jpg) no-repeat left top;
}
	div#highlight_box p.first {
		padding:175px 20px .5em 25px;
		line-height:1.1em;
	}
	div#highlight_box p {
		margin:.5em 0;
		padding:0 25px;
	}

/* --------------------------------------------------------------------------------
	Banner
----------------------------------------------------------------------------------*/
div#banner {
	position:relative;
	z-index:20;
	float:right; display:inline;
	margin:0; padding:0;
	width:526px;
	height:60px;
	color:inherit;
	background-color:#000;
	border-bottom:1px solid #fff;
	text-align:center;
}
	div#banner img {
		display:block;
		margin:0;
		padding:0;
		border-right:1px solid #000;
	}
	div#banner img.left {
		border-right:1px solid #000;
	}
	div#flashcontent{
		float:right; display:inline;
		margin:0; padding:0;
		width:526px;
		height:60px;
		color:inherit;
		background-color:#fff;
		text-align:center;
	}
	
/* --------------------------------------------------------------------------------
	Top Section
----------------------------------------------------------------------------------*/
#top {
	float:left;
	background:#fff url(../images/top_bg.gif) repeat-y 0 0;
}
div#box2 {
	float:left; display:inline;
	width:262px;
	height:292px;
	margin:0 0 1px 2px;
	padding:0;
	color:#000;
	background:#222 url(../images/news_bg.jpg) no-repeat left top;
}
div#box2 h2 {
	color:#000;
}
div#box2 h3 {
	color:#654812;
}
div#box2 a {
	color:#fff;
}
div#box3 {
	position:relative;
	float:right;
	display:inline;
	width:262px;
	height:292px;
	margin:0 0 1px 0;
	padding:0;
	color:#000;
	background:#222 url(../images/sponsor_bg.jpg) no-repeat right top;
}
div#box3 h2 {
	color:#000;
}
div#box3 h3 {
	color:#3d421c;
}
div#box3 a {
	color:#fff;
}

/* Picture Strip */
#home_page .picture_strip {
	float:left;
	width:970px;
	height:100px;
}
#box2 .inner,
#box3 .inner {
	padding:15px 20px 0 20px;
}
#box2 h2,
#box3 h2 {
	margin:0 0 .5em 0;
}
#box2 h3,
#box3 h3 {
	margin:0;
}
#box2 p,
#box3 p {
	margin:1em 0;
}
#box2 p.first,
#box3 p.first {
	margin:.5em 0 1em 0;
}

/* --------------------------------------------------------------------------------
	Bottom Section
----------------------------------------------------------------------------------*/
div#bottom_wrapper {
	float:left;
	margin:0;
	padding:0 0 30px 0;
	width:970px;
	color:#fff;
	background:#000 url(../images/bottom_bg.gif) repeat-y left top;
}
div#bottom {
	float:left;
	margin:0;
	padding:0;
	width:970px;
	color:#fff;
	background:transparent url(../images/bottom_image.jpg) no-repeat left top;
}

div#support_lounge {
	float:left; display:inline;
	width:323px;
	padding:0;
	color:#fff;
	background:none;
}
div#filmmakers_lounge {
	float:left; display:inline;
	width:323px;
}
div#events_lounge {
	float:left; display:inline;
	width:323px;
}
	div.events_item {
	}
		div.events_item .event_title {
			display:block;
			font-weight:bold;
		}
		div.events_item .date {
			color:#999;
			background-color:transparent;
		}
		div.events_item p {
			padding:10px 0 5px;
		}
		
/* --------------------------------------------------------------------------------
	Footer
----------------------------------------------------------------------------------*/
div#footer {
	color:#fff;
	font-size:0.8em;
}
