#navigation{
padding-top:20px;
height:188px;
}

#sidebar ul #aboutus{
background-image:url("images/aboutus.jpg");
text-indent:-5000px;
margin-top:00px;
margin-bottom:98px;
height:34px;
width:220px;
margin-left:30px;
}

#content{
background-image:url("images/aboutus_background.jpg");
background-repeat:no-repeat;
background-position:bottom right;
}
#text{
margin-top:16px;
border-top:solid 1px black;
background-color:white;
}
#text p
{
font-size:75%;
margin-left:15px;
margin-right:15px;
margin-top:10px;
margin-bottom:10px;
}

/*** IE6 Fixes ***/
#ie6only #navigation{height:208px;}

/*** IE5.5 Fixes ***/
#ie5-5only #navigation{height:208px;}
#ie5-5only #sidebar ul #aboutus{margin-left:10px;}