div#flashheader
{
	width: 100%;
	height: 90px;
	padding-bottom: 13px;
	background: #695D3D url(header_bigflash_bg_out.png) 0 -70px;
	clear: both;
}

div#main h3
{
	font-size: 14px;
	margin-bottom: 3px;
}

div#menu
{
	width:220px;
	margin:0 5px 0 20px;
	_margin:0 5px 0 10px;
	float:left;
}

div#main
{
	float:left;
	width: 500px;
	margin-left: 10px;
}

div#main p a
{	
	cursor: pointer;
	font-family: 'Tahoma', sans-serif;
	color: #FF7F28;
	font-weight: bold;
	font-size: 10px;
	margin-top: 2px;
}

div#main p#intro
{
	font-size: 12px;
	color: #897F64;
	margin: 0 0 10px 0;
}

div#main a.picframe
{
	border: 1px solid #E4E1D6;
	background-color: #fff;
	width: 1%;
	height: 1%;
	display: table;
	padding: 3px;
	float: right;
	margin-left: 10px;
}


div#menu h2,
div#main h2
{
	width: 220px;
	height: 25px;
	position: relative;
	margin: 0 0 7px 0;
	overflow: hidden;
}

div#main h2
{
	width: 500px;
}

div#main h2 span,
div#menu h2 span
{
	width: 100%;
	height: 100%;
	position: absolute;
}

div#menu ul
{
	list-style-type: none;
	margin: 0 0 30px 0;
}

div#menu li a
{
	display:block;
	width: 220px;
	height: 20px;
	position: relative;
	color: #FF7F28;
}

div#menu li a span
{
	position: absolute;
	width:100%;
	height: 100%;
	background-position: 0 0;
}

div#menu li a:hover /* we need this because ie is shitty */
{
	color: #f00; 
}

div#menu li a:hover span
{
	background-position: 0 20px;
}

div#menu p
{
	font-size: 10px;
}