/*
 *
 Generic Styling 
 *
 */
	html { 
		height:100%;
		width:100%; 
	} 

	body {
		margin:0;
		padding:0;
		font-family: arial, verdana, Trebuchet MS, sans-serif;
		font-size:16px;
		background:#f2f2f2 url('../../images/framework/bg_gradient.png') repeat-x top;
	}

	#wrapper {
		position: relative;
		width: 1066px;
		margin:0 auto;
		padding:0 1px;
		background:url('../../images/framework/bg_shade.png') repeat-y center;
	}

	#qe-container {
		background:#fff;
		width:1022px;
		overflow:hidden;
		padding:0 1px;
		margin:0 auto;
	}

	#qe-body{
		float:left;
		background:#DFEEC9;
		width:1024px;
	}

/*
 *
 Global layout utilities
 *
 */

	.hide {
		display:none;
	}

	.left{
		float:left;
	}

	.right{
		float:right;
	}

	.clear {
		clear:both;
	}

	.clear-left {
		clear:left;
	}

	.clear-right {
		clear:right;
	}