a {color: #999; text-decoration:none;}
a:hover {color: #FF6600; text-decoration:none;}

.footer a {
    color: #9cc;
}

body {
    font-family: Helvetica,Arial,sans;
    color: #9cc;
    background: #eee;
    text-align: center; /* to ensure centering for non-compliant browsers */
    padding-top: 0px;
    margin-top: 0px;
}

.content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 778px; /* matrix(600+2+2) + gap(20) + news(120+2+2) (+105)*/
    /*width: 788px;  matrix(600+2+2) + gap(20) + news(120+2+2) (+105)*/

    background: #fff;
    border: 20px solid #fff;
    text-align: left; /* reset the above "centering for non-compliant browsers" */
}

.txtCopyright, a.txtCopyright {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    padding-top: 5px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    width: 778px;
    text-align: left; /* reset the above "centering for non-compliant browsers" */
}
a.txtCopyright:hover {text-decoration: none;}

.header {
    padding-top: 10px;
    height: 40px;
}

.matrix {
    border: 2px #eee solid;
    width: 600px;/*+30*/
    /*height: 363px;*/
    float: left;
    padding: 0px;
    margin: 0px;
}

.row {
    border: 0px;
    /*width: 495px;
    height: 122px;*/
    width: 600px;
    height: 150px;
    padding: 0px;
    margin: 0px;
}

.pic {
    width: 200px;
    height: 150px; /*+7*/
    border: 0px;
    float: left;
}

.news {
    height: 450px; /* 150*3 */
    width: 170px;
    border: 2px #eee solid;
    float: right;
}

.shop-right {
    width: 140px;
    border: 2px #eee solid;
    float: right;
}

.news-text {
    padding: 10px;
    font-size: 10px;
    color: #999;
}

.nav {
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;
    clear: both;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer {
    margin-top: 20px;
    width: 100%;
    background: #fff;
    clear: both;
}

.footer-text {
    padding: 5px;
    color: #9cc;
    font-size: 14px;
}
.footer-text-darker {
    padding: 5px;
    color: #7aa;
    font-size: 14px;
}
.footer-text-darker a {
    color: #7aa;
}
.footer-text-darker a:hover {
    color: #333;
}



.footer-spacer {
    width: 10px;
    clear: both;
}

.copyright {
    color: #ccc;
    font-size: 10px;
}

