@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333;
	margin: 0 auto; /* 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: #ffffff;
	width: 760px;
}
.oneColFixCtr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	background: #000;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container #header
{
	background-image: url(images/mikeHaggerty_buick_01.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	margin: 0 auto;
	padding: 0;
}

.oneColFixCtr #container #models
{
	float: left;
}

.oneColFixCtr #container #models .model
{
	text-align: center;
}

.oneColFixCtr #container #mainContent .image
{
	text-align: right;
	margin: 0;
	padding: 0;
}




h1
{
	color: #FFFFFF;
	text-align: left;
	padding: 0 10px 10px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

p
{
	color: #FFFFFF;
	text-align: left;
	padding: 0 10px 10px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	color: #FFFFFF;
	text-align: center;
	text-decoration:none;
	font-size: 10px;
}

a:hover
{
	color: #bbbbbb;
	text-align: center;
	text-decoration:none;
	font-size: 10px;
}


.oneColFixCtr #container #header .dealership
{
	text-align: right;
	padding: 5px;
}


.oneColFixCtr #container #header .service_center
{
	padding: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #eee;
}

.oneColFixCtr #container #models p
{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.clear
{
	clear: both;
	background: #000;
	text-align: center;
}
.oneColFixCtr #container #models h2
{
	font-size: 18px;
	text-align: center;
}

.oneColFixCtr #container #header tr .service_center a
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

img
{
	border: none;
}

.oneColFixCtr #container #mainContent  p a
{
	font-size: inherit;
	font-weight: bold;
}

.oneColFixCtr #container .nav
{
	text-align: center;
}

.oneColFixCtr #container .nav a
{
	font-size: 16px;
}
