.Main-Win {
	position: static;
	height: 100%;
	width:900px;
	background-position: center;
}
.navigationWindow {
	z-index:2;
	height: 160px;
	width: 900px;
	position: absolute;
	background-image: url(../graphics/Navigation.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.menuLeft {
	position: absolute;
	z-index:2;
	top: 100px;
	left: 85px;
}
.BackLinks {
	z-index:0;
	position:absolute;
	font-family: "comic Sans MS";
	font-size: 18px;
	color: #2A0000;
	text-align: left;
	font-weight: bold;
	top: 130px;
	text-indent: 10px;	
}
.MainBody {
	width: 900px;
	z-index:0;
	position: absolute;
	top: 175px;
	height: auto;
}
.BlueDetail {
	z-index:0;
	background-image: none;
	background-repeat:repeat;
	width: 900px;
	font-family: "comic Sans MS";
	font-size: 15px;
	text-align: left;
	text-transform: capitalize;
	vertical-align: text-top;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: #D4E2FC;
	border: thin solid #2565D9;
}
.bluepg {
	z-index: 1;
	height: 100%;
	width: 890px;
	top: 30px;
}
.BluePics {
	z-index:0;
	height: auto;
	width: 900px;
	background-color: #D6E1F9;
	border: thin solid #779BEB;
	padding: 8px;
	background-position: center top;
	text-align: center;
	vertical-align: top;
}
.HMCarTitle {
	padding: 5px;
	border: thin solid #779BEB;
}
.advertisement {
	position: absolute;
	top: 160px;
	height: 31px;
}

