html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {  
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-image:url(images/background.png);
}
#wrapper {	
	margin: 0 auto;
	padding: 0px;
	width: 800px;
	background-color: #0d2338;
	border-color: #666666;
	border-width: 0px 5px 0px 5px;
	border-style: solid;
}
#logobar {
	width: 800px;
	height: 65px;
	background-color:#FFFFFF;
}
#logobarjeep {
	width: 255px;
	height: 65px;
	float: left;
	text-align: center;
}
#logobarchrysler {
	width: 260px;
	height: 65px;
	float: left;
	text-align: center;
}
#logobardodge {
	width: 255px;
	height: 65px;
	float: right;
	text-align: center;
}
#titlebar {
	width: 800px;
	height: 30px;
	background-image:url(images/titlebg.png);
}
#title {
	width: 400px;
	height: 30px;
	float: left;
}
#title h1 {
	font-size: 16px;
	color:#FFFFFF;
	padding: 5px;
}
#phone {
	width: 400px;
	height: 30px;
	text-align: right;
	float: right;
}
#phone h1 {
	font-size: 16px;
	color:#FFFFFF;
	padding: 5px;
}
#menubar {
	width: 800px;
	height: 160px;
	background-color:#FFFFFF;
}
#menujeep {
	width: 260px;
	float: left;
	text-align:center;
	border-color: #000000;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
}
#menuchrysler {
	width: 268px;
	float: left;
	text-align:center;
	border-color: #000000;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
}
#menudodge {
	width: 266px;
	float: right;
	text-align:center;
}
#links {
	width: 800px;
	height: 25px;
	background-image:url(images/bg.png);
}
#linksbar {
	clear:left;
	float:left;
	width:100%;
	height:25px;
	overflow:hidden;
}
#linksbar ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
#linksbar ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}
#linksbar ul li a {
	display:block;
	margin:0;
	padding: 5px 20px;
	color:#000;
	text-decoration:none;
	height:20px;
}
#linksbar ul li a span {
	display:block;
}
#linksbar ul li a:hover {
	background:url(images/bg2.png) center center repeat-x;
	color: #FFFFFF;
	border-color: #000000;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
}
#contents {
	width: 800px;
	height: 400px;
	background-color: #0d2338;
}
#contents p {
	margin: 10px;
	color: #FFFFFF;
}
#contents h1 {
	font-size: 12px;
	color: #6699CC;
	margin: 10px;
}
#adbar {
	width: 800px;
	height: 100px;
	background-color:#CCC;
}
#adbarbas {
	width: 400px;
	height: 100px;
	text-align: center;
	float: left;
}
#adbarbas p {
	margin: 10px;
}
#adbarlpg {
	width: 400px;
	height: 100px;
	text-align: center;
	float: right;
}
#adbarlpg p {
	margin: 10px;
}
#footer {
	width: 800px;
	height: 25px;
	background-image:url(images/bg.png);
}
#footer p {
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
}
img {
	border: none;
}
#fullheight{
	min-height:100%;
	height:100%;
}
h4 {
	color: #FFFFFF;
	margin-top: 15px;
}
p { 
	color: #000000;
	font-size: 11px;
}	
p.content { 
	padding:4px;
	font-size: 11px;
	color: #FFFFFF;
}
p.small { 
	font-size: 10px;
	color: #dcb374;
	font-weight: bold;
}		
td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
table.thin {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
}
table.thin th {
	border-width: 1px;
	padding: 0px;
	border-style: none;
	border-color: black;
	-moz-border-radius: 0;
}
table.thin td {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	border-color: black;
	-moz-border-radius: 0;
}
p.bold {
	font-weight:bold;
	color:#000000;
	font-size:12px;
}
p.boldwhite {
	font-weight:bold;
	color:#FFFFFF;
	font-size:16px;
}
a:link {
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}
a:active {
	font-size: 12px;
	color: #0000FF;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	font-size: 12px;
	color: #0000FF;
	text-decoration: overline;
	font-weight: bold;
}
a.mainlink:link {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a.mainlink:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a.mainlink:active {
	font-size: 11px;
	color: #999999;
	text-decoration:none;
	font-weight:bold;
}
a.mainlink:hover {
	font-size: 11px;
	color: #6699CC;
	text-decoration: none;
	font-weight: bold;
}
#clear {
	clear: both;
}
.form {
	width: 300px;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
} 
.textbox {
	margin-left: 25px;
	margin-top: 5px;
	width: 200px;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999999; 
	border: 1px solid #FFFFFF;
	color: #000000;
}
.sendbtn {
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10px; 
	background-color: #cccccc; 
	border: 1px solid #000000;
	color: #000000;
}