body
{
	position: relative;
	background: #a0a0a0;
	color: #000;
	margin: 0;
	_text-align: center;
}

#frame
{
	position: relative;
	width: 927px;
	_width: 926px;
	background: url('images/frame_bg.jpg') repeat-y -14px 0;
	margin: 0 auto;
}

#canvas
{
	width: 800px;
	margin: 0 auto;
	background: #fff;
	_text-align: left;
}

#flash_box
{
	position: relative;
	width: 920px;
	height: 570px;
	margin: 0 -62px;
	_margin: 0 -52px;
	background: #fff;
}

#flash_box_pre
{
	height: 40px;
	background: url('images/cursive_bg.jpg') 0 -260px;
}

#flash_box .edge
{
	position: absolute;
}

#flash_box .edge.top
{
	top: -5px;
	left: -5px;
	width: 928px;
	height: 5px;
	_line-height: 5px;
	_font-size: 5px;
	background: url('images/flash_edge_top.png') no-repeat center bottom;
	_background: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/flash_edge_top.png",sizingMethod="scale");
}

#flash_box .edge.right
{
	top: 0px;
	right: -5px;
	width: 5px;
	height: 570px;
	background: url('images/flash_edge_right.jpg') repeat-x;
}

#flash_box .edge.bottom
{
	bottom: -5px;
	left: -5px;
	width: 928px;
	height: 5px;
	_line-height: 5px;
	_font-size: 5px;
	background: url('images/flash_edge_bottom.png') no-repeat center top;
	_background: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/flash_edge_bottom.png",sizingMethod="scale");
}

#flash_box .edge.left
{
	top: 0px;
	left: -5px;
	width: 5px;
	height: 570px;
	background: url('images/flash_edge_left.jpg') repeat-x;
}

#content
{
	font-family:Arial,helvetica,sans-serif;
	font-size: .8em;
	padding: 8px;
	background: url('images/cursive_bg.jpg') no-repeat 0 -180px;
}

b
{
	font-family:Arial,helvetica,sans-serif;
	color: #c4508d
	
}

#content h1
{
	margin: 10px;
	background: url('images/outtakes.png') no-repeat
}

#content h1 span
{
	display: none;
}

#content h1.section_title
{
	width: 288px;
	height: 56px;
}

#footer
{
	padding: 2em;
	font-size: .6em;
	text-align: center;
	font-family:Arial,helvetica,sans-serif;

}

#footer_shade
{
	height: 38px;
	background: url('images/bottomshadow.gif') no-repeat center top;
}