﻿body 
{
	margin:0px;
	padding:0px;
	font-family:Verdana;
	font-size:11px;
	background:#343434;
}

.page
{
	width:800px;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
}

.logo
{
	width:800px;
	height:90px;
	background-image: url(images/logo.gif);
}
.inner
{
	background:#ffffff;
	padding:5px;
	margin:0px;
	width:790px;
}

.splash
{
	width:790px;
	height:236px;
	background-image: url(images/splash.gif);
	
}

.nav
{
	
	
	background:#666666;
	margin-top:5px;
	margin-bottom:5px;
	padding:10px;
}

.nav a
{
	text-decoration:none;
	color:#ffffff;
	font-size:13px;
	font-weight:normal;
}

.photogallery
{
	background :#171717;
	width:800px;
	border-bottom: 1px solid #eee;
}

.footer
{
	background :#171717;
	
	color:#fff;
	text-align:center;
	padding:15px;
}

.footer a 
{
	text-decoration:none;
	color:#ffffff;
}

.left
{
	width:421px;
	float:left ;
	padding:10px;
	color:#333333;
	
}
.right
{
	float:right;
	width :280px;
	text-align:center;
	padding:10px;
}

.ourcars
{
	width:711px;
	padding:20px;
}

img
{
	border:3px solid #cbcbcb;
}


.galleryitem
{
	background:#646462;
	width:189px;
	text-align:center;
	float:left;
	margin:5px;
	padding-top:5px;
}

.galleryitem a
{
	color:#ffffff;
	text-decoration:none;
}
