body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-color: #000000;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this 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. */
	background-color: #FFFFFF;
} 
.thrColAbsHdr #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 */
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 60px;
	left: 0;
	width: 150px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #000000;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 60px;
	right: 0;
	width: 160px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColAbsHdr #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 */
}
.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;
}
.style1 {font-size: small}
.style2 {font-size: x-large}
.style3 {font-size: medium}
.style5 {font-size: small; font-weight: bold; }
.style6 {color: #000000}
.style7 {
	font-size: medium;
	color: #000000;
}
#apDiv2 {
	position:absolute;
	left:166px;
	top:319px;
	width:458px;
	height:310px;
	z-index:1;
}
#apDiv {
	position:absolute;
	left:161px;
	top:76px;
	width:458px;
	height:310px;
	z-index:1;
}
.style12 {font-size: large}
.style15 {font-size: medium; font-weight: bold; }
.style16 {font-size: large; font-weight: bold; }
#copy {padding: 30px 5px 5px 0;} 
#banner {padding: 5px 0 0 0;}
#nav {background-image:url(http://oldredoldten.com/backgroundetc/navigation2.jpg); background-position:center; width: 773px; height: 36px;}
#navText {padding: .1px 0 0 10px; font-variant:small-caps;}
#navText a {text-decoration:none;}
#navText a:link {color: #FFFFFF;}
#navText a:visited {color: #FFFFFF;}
#navText a:hover {color: #000000;}
#navText ul li {float: left; padding-right: 25px;}

#navText li {
    list-style: disc;
    float: left; }
#navText li a {
    display: block;
    padding: 0px 8px;
}
	
#navText li ul {
    display: none;
    width: 10em; /* Width to help Opera out */
}
	
#navText li:hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 2px 0 0 0;
}
#navText li:hover li {
	list-style: none;
    float: none; }
#navText li:hover li a {
    background-color: #CC0000;
    border-bottom: 1px solid #fff;
    color: #000;
	padding-top: 10px;
}
#navText li li a:hover {
    color: #FFFFFF; 
}
	
#secNav {padding-top: 20px;
}	

#leftContent {
	float: left;
	width: 350px;
	padding: 0 30px 0 10px;
}

#rightContent {
	float: left;
	width: 300px;
}	

#cat {
	font-size: 16px;
	font-weight: bold;
	padding: 50px 0 0 100px;
}