/*
-----------------------------------------
        Normal Page Layout Design Sheet
        One Column, Wide Content

        Commerce Controls, Inc.
        October 2005
-----------------------------------------
*/

@import url( cci-global.css );

#leftside {
     height: 772px;
}

#rightside {
     height: 772px;
}

#farright {
      height: 790px;
}

#footer {
     top: 772px;
}

/* ----------------------WIDE SUMM ----------------------------------------- */

#widesumm {
     position: absolute;
     margin: 22px;
     top: 154px;
     left: 18px;
     width: 480px;
}

#widesumm img {
     float: left;
     margin: 24px 24px 24px 2px;
     border: 0px;
}

/* ----------------------Main Left CONTent ----------------------------------------- */

#leftcont {
     position: absolute;
     margin: 0;
     top: 260px;
     left: 60px;
     width: 700px;

     font-size: 13px;
     font-family: "verdana";
     color: black;
     background: white;
}

#leftcont img {
     margin: 0px 16px 12px 0px;
}

#leftcont img:hover {
     margin: 0px 9px 5px 0px;
     border-width: 3px 4px 4px 3px;
     border-color: #ddd #555 #555 #ddd;
     border-style: solid;
}

#leftcont b {
     display: block;
     float: left;
     margin: 34px 0px 0px 45px;
}

#rightcont p {
     margin: 0px 4px 0px 18px;
     text-align: left;
}

