

#wrapper {
	background-color: #fff;
	background-image: url(../../images/header_no_sidebar.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	width: 750px;
	border: solid thin black;
	border-left: solid 6px #000;
	border-right: solid 6px #000;
	margin-left: -378px;
	left: 50%;
}

#header { 
/*	background-image: url(../images/sub_01_r1_c1.jpg); */	
	background-position: 0 top; 
	position: relative; 
	width: 750px; 
	height: 140px;
	z-index: 1000; 
	}



	
#content {
/*	width: 100% !important; */
	width: 730px;
	padding: 10px;
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 1em;

}

#footer { 
	background-image: url(../images/sub_01_r4_c1.jpg); 
	background-position: 0 bottom; 
	width: 750px; 
	height: 46px; 
	clear: both;
	}
	
#footer p {
	padding: 5px;
}
	
#header_text { 
	position: absolute; 
	left: 150px; 
	bottom: 0; 
	}
	
h1 {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 125%;
	background-color: #333;
	color: #fff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0em;
	padding-left: 10px;
	margin: 0;
	position: relative;
	z-index: 1;
	width: 710px;
}
	h1 a:link, h1 a:visited, h2 a:link, h2 a:visited {
		color: #fff;
		background: none;
		border:none;
	}
h2, h3 {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	font-size: 110%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 10px 0 0 0;
}
h3 {
	font-size: 100%;
	padding-bottom: 0;
	margin-bottom: 0;
}
.outline_box {
	background-color: #CCCCCC;
	border: thin solid #000000;
}


#dealer_address {
display: none;
	width: 700px;
	border: thick solid #000;
	background-color: #820000;
	color: #fff;
	margin: 5px;
	padding: 5px;
	left: 10px;
	position: relative;
	z-index: 1;
}
#dealer_address a, #dealer_address a:visited{
	color: #fff;
}
table, thead, tbody, tr, td {
	border: none;
	margin: 0;
	padding: 0;
	}
#content table {
	width: 100%;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	padding: 0;
	margin: 0;

}
#content thead tr {
	padding: 0;
	margin: 0;
	border: none;
}
#content table thead tr td  {
	padding: 1em;
	margin: 0;
	background-color: #333333;
	border: none;
	font-weight: bold;
	color: #fff;
}
#content table thead tr th  {
	padding: 1em;
	margin: 0;
	background-color: #333333;
	border: none;
	font-weight: bold;
	color: #fff;
}


#content table tbody tr td {
	padding: 0.5em;
	border-bottom: solid 1px #000;
	font-size: 90%;
}
#content table tfoot tr td {
	padding: 0;
	margin: 0;
}

.outgoing_email {
	display: none;
}