*	{
	padding: 0;
	margin: 0;
	}

body	{
	font-family: helvetica,arial, tahoma,sans-serif;
	margin: 0 auto;
	background: #2c3133 url(images/bkg.jpg) 0 0 repeat-x;
	}

p	{
	color: #fff;
	}


#container {
	/*border: 1px solid green;*/
	margin: 0 auto;
	width: 705px;
	}

#header	{
	position: relative;
	height: 118px;
	background: url(images/header.jpg) 0 0 no-repeat;
	/*border: 1px solid green;*/
	}

#header_flash {
	position: absolute;
	left: 240px;
	top: 75px;
	width: 373px;
	height: 34px;
	/*border: 1px solid yellow;*/
	/*margin-left: 240px;
	margin-top: 75px;*/
	}

#content {
	background: url(images/cont_bkg.jpg) 0 0 repeat-y;
	/*border: 1px solid blue;*/
	}

#cont_mid {
	background: url(images/gear_stick.jpg) bottom right no-repeat;
	/*border: 1px solid teal;*/
	}

#cont_inner {
	background: url(images/cont_top.jpg) 0 0 no-repeat;
	/*border: 1px solid purple;*/
	}

/*******************  LEFT DIV RULES ************************/

#left_div {
	float: left;
	margin-top: 25px;
	width: 190px;
	height: 350px;
	/*border: 1px solid yellow;*/
	}

#left_nav {
	/*border: 1px solid green;*/
	padding: 0 12px 0 12px;
	}

#left_nav ul {
	list-style-type: none;
	}

#left_nav a, #left_nav h3 {
	font-size: 15px;
	width: 9em;
	padding: .4em .8em;
	color: #131212;
	display: block;
	background: #9d9999;
	text-decoration: none;
	border-bottom: 3px solid #101415;
	}

#left_nav h3 {
	color: #fff;
	background: #5a5a5a url(images/nav_bkg.jpg) 0 0 repeat-x;
	}

#left_nav a:hover {
	color: #fff;
	background: #989494;
	}

#address_block {
	/*border: 1px dashed red;*/
	height: 126px;
	padding: 15px;
	}

#address_block p {
	font-size: 12px;
	color: #fff;
	}

/*******************  RIGHT DIV RULES *****************/

#right_div {
	margin-top: 25px;
	margin-right: 27px;
	float: right;
	width: 478px;
	/*border: 1px solid teal;*/
	}

#right_div h3 {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	}

table	{
	margin: 10px 0px 20px 0px;
	border-collapse: collapse;
	color: #fff;
	}

td	{
	font-size: 14px;
	padding: 0.2em 1em;
	font-weight: bold;
	}

#about_page #right_div {
	margin-bottom: 100px;
	}


#find_page #right_div {
	margin-bottom: 330px;
	}

#contact_page #right_div {
	margin-bottom: 250px;
	}

#home_page #right_div {
	margin-bottom: 70px;
	}

#sitemap_page #text a {
	padding: .3em;
	}

#sitemap_page #text a:hover {
	background: #9d9999;
	color: #000;
	}
	

#flash	{
	/*border: 1px solid yellow;*/
	padding: 11px;
	height: 277px;
	background: url(images/flash_block.jpg) 0 0 no-repeat;
	}

#tri-cars {
	height: 139px;
	/*background: url(images/used_cars_hull.jpg) 0 0 no-repeat;*/
	}

#text	{
	/*border: 1px solid white;*/
	}

#text h1 {
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: georgia;
	color: #fff;
	}

#text p {
	padding-top: 10px;
	line-height: 1.8em;
	color: #fff;
	font-size: 13px;
	}

#text a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	}

#text ul li {
	color: #fff;
	font-size: 13px;
	padding-top: 8px;
	}

#text ul {
	/*border: 1px solid purple;*/
	list-style-type: square;
	padding-left: 15px;
	padding-top: 15px;
	}

#text h4 {
	color: #fff;
	font-size: 13px;
	}

#map_bkg {
	width: 478px;
	/*border: 1px solid red;*/
	background: url(images/map_bkg.jpg) 0 0 repeat-y;
	}

#map_top {
	background: url(images/map_top.jpg) left top no-repeat;
	}

#map_bot {
	padding: 27px 0px 10px 26px;
	background: url(images/map_bot.jpg) left bottom no-repeat;
	}

#map_cont {
	/*border: 2px green solid;*/
	}

#find_page span a {
	text-decoration: underline;
	}

#find_contact {
	width: 350px;
	}

input, textarea {
	background: #9d9999;
	}

/*******************  FOOTER RULES *****************/

#footer	{
	padding-top: 8px;
	text-align: center;
	margin: 0 auto;
	width: 705px;
	height: 86px;
	background: url(images/footer.jpg) 0 0 no-repeat;
	/*border: 1px solid red;*/
	}

p#lefty {
	padding-left: 10px;
	padding-top: 25px;
	font-size: 11px;
	float: left;
	color: #fff;
	}


p#righty {
	padding-right: 10px;
	padding-top: 25px;
	font-size: 11px;
	float: right;
	color: #fff;
	}

#footer a, #footer p {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	}

#footer a:hover {
	color: #5a5a5a;
	}

.clearer {
	/*border: 1px solid pink;*/
	clear: both;
	}