
* {  
    margin: 0;  
    padding: 0;  
    box-sizing: border-box;  
}  
  
body {  
    background-color: #656868; 
    font-family: Arial, Helvetica, sans-serif;  
    padding-top: 30px;   
    padding-bottom: 30px;  
    margin-left: 30px;
    margin-right: 30px; 
}  
  
#page_wrapper {  
    width: 640px;   
    margin: 0 auto;  
    background-image: url("page_bg.jpg"); 
    border: 4px solid #F4F4EE;   
    overflow: hidden;   
    height: fit-content;
}  
  
  
#page_header {  
    height: 140px;   
    background-image: url('header.jpg');   
    background-size: cover;  
    position: relative;  
    border-bottom: 1px solid #A0410D;  
}  
  
.header-content {  
    position: absolute;  
    top: 30px; 
    left: 20px;   
    color: #FCF8E3;   
}  
  
.header-content h1 {  
    font-size: 26px;  
    letter-spacing: 4px;  
}  
  
  
#left_side {  
    width: 480px;   
    float: left;  
    padding: 20px; 
    
}  
  
#left_side h2 {  
    color: #A0410D;   
    font-size: 14px;  
    margin-bottom: 8px;  
    margin-top: 10px;  
}  
  
#left_side p {  
    font-size: 12px;  
    color: #333333;   
    line-height: 1.4;  
    margin-bottom: 15px;  
}  
  
  
#right_side {  
    width: 152px;   
    float: right;  
    background-repeat: repeat-y;  
    background-color: #F2C766;   
    min-height: 550px;  
    border-left: 1px dotted #A0410D;  
}  
  
.sidebar-header {  
    background-color: #595A38;  
    color: #FFFFFF;  
    padding: 4px 10px;  
    font-size: 13px;  
    margin: 10px 10px 0 10px;  
}  
  
.sidebar-block {  
    padding: 10px;  
}  
  
.sidebar-block h4 {  
    font-size: 12px;  
    color: #3A3B22;   
    margin-bottom: 8px;  
}  
  
#right_side ul {  
    list-style-type: square;   
    padding-left: 18px;  
}  
  
#right_side li {  
    font-size: 11px;  
    margin-bottom: 4px;  
}  
  
#right_side a {  
    color: #0000FF;  
    text-decoration: underline;  
}  
  
  
#page_footer {  
    clear: both;  
    height: 70px;   
    background-image: url('footer.jpg');   
    background-size: cover;  
    color: #FCF8E3;   
    text-align: center;  
    line-height: 70px;  
    font-size: 12px;  
    font-weight: bold;  
}  
