.h1 {color: #FF6600; text-align:center;}
.h2 {color: #FF6600; text-align:left;}
#nav {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

#nav  a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #ff6d00;
	line-height:27px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
		background-image: url(img/navback.jpg);
	padding:0px 5px 0px 0px;
	}
	
#nav a:hover {
	background: #ffffff;
			background-image: url(img/navback2.jpg);
	color:#ff6d00;
	}
	
.style2 {
font: bold 11px Arial, Helvetica, sans-serif;
	padding:5px 20px 5px 20px;
}

#TBtl
{
height:7px;
background: url(img/TBtl.jpg) left top no-repeat;
text-align: center;
display:block
} 

#TBtr {
height:7px;
background: url(img/TBtr.jpg) right top no-repeat;
} 

#TBbk {

background-image: url(images/TBbk.jpg);
BACKGROUND-REPEAT: repeat-x; 
}