html, body {
	text-align:center;
	height: 90%;
} 

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background: #f1f1f1 url('../img/background_cap.png') no-repeat top center;
} 

#container {
	width:960px;
    min-height: 100%;
    height: auto !important;
    height: 100%;	
    margin: 25px auto 0;	
	text-align:center;
	background: #f1f1f1 url('../img/background.png') repeat-y top center;
	padding: 0 5px;
}

#header {
	padding: 0;
	margin: 0;
	width: 960px;
	height: 85px;
	text-align:center;
}

#columnContainer {
	margin:0;
	width: 960px;	
	background: #CCCCCC;
	/*background: url("../img/web_contentBG.jpg") repeat-y left top;*/
}

#leftColumn, #centerColumn, #rightColumn {
	float:left;
	display:inline;    
	padding: 0;
	margin: 10px;
	text-align: left;  
} 

#leftColumn {
	/* Total Width: 560px */
	width:540px;
	background-color: #99CCFF;
} 

#centerColumn {
	/* Total Width: 250px */
	width:230px;
	background-color: #CCFFFF;
} 

#rightColumn {
	/* Total Width: 150px */
	width:130px;
	background-color: #FFFFCC;
}

#instantQuote {
	position: relative;
	height: 288px;
	width: 960px;
	background: url(../img/bg_instantQuote.jpg) no-repeat;
	margin-bottom: 10px;
}

	#input_zipCode {
		position: absolute;
		top: 118px;
		right: 300px;
		width: 120px;
		height: 20px;
	}
	
	#input_zipCode input {
		height: 20px;
		width: 120px;
		background-color: transparent;
		border: none;
		color: #F18306;
		font-size: 16px;
		font-weight: bold;
	}	
	
	#input_submit {
		position: absolute;
		top: 109px;
		right: 178px;
		width: 101px;
		height: 40px;
	}	

#subPage2columnContainer {
	margin:0;
	width: 920px;	
	background-color: #fff;		
	padding: 10px 15px 15px 25px;	
}
	
	#subPageLeftColumn, #subPageRightColumn {
		float:left;
		display:inline;    
		padding: 0;
		text-align: left;
		background-color: #fff;		
	} 
	
	#subPageLeftColumn {
		width:690px;
	} 
	
	#subPageRightColumn {
		/* Total Width: 230px */
		width:220px;
		margin-left: 10px;
		background-color: red;
	} 

#contentContainer, #subPageContainer {
	background: #fff;
	text-align: left;
}

	#contentContainer {
		padding: 0px;
	}
	
	#subPageContainer {
		padding: 10px 15px 15px 25px;
	}

#footer {
	width: 940px;
	clear:both;
	text-align: center;
	color: #fff;
	margin: 0 auto 20px;
	background: #2b458c url('../img/bg_footer.png') repeat-x;
	padding: 10px;
	font-size: 11px;
	border-bottom: 2px #000 solid;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}