#container
{
	margin: 0 auto;
	padding-bottom: 20px;
	width: 890px;
	/*height: 600px;*/
	background:#3d3c3c;
}

#header
{
	background-image:url('../img/header.gif'); padding: 0px;
	background-repeat:no-repeat;
	height: 96px;

}

#header h1 { margin: 0; }

#content
{
/*	margin: 0px 20px 0px 20px; */
	height: 396px;
	background-image:url('../img/body.gif');	padding: 8px 20px 1px 9px;
	background-repeat: no-repeat;
/*	background-attachment: fixed;
	background-position:87px 100px; */	
	/*	padding: 20px;
	background-image:url('../img/body.gif');	padding: 20px;
	width: 400px;
	background:#333;
*/
}

#content h2
{
	color:#000;
	font-size: 160%;
	margin: 0 0 .5em;
}

#flashcontent
{
/*	padding: 20px; 
	background-image:url('../img/body.gif');	padding: 20px;
	background-repeat:no-repeat;*/
	width: 800px;
	/*background:#3d3c3c;*/
}

#footer
{
	background-image:url('../img/footer.gif');	padding: 20px;
	background-repeat:no-repeat;
	
	text-align: right;
	
	padding-bottom: 50px;

}