html {
	height: 100%;
	}

body {
	height: 100%;
	font-family: helvetica, arial, verdana, sans-serif;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;	
	margin-left: 0px;	
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}
a:link {
	color : #0000ff;
	text-decoration : none;
	font-weight : bold;
	font-family: helvetica, arial, verdana, sans-serif;
 } 
a:visited {
	color : #0000ff;
	text-decoration : none;
	font-weight : bold;
	font-family: helvetica, arial, verdana, sans-serif;
}
a:active {
	color : #0000ff;
	text-decoration : none;
	font-weight : bold;
	font-family: helvetica, arial, verdana, sans-serif;
} 
a:hover {
	color : #3D553C;
	text-decoration : none;
	font-weight : bold;
	font-family: helvetica, arial, verdana, sans-serif;
}
.nav {
	color: #0000cc;
	text-decoration: none;
	font-weight: normal;	
	font-family: helvetica, arial, verdana, san3s-serif;	
   line-height: 23px;
	font-size: 13px;	
}
a.nav:link {
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
}
a.nav:visited {
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
}
a.nav:active {
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
}
a.nav:hover {
	color : #3D553C;
	text-decoration : none;
	font-weight : bold;
}
.nav_drop {
	color: #ffffff;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;	
	font-family: helvetica, arial, verdana, san3s-serif;	
	font-size: 11px;	
}
a.nav_drop:link {
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
}
a.nav_drop:visited {
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
}
a.nav_drop:active {
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
}
a.nav_drop:hover {
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
}
h1 {
	font-weight: bold;	
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 15px;	
	color: #000000;	
}
h2 {
	font-weight: bold;	
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 14px;	
	color: #000000;	
}
p {
	font-weight: normal;	
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 13px;	
	color: #121212;	
}
.box {
	font-weight: normal;	
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 11px;	
	color: #000000;	
}
ul {
   margin-top: 6px;
	font-weight: normal;	
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 13px;	
	color: #000000;	
	list-style-image: url(images/green_star.gif);
	margin-left: 24px;	
}
li {
	list-style-image: url(images/green_star.gif);
	margin-right: 0px;		
}
.footer {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;	
	font-family: helvetica, arial, verdana, sans-serif;	
	line-height: 26px;
	font-size: 16px;	
}
.footer_small {
	color: #000000;
	text-decoration: none;
	font-weight: normal;	
	font-family: helvetica, arial, verdana, sans-serif;	
	line-height: 14px;
	font-size: 11px;	
}
a.footer_small:link {
	color : #0000ff;
	text-decoration : none;
	font-weight :bold;
}
a.footer_small:visited {
	color : #0000ff;
	text-decoration : none;
	font-weight : bold;
}
a.footer_small:active {
	color : #0000ff;
	text-decoration : none;
	font-weight : bold;
}
a.footer_small:hover {
	color : #6b9769;
	text-decoration : none;
	font-weight : bold;
}
#tip {
	background-image: url(images/car_tip_box.gif);
	background-repeat: no-repeat;
	width: 260px;
	height: 260px;
}