@charset "UTF-8";
body {
	margin: 0; /* 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #2b0102;
	background-image: url(bodyback2010.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Fender2010back.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: 2b0102;
}
.oneColFixCtrHdr #container #header #navigation {
	margin-left: 385px;
	padding-top: 40px;
	z-index: 10000;
	width: 500px;
	position: absolute;
}
.oneColFixCtrHdr #header {
	background-image: url(Fender2010head.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 307px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FBF8D1;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 400px;
	line-height: 1.5em;
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #container #header #scroller {
	margin-left: 375px;
	width: 600px;
	z-index: -5;
	padding-top: 65px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FCF9D2;
	background-color: 3b0202;
	margin-top: 35px;
}
.picturetable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FCF9D2;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.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 */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-align: center;
}
.oneColFixCtrHdr #container #footer p a {
	color: #CCC;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.images {
	border: thin solid #EBE8C4;
	margin-right: 3px;
	margin-bottom: 3px;
}
.oneColFixCtrHdr #container #header h1 a {
	color: #D4D2B1;
}
