* {
	margin: 0px;
	padding: 0px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #E1E1E1;
}
#wrapper {
	width: 964px;
	background-image: url(../images/bkgd.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 7px;
	height: auto;
} 
#container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	min-height:560px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.home {
	background-image: url(../images/bkgdHome.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.aboutUs {
	background-image: url(../images/bkgdAboutUs.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
} 
.aboutUs2 {
	background-image: url(../images/bkgdAboutUs2.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
} 
.options {
	background-image: url(../images/bkgdOptions.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}   
.options2 {
	background-image: url(../images/bkgdOptions2.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}    
.facts2 {
	background-image: url(../images/bkgdFacts.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}  
.comps {
	background-image: url(../images/bkgdComparisons.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}  
.comps2 {
	background-image: url(../images/bkgdComparisons2.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.whyLease {
	background-image: url(../images/bkgdWhyLease.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.whyLease2 {
	background-image: url(../images/bkgdWhyLease2.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.creditApp {
	background-image: url(../images/bkgdCreditApp.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#mainNav {
	float: right;
	width: 699px;
	height: 39px;
} 
#mainNav ul li {
	float: left; /* since this element is floated, a width must be given */
	width: 251px;
}
#mainContent {
	float: right;
	width: 699px;
}
#mainContent .bodycopy {
	font-family: Myriad, "Myriad Roman", "Myriad Web", "Myriad Pro", sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	padding-right: 20px;
}
#mainContent .bodycopy a {
	color: #000000;
	text-decoration: underline;
}
#mainContent .bodycopy li {
	list-style-position: outside;
	list-style-type: inherit;
	margin-left: 15px;
} 
#mainContent .headline {
	font-family: Myriad, "Myriad Roman", "Myriad Web", "Myriad Pro", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CA1800;
	text-decoration: none;
	padding-bottom: 3px;
	padding-left: 0px;
}
#mainContent .headline a {
	color: #CA1800;
	text-decoration: none;	
}
#mainContent  .tableHeader {
	font-family: Myriad, "Myriad Roman", "Myriad Web", "Myriad Pro", sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #CA1800;
	text-decoration: none;
}
#mainContent .tablecopy {
	font-family: Myriad, "Myriad Roman", "Myriad Web", "Myriad Pro", sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	padding-right: 20px;
}
#mainContent .compscopy {
	font-family: Myriad, "Myriad Roman", "Myriad Web", "Myriad Pro", sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	padding-right: 15px;
}
#mainContent .compscopyRed {
	color: #CA1800;
	text-decoration: none;
	font-weight: bold;
}
#mainContent .yellowQuote {
	font-style: italic;
	color: #946938;
	font-size: 15px;
}
#mainContent .yellowCallout {
	font-size: 24px;
	font-weight: bold;
	color: #E5A642;
	text-decoration: none;
	text-align: center;
}
#mainContent .compscopy li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}
#mainContent   ol {
	list-style-position: outside;
	padding-left: 25px;
}
#compsList ul {
	font-family: Myriad, "Myriad Roman", "Myriad Web", "Myriad Pro", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 15px;
	padding-right: 15px;
}
#footer {
	width: 952px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background:#000000;
	position:relative;
	bottom:0px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

