html, body {
	margin: 0 auto;
	padding: 0px;
	background-image:url(images/background.png);
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {	
	margin: 0 auto;
	padding: 0px;
	width: 800px;
	min-height: 100%;
	height: 100%;
	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;
	padding: 5px;
	text-align: center;
}
#logobarchrysler {
	width: 260px;
	height: 65px;
	float: left;
	padding: 5px;
	text-align: center;
}
#logobardodge {
	width: 255px;
	height: 65px;
	float: right;
	padding: 5px;
	text-align: center;
}
#titlebar {
	width: 800px;
	height: 30px;
	background-image:url(images/titlebg.png);
}
#title {
	width: 400px;
	float: left;
}
#title h1 {
	margin: 5px;
	font-size: 16px;
	color:#FFFFFF;
}
#phone {
	width: 400px;
	text-align: right;
	float: right;
}
#phone h1 {
	margin: 5px;
	font-size: 16px;
	color:#FFFFFF;
}
#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 10px;
	color:#000;
	text-decoration:none;
	height:20px;
	font-size: 12px;
}
#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: 100%;
	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 {
	margin: 5px;
	font-size: 11px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
img {
	border: none;
}
#fullheight{
	min-height:100%;
	height:100%;
}
a:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	font-size: 12px;
	color: #FFFFFF;
	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: #6699CC;
	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;
}