@charset "UTF-8";
/* CSS Document */

* {
	font-size: 90%;
	padding: 0;
	margin: 0;
	}
	
.clear {
	clear: both;
	height: 0px;
}
.indent {
	text-indent: -9999px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	outline: none;
	color: black;
}
a img {
	text-decoration: none;
	outline: none;
	border: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	color: #008144;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #008144;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: black;
}


body {
	background: #dcdddd;
	width: auto;
	height: auto;
	margin: auto;
}
#page-wrap {
	background: url(../images/bg.jpg) center center repeat-y;
	width: 824px;
	height: auto;
	margin: auto;
	position: relative;	
}
#left {
	background: url(../images/logo-bg.png) center center no-repeat;
	width: 393px;
	height: 436px;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 0px;
}
#left p {
	font-size: 1.4em;
	font-weight: bold;
}
#left #text-box {
	width: 345px;
	height: auto;
	margin: auto;
}
#car {
	background: url(../images/car.jpg) center center no-repeat;
	width: 800px;
	height: 296px;
	margin: auto;
	padding-top: 40px;
}
#quote {
	width: 385px;
	height: auto;
	margin: -10px 20px 0 0;
	float: right;
	text-align: left;
}
#quote p {
	font-size: 1.4em;
}
#bottom {
	width: 750px;
	height: auto;
	margin: auto;
	position: relative;
}
#endorse {
	position: absolute;
	top: 60px;
	right: 0px;
}
#endorse img {
	float: left;
}
img.penn {
	margin-right: 25px;
}
#text {
	padding-top: 60px;
	float: left;
}
#text p {
	font-size: 1.6em;
}
#footer {
	background:url(../images/footer.jpg) top center no-repeat;
	width: 824px;
	height: auto;
	margin: 50px auto 0;
	padding-top: 5px;
	text-align: center;
}
