#masterwrap {
        margin:  auto;
        width: 960px;
        background: #FFFFFF;
        border-left:0px double #7F7F7F;
        border-right:0px double #7F7F7F;
        border-top:0px double #7F7F7F;
        border-bottom:0px double #7F7F7F;
        position:relative;
}
        #headernav {
                height: 10px;
                color:#E3E3E3;
                text-align:right;
                border:0px solid #000;
                padding-right:5px;
        }
        #header {
                height: 80px;
                margin-left:15px;
                margin-right:15px;
                border: 0px solid #000;
        }

        #mainnav {
                border: 0px solid #EB1621;
                font-size:12px;
                color:#ffffff;
                font-weight:bold;
                height: 16px;
                text-align:right;
                margin-left: 5px;
                margin-right: 20px;
                margin-top:5px;
                padding-right:15px;
                -moz-border-radius-topleft: 10px;
                -moz-border-radius-topright: 10px;
                -moz-border-radius-bottomleft: 10px;
                -moz-border-radius-bottomright: 10px;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
                border-bottom-left-radius: 10px;
                background:#FF0000;
        }
        
        #banner{
                border:0;
                height: 100px;
                margin-top: 5px;
                margin-left: 15px;
                margin-right: 15px;
                padding:0px;
                background:#0A05FF;
        }

        #contentwrap {
                margin-top:0px;
                margin-bottom: 8px;
                padding: 0 15px 0 15px;
                border:0px solid #FA05C1;
                position:relative;
        }

                #contentwrap .leftcol {
                        float: left;
                        margin-top: 5px;
                        width: 188px;
                        height:650px;
                        border-right:1px solid #EB1621;
                    


                }

                #contentwrap .middlecol {
                        float: left;
                        margin: 5px 10px 0 10px;
                                overflow: hidden;
                        width: 470px;
                        border: 0px solid #050505;



                }

                #contentwrap .rightcol {
                        float: left;
                        margin-top: 5px;
                                overflow: hidden;
                        width: 240px;


                }
                
                #contentwrap .middlerightnav {
                        float: left;
                        width: 726px;
                        border:0px solid #EB1621;
                        height:16px;
                        margin-top:5px;
                        margin-left:5px;
                        background:#FF0000;
                        padding-left:5px;
                        -moz-border-radius-topright: 10px;
                        -moz-border-radius-bottomright: 10px;
                }
                
                #contentwrap .middlerightcol {
                        float: left;
                        margin: 5px 10px 0 10px;
                                overflow: hidden;
                        width: 710px;
                        border:0px solid #27E2DC;

                }

        #footer {
                clear:both;
                background: #FFFFFF;
                border: 0px dashed #C4C4C4;
                width: 960px;
                height: 25px;
                line-height: 25px;
                margin: 0 auto;
                font-size:14px;
                text-align:center;
        }


        #sign {
        clear:both;
        margin: 0 auto;
        width: 960px;
        background: transparent;
        text-align:right;
        border:0px solid #E22727;
        height:25px;
}
