@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #000033;
	text-transform: none;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #0000FF;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #999999; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0000FF;
} 
.twoColFixLtHdr #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 */
<ul id="ontact" class="MenuBarHorizontal">
      <li><a href="Content/GM Delco Wonderbar Radio.html">Home</a> </li>
      <li><a href="index.html" class="MenuBarItemSubmenu">Classic Auto Radio Repair Svcs</a>
      <ul>
            <li><a href="Content/TownCountry.html">Ford Town &amp; Country Repair</a></li>
            <li><a href="#">Delco WonderBar Repair</a></li>
            <li><a href="#">Cosmetic Repair</a></li>
            <li><a href="Content/warranty.html">Warranty</a></li>
            <li><a href="Content/Corvette and other Classic Auto Radios.html">Corvette and otherClassic Auto Radios</a></li>
      </ul>
      </li>
    <li><a href="Content/speakers.html" class="MenuBarItemSubmenu">Speakers</a>
          <ul>
            <li><a href="#" class="MenuBarItemSubmenu">New Speakers</a>
                <ul>
                  <li><a href="#">4&quot;x10&quot;</a></li>
                  <li><a href="#">5&quot;x7&quot;</a></li>
                  <li><a href="#">6&quot;x9&quot;</a></li>
                </ul>
            </li>
            <li><a href="#">GM Output Transformers</a></li>
            <li><a href="#">Speaker Reconing</a></li>
          </ul>
      </li>
      <li><a href="#">Purchase Parts</a></li>
      <li><a href="Content/Contact.html">Contact</a></li>
      <li><a href="#">Service Fees</a></li>
    </ul>
}
.thumbnail {
	float: none;
	border: medium solid #000000;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.photoCenter {
	border: medium solid #000066;
	}
	
	


}
.HISTORY993300 {
	color: #993300;
	font: medium Verdana, Arial, Helvetica, sans-serif;
}
.photoRight {
	float: right;
	border: medium solid #000066;
}

.style9 {
	color: #0033FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
}
.style10 {font-size: small; font-style: italic; }
.enable {
	font: medium Georgia, "Times New Roman", Times, serif;
	color: #0033FF;
}
.speakers {
	font: italic 13px Verdana, Arial, Helvetica, sans-serif;
	border: medium solid #0000FF;
	padding-bottom: 10px;
	text-indent: 5px;
}
.speakerCaption {
	text-align: left;
	color: #000066;
	font: bold normal 16px Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
.speakerheader {
	color: #FFFFFF;
	background: #0000FF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.navwhite {
	font-size: 13px;
	font-style: italic;
	color: #FFFFFF;
	background: #0000FF;
}

a:link {
	color: #9900CC;
}
a:active {
	color: #660066;
}
a:hover {
	color: #66FFCC;
}
