body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  background-color: #000;
  color: #000;
  margin: 0px;
  padding: 0px

}

img {
  border: 0px
}

#mainBody {
  position:relative;
  width:970px;
  margin:auto;
  background-color: #000
}

#header{
  height: 100px
}

#headerLogo {
  float: left;
  margin-left: 20px;
  margin-top: 10px
}

#topMenu {
  float: right;
  width: 230px;
  height: 90px;
  margin-top: 10px;
  background: #2A2C2F
}

div#topMenu ul {
  margin-top: 3px;
  line-height: 1.55em;
	list-style-type: none;
	padding: 0px;
}

div#topMenu li	{
  font-weight: normal;
	font-size: 1.1em;
	text-indent: .4em;
	border-bottom: 1px solid #5C6168;
	padding-bottom: 1px;
	margin-left: 10px;
	margin-right: 10px
}

div#topMenu ul li a:link,
div#topMenu ul li a:visited,
div#topMenu ul li a:active {
  text-decoration: none;
  color: #FFF
}
div#topMenu ul li a:hover {
  color: #828B94;
}
div#topMenu ul li:hover {
	background-image: url('../images/link_bg.gif');
	background-repeat: repeat-x;
	background-position: left;
	border-bottom: 1px solid #828B94;
}

#strapline {
  overflow: hidden;
  height: 50px
}

#enjoyTheDrive {
  float: left;
  margin-left: 10px;
  margin-top: 10px
}

#dateStrapline {
  float: right;
  margin-top: 13px;
  margin-right: 20px;
  color: #FFF;
  font-size: 1.2em
}

#content {
  overflow: hidden;
  background-color: #2A2C2F;
}

#contentInner {
  overflow: hidden;
  padding: 5px;
  background-color: #FFF;
  color: #000;
  border-left: solid #828B94 1px;
  border-right: solid #EFF1F3 1px
}

#contentInner h1, h2, h3, h4 {
  color: #707880
}

#leftContent {
  float: left;
  width: 608px;
  margin-top: 1px;
  background-color: #000
}

#leftContentText {
  background-color: #FFF;
  height: 118px;
  padding: 5px
}

#leftContentText p {
  margin-top: 5px
}

#middleContentText {
  background: #FFF;
  float: right;
  width: 367px;
  height: 118px;
  margin-top: 1px;
  padding: 5px
}

#middleContentText p {
  margin-top: 5px
}

#leftContentMenu {
  background-color: #2A2C2F;
  height: 128px;
  width: 230px;
  float:left
}

#servicesMenu {
  float: left;
  width: 230px;
  height: 100%;
  background: #2A2C2F
}

div#servicesMenu ul {
  margin-top: 5px;
  line-height: 1.27em;
	list-style-type: none;
	padding: 0px;
}

div#servicesMenu li	{
  font-weight: normal;
	font-size: 1.0em;
	text-indent: .4em;
	border-bottom: 1px solid #5C6168;
	padding-bottom: 1px;
	margin-left: 10px;
	margin-right: 10px
}

div#servicesMenu ul li a:link,
div#servicesMenu ul li a:visited,
div#servicesMenu ul li a:active {
  text-decoration: none;
  color: #FFF
}
div#servicesMenu ul li a:hover {
  color: #828B94;
}
div#servicesMenu ul li:hover {
	background-image: url('../images/link_bg.gif');
	background-repeat: repeat-x;
	background-position: left;
	border-bottom: 1px solid #828B94;
}

#rightContent {
  float: right;
  width: 362px;
  height: 259px;
  padding-top: 1px;
  background-color: #000
}

.galleryMan {
  padding: 5px;
	border-top: 1px solid #5C6168;
	overflow: hidden
}

.galleryManLeft {
  float:left;
  width: 130px
}

.galleryManRight {
  float:left;
  padding-right: 10px
}
.galleryImages {
  float:right;
  width: 650px;
}

.galleryImage {
	border: 1px solid #5C6168;
}

.fpImage {
  margin-left: 1px;
  margin-bottom: 1px
}

#footer{
  text-align:center;
  padding: 5px;
  font-weight: bold;
  color: #FFF
}

div#footer a:link,
div#footer a:visited,
div#footer a:active {
  color: #FFF;

}
div#footer a:hover {
  color: #828B94;
}

.divider{
  height:10px;
  background: url(/images/fade.png);
  background-repeat: repeat-y
}