
/* nav button - aston martin */

#butaston
{
  display: block;
  width: 174px;
  height: 42px;
  background: url("../images/btAston.png") no-repeat 0 0;
  margin: 0px 0px 0px 0px;
  float: top;
}

#butaston:hover
{ 
  background-position: 0 -42px;
}

#butaston span
{
  display: none;
}

/* nav button - silverstone */

#butsilver
{
  display: block;
  width: 174px;
  height: 65px;
  background: url("../images/btSilverstone.png") no-repeat 0 0;
  margin: 0px 0px 0px 0px;
  float: top;
}

#butsilver:hover
{ 
  background-position: 0 -65px;
}

#butsilver span
{
  display: none;
}

/* body title */

.bodyheading
{
  position: absolute;
  top: 272px;
  left: 176px;
  width: 624px;
  height: 281px;
}

.leftcolumn 
{
  position: absolute;
  top: 316px;
  left: 176px;
  float: center;
  width: 290px;
  padding: 0px 0px;
  text-align: justify;
}	

.rightcolumn 
{
  position: absolute;
  top: 316px;
  left: 486px;
  float: left;
  width: 290px;
  padding: 0px 0px;
  text-align: justify;
}

/* home gallery holder */

.homegallery
	{
	position: absolute;
	top: 470px;
	left: 184px;
	float: left;
	width: 640px;
	padding: 0px 0px;
	text-align: left;
	}

img.homeimg
	{
	margin: 6px 29px 0px 6px;
	}
