@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: groove;
	border-left-style: ridge;
	border-top-color: #666;
	border-right-color: #999;
	border-bottom-color: #333;
	border-left-color: #999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: groove;
	border-bottom-style: ridge;
} 
.centerPhotos {
	padding-left: 240px;
}


#header  {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #DDDDDD;
	background-image: url(images/storefront.jpg);
	height: 300px;
	width: 900px;
} 
#header h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	padding-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


#mainContent  {
	margin-top: 0;
	margin-right: 15px;
	margin-left: 225px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	min-height: 600px;
} 


#mainContent p {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
}

#mainContent h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	border-bottom-style: double;
	border-bottom-color: #780002;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 28px;
}
#mainContent h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #800000;
	margin: 0px;
}
.bottomBox {
	height: 320px;
	background-image: url(images/car4.jpg);
	margin-bottom: 10px;
}
.bottomBoxPages {
	padding-right: 20px;
	padding-left: 5px;
}
.bottomBoxPages table tr td h1 {
	background-color: #780002;
	color: #FFF;
}
.bottomBoxPages table tr td {
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	color: #780002;
}
.bottomBoxArticle {
	padding-right: 20px;
	padding-left: 5px;
}
.bottomBoxPages .staff {
}
.staff {
	float: left;
}
.staff p {
	width: 140px;
}
.staff p em {
	color: #780002;
}

.bottomBoxArticle table tr td h1 {
	background-color: #FFBFC1;
	color: #000;
}
.bottomBoxArticle table tr td {
	color: #780002;
	border: thin solid #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-image: url(images/sideBarBG.jpg);
	margin: 0px;
}
#sidebar1 h4 a{
	color: #FF3;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}

#sidebar1 p {
	color: #FF6;
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
}
#sidebar1 h3 {
	color: #FFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#sidebar1 img {
	padding-left: 15px;
}

#footer  {
	padding: 0 10px 0 20px;
	background-color: #780002;
} 

#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-align: center;
}
#footer p a {
	color: #000;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.services {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.article {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
#header #menu {
	text-align: right;
	margin-top: 140px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contact-form {
	padding-top:10px 0 20px 0;
}

