html, body {		
		margin: 0px 0px 0px 0px;
		height: 100%;
		width: 100%;
		background-image: url(images/template/bgTile.jpg);
		background-repeat: repeat-x;
		background-position: top;
		background-color: #E9EAEB;
	}
	
div.clearfloats {
		clear: both;
	}
	
#sap_tabs {
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 796px;
		background-color: #d2d6d9;
		background-image: url(../images/template/tabbg.jpg);
		background-repeat: repeat-x;
		height: 35px;
	}
	
#sap_mainWrapper {
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 796px;
		background-color: none;
		min-height: 100%;
		height: auto;
		/* height: 100%; */
		background-image: url(../images/template/bg_width.png);		
		background-repeat: repeat-y;
	}

	/*
#sap_mainWrapper { 
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/template/bg_width.png'); 
	}
	*/
	
#sap_inside {
		margin: 0px 5px 0px 5px;
		position: relative;
		width: 786px;
		min-height: 100%;
		height: auto;
		background-color: #ffffff;
		background-image: url(../images/template/contentfade.jpg);
		background-position: top left; 
		background-repeat: repeat-x;
	}


/* TOP TABS */
#sap_tab1 { 
		margin: 7px 0px 0px 0px;
		position: relative;
		height: 28px; 
		width: 154px; 
		float: left; 
	}
	
#sap_tab2{ 
		margin: 7px 0px 0px 0px;
		position: relative;
		height: 28px; 
		width: 154px; 
		float: left; 
	}
	
#sap_tab3 { 
		margin: 7px 0px 0px 0px;
		position: relative;
		height: 28px; 
		width: 488px;
		background-image: url(../images/template/toptile.jpg);
		background-position: bottom left; 
		background-repeat: no-repeat; 
		float: left; 
		clear: right; 
	}
	
/* Contnent */

#sap_insideContent {
		margin: 0px 0px 0px 0px;
		padding: 10px 10px 10px 10px;
	}
