/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#Container
{
	align: center;
}

#ContainerHeaderOverall
{
	border: 0px solid #808080;
	margin: 0px;
	width: 100%;
	align: center;
	height: 560px;
	background-image: url('../img/wallpaper.jpg');
}

#ContainerBottomOverall
{
	border: 0px solid #808080;
	margin: 0px;
	width: 100%;
	height: auto;
	align: center;
	background-image: url('../img/wallpaper_bottom.jpg');
}

#ContainerBottomContent
{
	width: 950px;

	height: auto;
}

#ContainerBottom2Column
{
	float: left;
	width: 650px;
}

#ContainerColumn
{
 	float: left;
	width: 325px;
}

#ContainerColumnClef
{
 	float: left;
	width: 325px;
	background-image: url('../img/column_bg.png');
	background-repeat: no-repeat;
}


#ContainerData
{
	float: left; 
	width: 250px;

	padding-right: 38px; 
	border-right: 1px solid #3a2542; 
	font-family: Trebuchet MS; 
	font-size: 12pt;
}

#ContainerData2
{
	float: left; 
	width: 250px;
	border-right: 1px solid #3a2542; 
	padding-right: 38px; 
	font-family: Trebuchet MS; 
	font-size: 12pt;
/*	background-image: url('../img/column_bg.png'); */
/*	background-repeat: no-repeat; */
}

#ContainerDataMenu
{
	float: left; 
	width: 575px;
	padding-right: 38px;
	border-right: 1px solid #3a2542; 
	font-family: Trebuchet MS; 
	font-size: 12pt;
	color: #000000;
}

#ContainerDataAdmin
{
	float: left; 
	width: 875px;
	padding-right: 38px;
	border-right: 1px solid #000000; 
	font-family: Trebuchet MS; 
	font-size: 12pt;
	color: #000000;
}

#Spacer
{
	width: 100%;
	height: 10px;
}

#Spacer2
{
	width: 100%;
	height: 10px;
	clear: both;
}
#BannerLogo
{
	border: 0px solid #808080;
	margin: auto;
	width: 100%;
	height: 58px;
	align: left;
/*	background-image: url('../img/bg-banner.jpg');  */
}

#SlideShowHome
{
	width: 950px;
	height: 275px;
}

#theAddress
{
	width: 950px;
	height: 15px;
	font-family: Trebuchet MS; 
	font-size: 14pt;
	color: #4b4238;
	text-weight: normal;
	padding-top: 5px;
}

/*--------------------------------------------- Footer ---------------------------------------------*/

#ContainerFooter
{
    width: 100%;
    height: 88px;
	background-image: url('../img/wallpaper_footer.jpg');
}

#FooterContent
{
    width: 950px;
    height: 48px;
    padding: 20px;
}

/*--------------------------------------------- Footer ---------------------------------------------*/