/* Main */
body {
    text-align: center;    
    background: black url(http://bir-1.com/cr) repeat;
}

/* Layout */
#container {
    width: 800px; 
    margin: 0 auto 20px auto;
    border: 0px solid yellow;
  
}

/* Header */
#header { 
    background: url(images/header.jpg);
    background-repeat: no-repeat;
    margin: 0;  
    padding: 0;
    height: 240px;
    margin-top: 40px;   
    border-top: 2px solid #F0F0F0; 
    border-left: 2px solid #F0F0F0; 
    border-right: 2px solid #F0F0F0; 
}

#content {
    background-image: url(images/bg_gradient.png);
    background-repeat: repeat-x; 
    background-color: white;
    width: 796px; 
    border: 0px solid yellow;          
    color: black;
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 1.0em;
    text-align: left;
    border: 2px solid rgb(204,204,204);
    border-top: 1px solid rgb(170,170,170);
    border-bottom: 0;
    border-bottom: 2px solid #F0F0F0; 
    border-left: 2px solid #F0F0F0; 
    border-right: 2px solid #F0F0F0; 
    min-height:100px;
} * html #content { width: 800px; }

#content p {
    margin: 10px 26px 20px 26px; 
}

#content .highlight {
    color: blue; 
    font-weight: bold;
}

#content hr {
    color: black; 
    height: 1px;
    margin: 10px 26px 8px 26px; 
}

#content h1 {
    color: black;
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 26px 4px 26px; 
}    * html #header h1 {top: 34px;}
*+html #header h1 {top: 34px;}


#content h2 {
     color: black;
    font-weight: bold;
    text-align: center;
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 1.1em;
}    
#content h3 {
     color: black;
    font-weight: bold;
    text-align: left;
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 1.1em;
    margin: 0px 26px 0px 26px;
} 

#logo {
    color: black;
    font-weight: bold;
    text-align: center;
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 1.1em;
}
#legal {
    margin: 0px 26px 0px 26px;
}

#client_info {
    color: black;
    font-weight: bold;
    text-align: center;
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 1.1em;
}

#footer {
    background-color: white;
    font-size: 0.8em;
    color: #555555;
    line-height: 1.4em;
    margin: 10px 26px 20px 26px; 
    text-align: center;
}

#links {
    color: #666666;
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 0.8em;
    line-height: 1.4em;
}

#links a {
    color: #555555;
    font-size: 1.0em;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-family: arial, verdana, tahoma, sans-serif;

}

/* Formatting */
a {
    font-weight: normal;
    color: #666666;   
    text-decoration: none;
}
