@import "reset.css";
@import "typography.css";

/**HTML & BODY**/

html, body {
	background-color: #ffffff;
}

/**END HTML & BODY**/

/**GLOBAL STYLES**/

#wrapper {
	position: relative;
	left: 0px;
	height: auto;
	width: 1000px;
	margin: 0px auto;
}
	#header {
		height: 229px;
		width: 1000px;
		float: left;
		background-image: url(https://www.newrideloan.com/img/header.jpg);
		background-repeat: no-repeat;
	}
	#header_refund {
		height: 229px;
		width: 1000px;
		float: left;
		background-image: url(https://www.newrideloan.com/img/refund_header.jpg);
		background-repeat: no-repeat;
	}
	#nav_menu {
		position: relative;
		left: 15px;
		top: 176px;
		height: 40px;
		width: 410px;
	}
	#number {
		position: absolute;
		top: 142px;
		left: 415px;
		height: 87px;
		width: 393px;
	}
	#header_pic {
		position: relative;
		right: 46px;
		height: 229px;
		width: 154px;
		float: right;
		background-image: url(https://www.newrideloan.com/img/header_pic.jpg);
	}
	#l_column {
		position: relative;
		left: 0px;
		top: 0px;
		height: auto;
		width: 700px;
		float: left;
	}
		#l_column_bg {
			position: relative;
			top: 0px;
			left: 0px;
			width: 700px;
			background-repeat: no-repeat;
		}
			.l_column_bg_home {
				background-image: url(https://www.newrideloan.com/img/content_home.jpg);
				height: 312px;
			}
				#content_bg_home {
					position: relative;
					top: 23px;
					left: 460px;
					height: 272px;
					width: 228px;
				}
				
	#l_column_fb {
		position: relative;
		left: 0px;
		top: 0px;
		height: auto;
		width: 700px;
		float: left;
	}
		#l_column_bg_fb {
			position: relative;
			top: 0px;
			left: 0px;
			width: 700px;
			background-repeat: no-repeat;
		}
			.l_column_bg_home_fb {
				background-image: url(https://www.newrideloan.com/img/content_home_fb.jpg);
				height: 812px;
			}
				#content_bg_home_fb {
					position: relative;
					top: 23px;
					left: 290px;
					height: 272px;
					width: 378px;
				}

				
				#l_column_ap {
		position: relative;
		left: 0px;
		top: 0px;
		height: auto;
		width: 700px;
		float: left;
	}
		#l_column_bg_ap {
			position: relative;
			top: 0px;
			left: 0px;
			width: 700px;
			background-repeat: no-repeat;
		}
			.l_column_bg_home_ap {
				background-image: url(https://www.newrideloan.com/img/content_home_apply.jpg);
				height: 812px;
			}
				#content_bg_home_ap {
					position: relative;
					top: 23px;
					left: 290px;
					height: 272px;
					width: 378px;
				}

				

			.l_column_bg_apply_now {
				background-image: url(https://www.newrideloan.com/img/content_apply_now.jpg);
				height: 471px;
			}
				#content_bg_apply_now {
					position: relative;
					top: 23px;
					left: 349px;
					height: 232px;
					width: 334px;
				}
			.l_column_bg_contact_us {
				background-image: url(https://www.newrideloan.com/img/content_contact_us.jpg);
				height: 471px; 
				}
				
			.l_column_bg_tax_refunds {
			background-image: url(https://www.newrideloan.com/img/bg_tax_refunds.jpg);
			height: 471px;	
			}
				#content_bg_contact_us {
					position: relative;
					top: 26px;
					left: 402px;
					height: 231px;
					width: 284px;
				}
			.l_column_bg_about_us {
				background-image: url(https://www.newrideloan.com/img/content_about_us.jpg);
				height: 471px;
			}
				#content_bg_about_us {
					position: relative;
					top: 23px;
					left: 349px;
					height: 232px;
					width: 334px;
				}
			.l_column_bg_participating_dealers {
				background-image: url(https://www.newrideloan.com/img/content_participating_dealers.jpg);
				height: 471px;
			}
				#content_bg_participating_dealers {
					position: relative;
					top: 30px;
					left: 17px;
					height: 130px;
					width: 667px;
				}
	#r_column {
		position: relative;
		left: 0px;
		top: 0px;
		height: auto;
		width: 300px;
		float: right;
	}
		#r_column_bg {
			position: relative;
			top: 0px;
			left: 0px;
			height: 312px;
			width: 300px;
		}
			.r_column_anim {
				background-image: url(https://www.newrideloan.com/img/r_column_anim.gif);
			}
	#footer_1000 {
		position: absolute;
		top: 542px;
		left: 0px;
		height: 1000px;
		width: 700px;
		
	}
	#footer2_1000 {
		position: relative;
		top: 0px;
		left: 0px;
		height: 1000px;
		width: 700px;
		
	}
	#footer_300 {
		position: relative;
		top: 0px;
		left: 0px;
		height: 159px;
		width: 300px;
		background-image: url(https://www.newrideloan.com/img/footer_300.jpg);
	}
#footer2_300 {
		position: absolute;
		top: 542px;
		left: 700px;
		height: 159px;
		width: 300px;
		background-image: url(https://www.newrideloan.com/img/footer_300.jpg);
	}

/**END GLOBAL STYLES**/