   
 html,body {
	padding:0;
	margin:0;

}

body{	
	text-align:left;
	background-color: #f6f6f6;
}
#wrapper {
	margin:0 auto;
	padding:0;
	position: relative;
	width: 1000px;
	z-index: 5;
}
#header{
	width:100%;
	height: 182px;
	margin: 0;
	padding:0;
	position:relative;
}

body.index #header {
	height: 392px;
	}


	
#home_for_gc {
	position: absolute;
	z-index: 5;
	left: 100px;
	top:278px;
	width: 342px;
	}

#home_for_c {
	position: absolute;
	z-index: 5;
	left: 550px;
	top:278px;
	width: 362px;
	}
	
	
#gnav {
	position:absolute;
	top:0;left:0;
	width: 100%;
	height: 39px;
	}
		
div.tab_nav {
	position:absolute;
	bottom:2px;left:0;
	width: 100%;
	height: 39px;
	}
	
	

#footer {
	color: #333;
	width:100%;
	clear:both;
	text-align:left;
	left:0px;
	bottom:0px;
	position: relative;
	padding-top: 80px;

}
#footer p {
}
#footer p a {
	text-decoration: none;
	color: #ffffff;
}



#content {
min-height: 300px;
z-index: 5;
position: relative;
padding-left: 20px;
}

#content {	
min-height: 400px;
}

#qmEditor {
	width: 400px !important;
	}


	
#contact_form {
padding-bottom:20px;
width:300px;
float:left;
padding-right: 40px;

}

.contact_col {
	float:left;
	width: 260px;
	padding-left: 40px;
	}