body {
	background:url(/images/bg.png);
	padding:15px 0 40px 0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#707070;
}

form, input, h1, h2, img {margin:0} img {border:none}

.index {background:url(/images/affordable.jpg)}      
.is-mandatory-car-insurance-enough {background:url(/images/pink-shirt.jpg)} 
.get-more-cheap-car-insurance-for-women {background:url(/images/crossed-arms-out-window.jpg)} 
.how-to-make-cheap-car-insurance-for-women-even-cheaper {background:url(/images/my-blue-car.jpg)} 
.the-truth-about-female-drivers {background:url(/images/low-cut-blue-shirt.jpg)} 

.container {
	display:block;
	clear:both;
	width:860px;
	margin:0 auto;
	padding:0 32px 20px;
	border-top:5px solid #363636;
	background-color:#FFFFFF;
}
	.logo {
		position:absolute;
		margin:40px 0px 0px 10px;
	}
	
.main {
	display:block;
	clear:both;
	width:860px;
	height:280px;
	margin-top:50px;
}
	.piece {
		position:absolute;
		margin-left:860px;
	}
	.form {
		display:block;
		position:absolute;
		width:250px;
		margin:100px 0px 0px 620px;
		color:#252525;
		background-repeat:no-repeat;
	}
	.insurance-select	{
		display:none;
	}
.input-zip	{
	display:block; font-size:32px; text-align:center; font-family:Arial, Helvetica, sans-serif; width:160px; margin-left:2px; background:#EBEBEB;
}		
	.continue-button {
		display:block;
		margin-top:20px;
		clear:both;
	}
	
	
.content {
	display:block;
	clear:both;
	width:860px;
	padding-top:40px;
}
.text {
	display:block;
	float:left;
	width:545px;
}
	.text h1	{
		font-family:"Times New Roman", Times, serif;
		color:#363636;
		font-weight:normal;
		text-transform:uppercase;
	}
		.text h1 {font-size:24px}
		.text h2, h3 {font-size:18px; color:#363636; text-transform:uppercase; font-weight:normal;}

	.text p {margin:1em 0; line-height:19px;}
	
	.text a {color:#707070; text-decoration:underline; font-weight:bold;}
		.text a:hover {text-decoration:none}
		
	.text ul li, .text ol li {
		margin:.5em auto;
		line-height:19px;
	}		
		
.nav {
	display:block;
	float:right;
	width:305px;
	background:url(/images/nav.gif) no-repeat;
	background-position:0 0 !important;
	padding-top:30px;
}
	.nav a {
		display:block;
		clear:both;
		border-bottom:1px solid #707070;
		color:#707070;
		font-size:13px;
		padding:14px 8px 8px;
		text-decoration:none;
	}
		.nav a:hover {
			color:#707070;
			text-decoration:underline;
		}
	.nav img {margin-top:50px}


.footer {
	display:block;
	clear:both;
	width:860px;
	padding-top:40px;
	
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	
}	
.footer table {padding:10px; background-color:#363636;}	
	.disc	{width:500px;}
	.disc ul {margin:0;	padding:0}
	.disc ul li {display:inline; margin-right:8px}
		.disc a {color:#FFFFFF; text-decoration:none}
			.disc a:hover {text-decoration:underline}			
		
	.link {text-align:right; width:360px}
	.link ul li	{list-style:none;}
		.link a {color:#FFFFFF;	margin:0 6px; text-decoration:none; text-transform:capitalize}
			.link a:hover {text-decoration:underline}
	
