﻿td.content_top_left
{
	height: 225px;
	width: auto;
	background-color: Transparent;
	background-image: url(content/bg_top_left.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
td.content_top_middle
{
	height: 225px;
	width: 720px;
	vertical-align: bottom;
	background-color: Transparent;
	background-image: url(content/bg_top_middle.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
td.content_top_right
{
	height: 225px;
	width: auto;
	background-color: Transparent;
	background-image: url(content/bg_top_right.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

td.content_page_left
{
	height: auto;
	width: auto;
}
td.content_page_middle
{
	height: auto;
	width: 700px;
	vertical-align: top;
}
td.content_page_right
{
	height: auto;
	width: auto;
}

#content_top
{
	position: absolute;
	top: 0px;
	height: 225px;
	width: 100%;
}
#content_main
{
	position: absolute;
	top: 225px;
	width: 100%;
}
#content_bottom_flash
{
	/*position: absolute;*/
	bottom: 20px;
	height: 85px;
	width: 100%;
	background-color: Transparent;
	
	position: fixed; /* position relative to window */
	left: 0; /* Stretch to go clear */
	right: 0; /*  across viewport */
	margin-bottom: 0; /* Adjust to suit */
}
#content_bottom
{
	/*position: absolute;*/
	bottom: 0px;
	height: 20px;
	width: 100%;
	border-top: solid 1px #CCCCCC;
	background-image: url(content/bg_page.jpg);
	background-color: White;
	background-position: center;
	background-repeat: repeat-y;
	
	position: fixed; /* position relative to window */
	left: 0; /* Stretch to go clear */
	right: 0; /*  across viewport */
	margin-bottom: 0; /* Adjust to suit */
}

