BODY
{
	overflow: auto;
}

TABLE.canvas TD.top_margin
{
	height: 40px;
}

TABLE.canvas TD.bottom_margin
{
	height: 40px;
}

TABLE.canvas TD.left_margin,
TABLE.canvas TD.left_margin IMG
{
	width: 0px;
}

TABLE.canvas TD.right_margin,
TABLE.canvas TD.right_margin IMG
{
	width: 0px;
}

#body_bg
{ 
	background-color: #000000; 
	background-image: url("images/bg.gif"); 
	background-position: 450px 0px; 
	background-repeat: repeat-y;
	width: 100%;
	height: 100%;
}

TABLE.content
{
	/*border-style: hidden;*/
	border-collapse: collapse;
	width: 100%;
}

.content TD
{
	text-align: left;
	vertical-align: bottom;
	background-color: #09389a;
	margin: 0px;
}

.content TD.left_pane
{
	padding: 30px 0px 50px 0px;
	/*width: 450px;*/
	width: 50%;
	text-align: -moz-center;
	text-align: expression("center");
}

.content TD.right_pane
{
	width: 50%;
	padding: 0px;
	text-align: -moz-center;
	text-align: expression("center");
	vertical-align: middle;
}

.content TD,
.content TD A
{
	font-family: Trebuchet MS, sans-serif;
	font-size: 11pt;
	color: #ffffff;
}

.content TD.right_pane TD
{
	font-size: 15pt;
	white-space: nowrap;
}

.content TD.right_pane A
{
	font-size: 18pt;
}

.content TD A
{
	text-decoration: none;
}

.content TD.right_pane A:hover
{
	text-decoration: underline;
	color: #ffffff;
}

.content TD.left_pane P
{
	/*padding: 0px 20px 0px 30px;*/
	width: 400px;
	text-align: left;
}

#gallery_container .l { background-image: url("images/gallery_bg.gif"); }
#gallery_container .tl { background-image: url("images/gallery_top.gif"); }
#gallery_container .bl { background-image: url("images/gallery_bottom.gif"); }
#gallery_container .c 
{
	padding: 40px 0px 15px 0px;
}

