﻿/******************************
* Section master styles
******************************/
/* master left column */
#LeftColumnContainer
{
	display:inline;
	float:left;
	margin-left:10px;
	width:153px;
}
#LeftColumnHeader
{
	width:153px;
	height:3px;
	background:url(/images/bgLeftHeader.png) no-repeat;
}
#LeftColumnBody
{
	width:153px;
	min-height:506px;
	background:#FFF url(/images/bgLeftBody.png) no-repeat center bottom;
	/*background-color:#b9c2da;*/
	overflow:hidden;
}
* html #LeftColumnBody
{
	height:auto !important;
	height:506px;
}
#LeftColumnFooter
{
	width:153px;
	height:3px;
	background:url(/images/bgLeftFooter.png) no-repeat;
}

/* master right column (no content columns) */
#RightColumnContainer
{
	display:inline;
	float:right;
	margin-right:10px;
	width:796px;
}
#RightColumnHeader
{
	width:796px;
	height:3px;
	background:url(/images/bgRightHeader.png) no-repeat;
}
#RightColumnBody
{
	/*position:relative;*/
	width:796px;
	min-height:506px;
	background:#FFF url(/images/bgRightBody.png) no-repeat center bottom;
}
* html #RightColumnBody
{
	height:auto !important;
	height:506px;
}
#RightColumnFooter
{
	width:796px;
	height:3px;
	background:url(/images/bgRightFooter.png) no-repeat;
}
