	body{
		background-color:#CFFFE7;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		margin:0px;
		text-align:center;
}


	}
	
	#mainContainer{
		position:absolute;
		width:900px;
		text-align:left;
	}
	
	#leftColumn{
		background-color:#CCCCFF;
 		height: 600px;
 		position: absolute;
 		left: 0;
 		top: 235;
		width:110px;	
		color:#FFF;
		margin-right:5px;
	}
	#contentColumn{
		background-color:#7190E0;
 		height: 600px;
 		position: absolute;
 		left: 110;
 		top: 235;
		width:686px;
		color:#FFF;

	}
	#footer{
		margin-top:5px;
 		height: 300px;
 		position: absolute;
 		left: 0;
 		top: 885;
		width:800px;
		background-color:#CCCCFF;
		clear:both;
	}
	#footer2{
		margin-top:5px;
 		height: 300px;
 		position: absolute;
 		left: 0;
 		top: 1008;
		width:800px;
		background-color:#CCCCFF;
		clear:both;
	}
	#header{
		margin-bottom:5px;
		width:800px;
		background-color:#CCCCFF;
		clear:both;
		color:#FFF;
	}
	#loading {
 		width: 200px;
 		height: 100px;
 		position: absolute;
 		left: 675;
 		top: 130;
 		margin-top: -50px;
 		margin-left: -100px;
 		text-align: center;
	}
	.clear{
		clear:both;
	}
	p{
		margin-top:0px;
		margin-bottom:10px;
	}

