body {
	background-color: white;
}

#wrapper {
	width: 100%;
	overflow: visible;
	padding: 0;
	background: none;
	margin: 0 auto;
	}
	#container {
		position: relative;
		overflow: visible;
		width: auto;
		padding: 0 10px;
		background-image: none;;
		}
	
		#header {
			position: relative;
			width: 100%;
			height: auto;
		}
			
		#header h1 {
			background: #1E77D3;
			color: white;
			width: auto;
			height: auto;
			position: relative;
			top: 0;
			left: 0;
			text-indent: 0;
			line-height: 2em;
			padding: .3em;
			text-align: center;
		}
	
		#content {
			padding: 15px 68px 0 38px;
			overflow: visible;
		}
		
			#col_nav {
				display: none;
			}
		
			#col_main { /* default, full-width */
				width: 100%;
				float: none;
			}
		
	#footer {
			clear: none;
			text-align: center;
			padding: 4.2em 40px 1em 40px;
			background: white;
			border-top: 1px solid #444;
	}
	
	#footer a,
	#footer span {
		display: none;
	}


#rightCol {
	float: right;
	margin-left: 2em;
	margin-right: -24px;
	width: 344px;
	display: inline; /*for ie6 double margin bug*/
}

	#rightCol blockquote {
		/*background: url("/images/bg_blockquote.png") no-repeat 5px top;*/
		color: #00a94f;
	}


	#rightCol cite {
		padding-left: 35px;
		color: #00a94f;
		font-family: "Bookman Old Style", Georgia, Times, serif;
		font-size: 1.2em;
	}


#header_testamonial {
	display: none;
}
