	BODY {
		margin: 0px;
		padding: 0px;
		height: 100%; 
		font-color: #FFFFFF;
		background: #212121;
		background-image: url(../../templates/images/bgscelm.jpg);
		background-repeat: repeat;
		background-position: top left;
	}
	
	P, DIV {
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
	}
	
	#LayoutPolaroid {
		position: absolute;
		left: 20px;
		top: 10px;
		width: 250px;
		z-index: 20;	
	}
	
	#LayoutRight {
		position: absolute;
		left: 890px;
		top: 70px;
		width: 160px;
		z-index: 20;	
	}
	
	#LayoutTop {
		position: absolute;
		left: 270px;
		top: 0px;
		width: 580px;
		z-index: 20;	
	}
	
	#LayoutTop2 {
		position: absolute;
		left: 270px;
		top: 25px;
		width: 580px;
		z-index: 20;	
	}
	
	#LayoutContent {
		position: absolute;
		left: 60px;
		top: 60px;
		width: 808px;
		min-height: 550px;
		border-top: 4px solid #EBEBEB;
		z-index: 1;	
	}
	
	#LayoutBreadcrumb {
		position: relative;
		left: 0px;
		top: 0px;
		width: auto;
		min-height: 40px;
		padding-left: 197px;
		border-left: 4px solid #EBEBEB;
		border-right: 4px solid #EBEBEB;
		border-bottom: 0px solid #EBEBEB;
		background: #FFFFFF;
		z-index: 4;
	}
	
	#LayoutTextLeft {
		float: left;
		left: 0px;
		top: 0px;
		width: 190px;
		padding-top: 200px;
		border-left: 4px solid #EBEBEB;
		background: #FFFFFF;
		z-index: 5;
	}
	
	#LayoutText {
		left: 0px;
		top: 0px;
		min-height: 550px;
		border-right: 4px solid #EBEBEB;
		border-bottom: 4px solid #EBEBEB;
		background: #FFFFFF;
		z-index: 5;
	}
	
	#LayoutFooterSpacer {
		position: relative;
		left: 0px;
		top: 0px;
		width: 800px;
		height: 10px;
		min-height: 10px;
		border: 0px solid #FF0000;
		z-index: 6;
	}
	
	#LayoutFooter {
		position: relative;
		left: 10px;
		top: 0px;
		width: 800px;
		height: 40px;
		min-height: 40px;
		line-height: 12px;
		border: 0px solid #FF0000;
		text-align: center;
		z-index: 6;
	}
	
	#LayoutBottom {
		position: relative;
		left: 0px;
		top: 0px;
		width: 800px;
		height: 1px;
		min-height: 60px;
		border: 0px solid #FF0000;
		z-index: 7;
	}