/* CSS Document */

#flashhead
{
	width:725px;
	height:394px;
	margin:auto;
	background-image:url(images/flashheader.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#contentbody
{
	width:725px;
	/* height:348px; */
	margin:auto;
	background-image:url(images/content.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#contentstretch
{
	width:725px;
	/*height:1px;*/
	margin:auto;
	background-image:url(images/contentStretch.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

#contentstretch a
{
	text-decoration:underline;
	color:#990000;
	font-weight:bold;
}

#contentstretch ul
{
	list-style:url(images/arrow.gif);
	line-height:18px;
	margin-left:35px;
}

#contentstretch a:hover
{
	text-decoration:none;
	color:#990000;
	font-weight:bold;
}

#footer
{
	width:725px;
	height:135px;
	margin:auto;
	background-image:url(images/bottom.jpg);
	background-position:center;
	background-repeat:no-repeat;
}