@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../Images/Backgrounds/BG.jpg);
	margin-top: 20px;
	padding: 0;
	text-align: center;
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 843px;
	height: 563px;
	background:url(../Images/Backgrounds/FrameNEW.png) center center no-repeat;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	height: 127px;
	width: 822px;
	margin-left: 30px;
	padding-top: 15px;
}

.oneColFixCtrHdr #mainContent {
	height: 410px;
	width: 822px;
	margin-left: 14px;
}

.oneColFixCtrHdr #copyright {
	position: absolute;
	margin-left: 830px;
	margin-top: 215px;

}

.oneColFixCtrHdr #Car {
	position: absolute;
	margin-left: 512px;
	margin-top: -5px;
}
.oneColFixCtrHdr #Logo {
	position: absolute;
	

}

.oneColFixCtrHdr #footer {
	padding-top: 20px;
}
.oneColFixCtrHdr #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 */
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
}

:focus
{
  -moz-outline-style: none;
  outline: none;
}