<!-- 

#header {
 position: relative;
 padding-left: 20%;
}

#upleft2 {
 position: absolute;
 width: 20%;
 border: solid thin #000000;
 background: #e51b1b;
 padding-left: 3px;
 font-color: "#00ffff";
}

#main {
 float: left;
 width: 60%;
 border: solid thin #000000;
 background: #FF6666;
 padding-left: 4px;
 padding-right: 2px;
 margin-left: 2px;
}

#menu {
 float: left;
 width: 16%;
 border: solid thin #000000;
 background: #C5954D;
 padding-left: 2px;
 padding-right: 2 px;
}

#crossSellbox {
 float: right;
 right:5px;
 top:140px;
 width: 97px;
 border: solid thin #000000;
 background: #C5954D;
 padding-left: 2px;
 padding-right: 2px;
}

#pfmainbox {
 float: left;
 width: 70%;
 border: solid thin #000000;
 background: #ffffff;
 padding-left: 4px;
 margin-left: 2px;
}

#pfupleft {
 position: absolute;
 width: 20%;
 border: solid thin #000000;
 background: #ffffff;
 padding-left: 3px;
}

#pfleftbox {
 float: left;
 width: 20%;
 border: solid thin #000000;
 background: #ffffff;
 padding-left: 2px;
 padding-right: 2 px;
}

//-->
