<style>
body {
color : #000;
font : 14px Helvetica, Arial, sans-serif;
font-weight : bold;
line-height : 18px;
background-image: url('imageabsolute/tree2.JPG');
}
h2 {
color : #000;
}
a {
color : #cc9933;
}
p {
margin : 0 0 18px;
}
#container {
width : 940px;
margin : 0 auto;
background-color : #fff;
opacity: .85;
filter: alpha(opacity=85);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
}
.top {
background-color : #fff;
margin-top: 40px;
}
#header {
background : #fff;
height : 250px;
border-bottom : 2px solid #ddd;
background-image : url('images/banner1.png');
opacity: .85;
filter: alpha(opacity=85);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
}
#header p {
color : #000;
font-size : 11px;
font-weight : bold;
padding : 0 18px;
}
#navigation {
display : inline;
margin-left : 18px;
}
#navigation ul {
padding : 0 18px 30px;
}
#navigation a {
text-decoration : underline;
text-align : center;
font : 20px Tahoma;
color : #000;
}
#navigation a:hover {
text-decoration : underline;
color : #cc9933;
}
#extra {
margin : 0 18px;
font : 16px Tahoma;
}
#extra small {
line-height : 18px;
}
#content {
border-bottom : 1px solid #ccc;
margin : 0 18px;
font : 16px Tahoma;
}
#content p, #extra p {
padding-right : 18px;
font : 16px Tahoma;
color : #000;
}
p.c1 {text-align: center}
.floatleft {
float : left;
margin : 0 90px 30px 20px;
width : 400px;
}
.clear {
clear : both;
}
#navigation {
float : left;
width : 100%;
}
#navigation li {
display : inline;
list-style-type : none;
font : 16px Tahoma;
padding-right : 30px;
}
#extra {
float : right;
width : 350px;
}
#footer {
background : #fff;
border-top : 2px solid #999;
clear : both;
}
#footer a {
color : #cc9933;
}
#footer p {
color : #cc9933;
margin : 0;
padding : 0 18px 10px;
}
#footer ul {
border-bottom : 1px solid #555;
list-style : none;
margin : 0 18px 6px;
padding : 10px 0 6px;
}
</style>
*************************************************
I found this css code after doing a search on opacity not showing in IE
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
But it still isn't working.

Then the NEW problem of the day is my menu navigation isn't working in Firefox!
I'm just about ready to scrap the whole thing and do something totally different...any suggestions before I do?
here's the link http://www.imageabsolute.com/index.html