	/*dropping & setting default*/
	
	* {   
		margin:0px;
		padding:0px;
		font-size:13px;
		font-family:Arial, sans-serif;
		color:#000;
		line-height:17px;   
	}
	
	/*common styles*/
   
	table {   
		width:100%;
		table-layout:fixed;
		empty-cells:show;
		border-collapse:collapse;
	}
   
	table td {   
		padding:0px;
	}
   
	span.nw {
		white-space: nowrap;
	}
   
	.spacer {
		clear:both;
	}
	
	/*positioning --- footer 125px */

	html, body {
		height:100%;
	}

	body {
		text-align:center;
	}
	
	div {
		text-align:left;
	}
	
	img {
		border:none;
	}
	
	.all {
		position:relative;
		min-height:100%;
		width:980px;
		margin:0 auto;
	}
	
	.all-indent {
		padding:0px 10px;
	}
   
	.all-content {
		padding-bottom:125px;
	}
	
	* html .all {
		height:100%;
	}
	
	.footer {
		width:980px;
		margin:0 auto;
		position:relative;
		margin-top:-125px;
	}
	.footer-indent {
		margin:0px 10px;
		border-top:solid 1px #B2C4DA;
	}
	.footer-content {
		height:120px;
	}