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

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

/* Header */
#header { 
    background: url(images/header.jpg);
    background-repeat: no-repeat;
    margin: 0;  
    padding: 0;
    height: 315px;
    border: 0px solid red;          
}

#content {
    background-image: url(images/bg_gradient.png);
    background-repeat: repeat-x; 
    background-color: white;
    width: 896px; 

    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;
} * html #content { width: 900px; }

#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 a {
    font-weight: normal;
    font-style: normal; 
    font-size: 12pt;
    color: red;
}

#logo {
    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;
}

#links {
    color: #555555;
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 0.8em;
    line-height: 1.4em;
    margin: 0px 20px 0px 25px;
}
.client_link_text {
    font-weight: normal;
    text-align: center;
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 12pt;
}
#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: bold;
 /* color: #ea0000;   */
    
}                           
