/*================================================================
HOMEPAGE stylesheet for the website.

STYLES FOR ELEMENTS SPECIFIC TO HOMEPAGE OR
THAT NEED TO BE REDEFINED.

  
  ***  NO TYPOGRAPHY STYLES HERE PLEASE  ***
  
================================================================*/


/* LOGO
----------------------------------------------------------------*/


/* CONTENT
----------------------------------------------------------------*/

#ContentWrapper {
  background:#B8AD30;
  margin:0px 18px 5px 18px;
}

#SubNavWrapper{
  padding:0 12px;
}

#Content {
  min-height:400px;
  _height:400px;
  border-left:5px solid #B8AD30;
  border-right:5px solid #B8AD30;
  border-bottom:5px solid #B8AD30;
  padding:0;
  margin:0;
  background:#FFF;
}

#MainImage{
  width:746px;
  height:484px;
  background:url(../images/YarisPhoto.jpg) no-repeat;
}

#SmallAP{
	display:none;
}

#Footer{
	display:none;
}

#SubFooter{
    margin:0;
    padding:0;
}

#Logo{
  position:absolute;
  top:445px;
  right:75px;
}