#Container {
	min-height: 750px;
}
#MyAutoStar {
	top: 70px;
	left: 282px;
}
#CarImagesHeader {
	position: absolute;
	width: 704px;
	height: 131px;
	top: 42px;
	left: 320px;
	background:url(../images/car_images_header2b.png);
	z-index: 100;
}
#LeftSideBar {
	position: relative;
	top: 48px;
	left: 20px;
	width: 270px;
	min-height: 450px;
}
#FindACar {
	position:relative;
	top: 0px;
	left: 0px;	
	width: 270px;
	height: 29px;
	background:url(../images/btn_find_a_car.jpg);
}
#FindForm {
	position:relative;
	background: #DDE7EC;
	border: 4px #88ACBB solid;
	top: 0px;
	left: 0px;	
	width: 262px;
	height: 272px;
	font-weight: bold;
}
#FindForm form {
	position: relative;
	top: 22px;
	left: 10px;
	width: 240px;
}
#FindForm select {
	font-size: 10px;
}
#FindForm td {
	margin-bottom: 5px;
}
#SubmitSearch {
	position: absolute;
	top: 220px;
	left: 120px;
}
#SubmitSearch .SubmitBG {
	background:url(../images/btn_search.jpg);
	width: 110px;
	height: 22px;
	border: 0px;
}
#RightSide {
	position: absolute;
	top: 160px;
	left: 320px;
	width: 660px;
	min-height: 450px;
	z-index: 200;
}
#AdditionalSearchOptions {
	position:relative;
	top: 0px;
	left: 0px;	
	width: 660px;
	height: 30px;
	background:url(../images/btn_additional_search_options.jpg);
}
#SearchByType {
	position: relative;
	top: 10px;
	left: 0px;	
	width: 660px;
	font-weight: bold;
	font-size: 14px;
}
#SearchByType a {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}
#SearchByType a:hover {
	text-decoration: underline;
}
#SearchByMake {
	position: relative;
	top: 10px;
	left: 0px;	
	width: 660px;
	/*min-height: 145px;*/
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}
#SearchByMake a {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}
#SearchByMake a:hover {
	text-decoration: underline;
}
#SearchByFeatures {
	position: relative;
	top: 10px;
	left: 0px;	
	width: 660px;
	/*min-height: 145px;*/
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	overflow: hidden;
}
#SearchByFeatures a {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}
#SearchByFeatures a:hover {
	text-decoration: underline;
}
#ExpandCollapseFeatures {
	font-size: 12px;
	padding-left: 10px;
	padding-top: 10px;
}
#ExpandCollapseFeatures a {
	color: #000000;
}
#SearchByMPG {
	position: relative;
	top: 10px;
	left: 0px;	
	width: 660px;
	/*min-height: 145px;*/
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}
#SearchByMPG a {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}
#SearchByMPG a:hover {
	text-decoration: underline;
}
#SearchByColor {
	position: relative;
	top: 10px;
	left: 0px;	
	width: 660px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}
#SearchByColor a {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}
#SearchByColor a:hover {
	text-decoration: underline;
}
#SearchByPowerTrain {
	position: relative;
	top: 10px;
	left: 0px;	
	width: 660px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}
#SearchByPowerTrain a {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}
#SearchByPowerTrain a:hover {
	text-decoration: underline;
}
#ClearButton {
	width: 106px;
	height: 26px;
}
h2 {
	color: #B7002B;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}


