*{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, Helvetica, Trebuchet MS;
	border: 0;
}

ul{
	padding: 0 20px;
}

li{
  padding-top: 2px;
}

a, a:hover, a:hover:visited, a:visited{
  text-decoration: none;
}

input{
  height: 17px;
  font-size: 14px;
  font-family: Trebuchet MS;
  vertical-align: top;
  border: 0;
}

body{
  background-color: #f4f4f4;
}

.container{
	width: 100%;
	height: 100%;
	margin: 0px auto;
	text-align: center;
  background-color: transparent;
  vertical-align: middle;
}

.spacer{
  background-color: #ffffff;
  width: 100%;
  height: 8px;
  text-align: center;
}

.title{
  background: url('../images/title_bg.jpg') 0px 0px repeat-x;
  width: 100%;
  height: 41px;
  text-align: center;
  padding-top: 20px;
}

.content_box{
  background-color: #dedede;
  height: 538px;
  width: 100%;
  display: block;
  float: none;
  clear: both;
}

.content_top{
  background-color: transparent;
  background: url('../images/upper_shadow.jpg') 50% 0% no-repeat;
  height: 5px;
  width: 100%;
}

.content_inside{
  height: 520px;
  width: 100%;
  text-align: center;  
}

.content_bottom{
  background-color: transparent;
  background: url('../images/bottom_shadow.jpg') 50% 0% no-repeat;
  height: 11px;
  width: 100%;
}

table.cars{
  width: 100%;
  margin-bottom: 40px;
}

.ford{
  vertical-align: bottom;
  background: url('../images/ford.jpg') 100% 0% no-repeat;
  width: 413px;
  height: 455px;
  text-align: right;
}

.honda{
  vertical-align: bottom;
  background: url('../images/honda.jpg') 0% 0% no-repeat;
  width: 413px;
  height: 455px;
  text-align: left;
}

.ford a, .ford a:visited{
  text-decoration: none;
  font-weight: bold;
  color: #dddddd;
  margin-right: 185px;
  line-height: 30px;
  font-family: trebuchet ms;
  font-size: 17px;
}

.honda a, .honda a:visited{
  text-decoration: none;
  font-weight: bold;
  font-family: trebuchet ms;
  font-size: 18px;
  color: #dddddd;
  line-height: 30px;
  margin-left: 160px;
}

.bottom{
  width: 100%;
  margin-top: 10px;
}

.bottom_left{
  vertical-align: top;
  width: 50%;
  text-align: right;
}

.copyright{
  width: 413px;
  text-align: left;
  float: right;
  font-family: arial;
  font-size: 11px;
  color: #000000;
}

.bottom_right{
  vertical-align: top;
  width: 50%;
  text-align: left;
}

.logo{
  width: 413px;
  text-align: right;
}


/*
img{
  behavior: url('iepngfix.htc');
}
*/

