body         { font-family: 'Trebuchet MS', 'Times New Roman', Arial; font-size: 12 pt;
				 background-color: ; 
               background-image: url('../images/background_pages.jpg'); 
               background-attachment: fixed; background-repeat: no-repeat; 
               background-position: top center }
h1           { font-family: Trebuchet MS, Verdana, ; font-size: 24 pt; font-weight: bold }
h2           { font-family: Trebuchet MS, Verdana; font-size: 18 pt; font-weight: bold }
h3           { font-family: Trebuchet MS, Verdana; font-size: 14 pt; font-weight: bold }
h4           { font-family: Trebuchet MS, Verdana; font-size: 8 pt }.

a:link { color: blue; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color: blue; text-decoration: none }
a:hover { color: blue; text-decoration: none;  background: #F9EDED }

#navigation a 
{ 
color: #000; 
background: #fb0 url("left-tab.gif") left top no-repeat; 
text-decoration: none;
padding-left: 10px 
}

#navigation a span 
{ 
background: url("right-tab.gif") right top no-repeat; 
padding-right: 10px
}

#navigation a, #navigation a span 
{ 
display: block; 
float: left 
} 

/* Commented backslash hack hides rule from IE5-Mac \*/ 
#navigation a, #navigation a span 
{ 
float: none 
} 
/* End IE5-Mac hack */


#navigation a:hover { 
color: #fff; 
background: #fb0 url("left-tab-hover.gif") left top no-repeat; 
text-decoration: none; 
padding-left: 10px 
}  

#navigation a:hover span 
{ 
background: url("right-tab-hover.gif") right top no-repeat; 
padding-right: 10px 
}

#navigation 
{ 
list-style: none; 
padding: 0; 
margin: 0; 
} 

#navigation li 
{ 
float: left; 
display: block; 
margin: 0; 
padding: 0; 
}
