#mainImageTop {
float: left;
}

/* The star html hack will hide a rule from all browsers but IE */
* html #mainImageTop {
float: none;
}

H1 {
margin-top: 0;
padding-left: 10px;
font-size: 115%;
}

#introContentText {
margin: 0;
}

#introContentText P {
padding-left: 10px;
padding-right: 10px;
margin-bottom: 0px;
}

#introContentText IMG {
float: right;
padding: 0 10px 0 10px;
margin: 0;
}

#introContentBottom {
width: 635px;
height: 18px;
background-image: url(/images/furniture/introcontent_bottom.gif);
float: left;
}
/* causing of the problem in safari */
#rightHandContent {
float: right;
padding-top: 5px;
width: 159px;
}

#rightHandContent DIV {
padding-bottom: 5px;
color: #666666;
}

#rightHandContent H3, #rightHandContent DIV.button {
margin-left: 12px;
}

#rightHandContent FORM {
margin-left: 14px;
margin-top: 0;
padding-top: 0;
margin-bottom: 10px;
}

#rightHandContent SELECT {
margin-bottom: 10px;
}

#rightHandContent H3 {
margin-top: 0;
margin-bottom: 0.5em;
font-size: 85%;
}

#rightHandContent P {
margin-top: 0;
margin-bottom: 0;
font-size: 75%;
}

#mainContentBottom {
width: 476px;
background-image: url(/images/furniture/maincontent_bottom.gif);
float: left;
}

/* the commented backslash hack feeds CSS to IE/Win but not IE/Mac
/* \*/
* html #mainContentBottom {
float: none;
}
/* */

float: none;
}

#footerLinks A, #footerLinks A:LINK, #footerLinks A:VISITED, #footerLinks A:HOVER, #footerLinks A:ACTIVE {
font-size: 80%;
}