#template_mainContent
{
	background-color: transparent;
	/*margin: 0px auto 10px auto;*/
	padding: 0px 0px 0px 0px;
	width: 938px;
	/*height: 950px;*/
	height: auto;
	overflow: visible;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#template_mainContentLeft
{
	background-color: white;
	/*border: 1px outset gray;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 511px;
	height: auto;
	/*height: 950px;*/
	float: left;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#template_mainContentCenter
{
	background-color: #efead6;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	margin: 0px 4px 4px 0px;
	width: 195px;
	/*height: 919px;*/
	height: auto;
	float: left;
	overflow: hidden;
	text-align: left;
}
#template_mainContentCenter div
{
	padding: 10px !important;
}
#template_mainContentRight
{
	background-color: white;
	/*border: 1px solid black;*/
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	width: 210px;
	/*height: 940px;*/
	height: auto;
	float: left;
	overflow: hidden;
}

.shadowContainer
{
	background: url(../Images/back.png) no-repeat right bottom;
	background-position-x: right;
	background-position-y: bottom;
	margin-bottom: 5px;
	width: 511px;
	z-index: 1;
	float:left;
}

.lastShadowContainer
{
	background: url(../Images/back.png) no-repeat right bottom;
	background-position-x: right;
	background-position-y: bottom;
	/*margin-bottom: 1px;*/
	width: 511px;
	z-index: 1;
	float:left;
}

.shadowCenterContainer
{
	background: url(../Images/back.png) no-repeat right bottom;
	background-position-x: right;
	background-position-y: bottom;
	margin: 0px 0px 0px 5px;
	margin-bottom: 10px;
	width: 200px;
	float: left;
	overflow: hidden;
	z-index: 1;
}

.shadowContainerSearchResults
{
	background: url(../Images/back.png) no-repeat right bottom;
	background-position-x: right;
	background-position-y: bottom;
	margin-bottom: 7px;
	width: 511px;
	z-index: 1;
}