﻿    body{background-color:#f8eaf0;}
    
    .container-header{background-color:#3e2e12; background-image:url('../images/layout/page-head.png'); overflow:hidden; height:117px;}
    .header{margin:0 auto; width:760px; height:117px; background-color:#3e2e12; background-image:url('../images/layout/page-head.png');}
    .logo{margin: 20px 0px 0px 0px; float:right;}
    
    .container-title{background-color:#e38eb0; background-image:url('../images/layout/page-title.png'); background-repeat:repeat-x; border-bottom:1px solid #bf6688;}
    .page-title{margin:0 auto; width:720px; padding:20px; height:180px;  background-image:url('../images/layout/page-title-pattern.png');background-repeat:no-repeat;}    
    .page-title a {color:#fff; text-decoration:underline;}
    .page-title a:hover{color:#fae8ef;}
    
    .container-content{background-color:#fff; background-image:url('../images/layout/page-content-shade-top.png'); background-repeat:repeat-x; border-top:solid 3px #fff;}
    .content{margin:0 auto; width:720px; padding:20px; }
                     
    .container-footer{background-color:#f8eaf0; background-image:url('../images/layout/page-footer.png'); background-repeat:repeat-x;}
    .footer{margin:0 auto; width:720px; padding:28px 20px; height:136px; background-image:url('../images/layout/page-footer-pattern.png'); background-repeat:no-repeat;}
    .clear{clear: both; height: 1px; overflow: hidden;}