body {
	padding: 0;
	margin: 0;
	background: #ffffff url(images/topbg.png) repeat-x;
	text-align: center;
}

	#wrapper {
		width: 970px;
		padding: 0;
		margin: 0 auto;
		text-align: left;
	}
	
		#bluebar {
			width: 100%;
			height: 50px;
			background: url(images/topbar.png) no-repeat;
			text-indent: -9999px;
		}
		
		#content_wrapper {
			width: 970px;
			padding: 0 10px;
			position: relative;
			
		}
		
			#yellowbar {
				width: 950px;
				height: 50px;
				background: url(images/yellowbar.png) no-repeat;
				text-indent: -9999px;
			}
			
				#header {
					width: 100%;
					height: 140px;
					position: relative;
				}
				
					#banner {
						width: 950px;
						height: 250px;
						background: url(images/banner_top.png) repeat-y;
						padding: 10px 0;
					}
					
						#banner_content {
							width: 950px;
							height: 250px;
							background: url(images/bannerrepeat.png) repeat-x;
							position: relative;
						}
						
							#banner_left {
								width: 450px;
								height: 220px;
								background: url(images/bannerbg.png) no-repeat;
								position: absolute;
								top: 0;
								left: 0;
								padding: 15px;
							}
							
								#banner_left h1 {
									font-size: 24px;
									font-family: Helvetica;
									font-weight: normal;
									margin: 0;
									color: #111840;
								}
								
									#banner_left h1 span {
										color: #f3cb2a;
									}
									
								#banner_left p {
									font-family: Arial;
									font-size: 13px;
									color: #ffffff;
									text-indent: 20px;
									line-height: 22px;
								}
							
							#banner_right {
								width: 423px;
								height: 229px;
								padding: 3px;
								background: url(images/banner_box.png) no-repeat;
								position: absolute;
								top: 8px;
								right: 8px;
							}
							
					#boxes {
						width: 950px;
						height: 254px;
						margin-top: 20px;
						position: relative;
					}
					
						#boxes h1 {
							font-family: Helvetica;
							font-size: 18px;
							font-weight: normal;
							color: #f1660f;
							margin: 0;
						}
						
						#boxes h2 {
							font-family: Helvetica;
							font-size: 12px;
							font-weight: normal;
							color: #646464;
							margin: 0;
						}
					
						#works {
							width: 534px;
							height: 234px;
							background: url(images/howitworks.png) no-repeat;
							position: absolute;
							top: 0;
							left: 0;
							padding: 10px;
							line-height: 16px;
						}
						
							#works h3 {
								font-family: Helvetica;
								font-size: 16px;
								color: #202d75;
								background: url(images/steparrow.png) no-repeat 0 2px;
								padding-left: 15px;
							}
							
							.steps {
								width: 150px;
								float: left;
								margin-left: 20px;
							}
							
							#works {
								font-size: 12px;
								font-weight: bold;
								color: #515151;
							}
							
							#works ul {
								display: block;
								padding: 0 0 0 10px;
								margin: 0;
							}
							
								#works ul li {
									font-family: Helvetica;
									list-style: none;
								}
									
									.indentlist {
										font-family: Helvetica;
										font-size: 11px;
										color: #3347b6;
										font-weight: normal;
										margin-bottom: 10px;
									}
									
										.indentlist ul li {
											line-height: 18px;
										}
						
						#examples {
							width: 366px;
							height: 234px;
							background: url(images/examples.png) no-repeat;
							position: absolute;
							top: 0;
							right: 0;
							padding: 10px;
						}
						
							#examples_content {
								width: 366px;
								height: 155px;
								position: relative;
								margin-top: 25px;
							}
						
					#buttons {
						width: 950px;
						height: 34px;
						margin-top: 20px;
					}
					
						#buttons img {
							margin-left: 40px;
						}
						
					#boxes2 {
						width: 950px;
						height: 230px;
						position: relative;
						margin-top: 15px;
					}
					
						#why {
							width: 369px;
							position: absolute;
							top: 0;
							left: 0;
						}
						
							#why h1 {
								font-family: Helvetica;
								font-size: 24px;
								font-weight: bold;
								color: #131a44;
							}
							
							#why ul {
								width: 349px;
								height: 139px;
								background: url(images/whydirect2drive.png) no-repeat;
								padding: 10px;
								display: block;
							}
							
								#why ul li {
									font-family: Helvetica;
									font-size: 12px;
									color: #3347b6;
									line-height: 23px;
									list-style: inside;
									list-style-image: url(images/whyarrows.gif);
								}
								
									#why ul li strong {
										color: #f1660f;
									}
						
						#testimonials {
							width: 550px;
							height: 159px;
							position: absolute;
							top: 0;
							right: 0;
						}
						
							#testimonials h1 {
								font-family: Helvetica;
								font-size: 24px;
								color: #f1660f;
							}
							
								#testimonials ul {
									padding: 0;
								}
							
								#testimonials ul li {
									font-family: Verdana;
									font-size: 12px;
									color: #626262;
									list-style: inside square;
									margin-bottom: 15px;
								}
						
	#footer {
		width: 100%;
		height: 124px;
		background: url(images/footer.png) repeat-x;
		margin-top: 30px;
		text-align: center;
	}
	
		#footer_wrapper {
			width: 950px;
			height: 124px;
			margin: 0 auto;
			text-align: left;
			position: relative;
		}
	
		#footer_left {
			width: 400px;
			height: 74px;
			position: absolute;
			top: 0;
			left: 0;
			padding-top: 50px;
			color: #ffffff;
			font-family: Arial;
			font-size: 12px;
		}
		
			#footer_left a {
				color: #8799f6;
				text-decoration: none;
			}
		
		#footer_right {
			width: 400px;
			height: 74px;
			position: absolute;
			top: 0;
			right: 0;
			padding-top: 50px;
			text-align: right;
		}