a img {
border-style: none;
text-decoration: none;
}

#body {
   width: 800px;
   margin: 0 auto;
}

/* ie 6 hack*/
#main_block {
    width: 630px;
    float: left;
}

body>div #main_block {
    width: 630px;
    float: left;     
}


#header {
    height: 20px;
    width: 800px;    
    background-color: #CCCCFF;
}

#logoAd {
    /*border: 1px solid #000000;*/
}

/*#header_left{
    width: 100px;
    background-color: #CCCCFF;
}

#header_right {
    height: 20px;
    width: 800px;    
    background-color: #CCCCFF;
} */


.header_text {
    margin-left: 10px;
    font-weight: bold;
}

#left_column {
    font-family: System,Monospace, Sans-serif;
    padding-left: 6px;
    margin-top: 4px;
    margin-bottom: 4px;
    width: 790px;
    float: left;
    background-color: #000000;         
}

#right_column {
    font-family: System,Monospace, Sans-serif; 
    border: 1px solid #000000;
    margin-top: 2px;
    margin-left: 5px;
    float: left;
    width: 156px;
    padding-left: 3px;
    padding-bottom: 3px;
    background-color: #FFFFFF;
}

.left_column_button {
    font-weight: bold;
    line-height: 1.55;
    border: 1px solid #000000;
    margin-top: 4px; 
    background-color: #99ff66;
    text-decoration: none;
    padding-left: 1px;
    padding-right: 1px;
    
}

#add_button_block {
    margin-top: 4px;
    font-size: 20px;   
}

.add_button {
    margin: 0 auto;
   font-weight: bold;
    line-height: 1.55;
    border: 1px solid #000000; 
    /*margin-top: 4px;*/ 
    background-color: #CCCCFF;
    padding-right: 5%;
    text-decoration: none; 
}

a.left_column_button:link {color: #000000; text-decoration: none;}     /* unvisited link */
a.left_column_button:visited {color: #000000; text-decoration: none;}     /* visited link */
a.left_column_button:hover {background: #6699CC; text-decoration: none;}   /* mouse over link */

a.add_button:link {color: #000000; text-decoration: none;}     /* unvisited link */
a.add_button:visited {color: #000000; text-decoration: none;}     /* visited link */
a.add_button:hover {background: #6699CC; text-decoration: none;}   /* mouse over link */

#bottom_block {
   font-size: 9px;
   text-align: left;
   
}
