body {
    padding-left: 50%;
    /*margin-left: -500px;*/
    width: 1000px;
}

tr{
    height: 1%;
}

tr.data_row{
    height: 99%;
}

/*.background,*/ table.container {
    background-image: url( "../images/DevItNow_fon.gif" );
    /*background-position: top;*/
    background-position: 242px 0px;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    
}

a.contact_us, span.menu {
    background-color: #dedede;
    color: #990000;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.1em;
    padding-bottom: 0.1em; /*line-height:110%;*/
    font-family: sans-serif;
    font-size: smaller;
    /* FF */
    cursor: pointer;
    /* IE */
    cursor: hand;
}

#menu_active{
    cursor: auto;
}

a.contact_us, span.menu:hover, #menu_active {
    color: #dedede;
    background-color: #990000;
}

span.page_title {
    width: 100%;
    color: #990000;
    font-weight: bold;
    /*color: #dedede;*/
}

span.page_title {
    line-height: 500%;
    font-size: x-large;
}
div.page_title{
    border-bottom: #990000 solid thin;    
}

/* CONTAINERS */
table.container{
    height: 600px;
    vertical-align: top;
    margin-left: -500px;
    width: 1000px;
}
.text_container {
/*width: 200px;*/
    width: 70%;
    border-top: #990000 solid thin;
    border-right: #990000 solid thin;
    padding: 10px;
    padding-top: 20px;
    text-align: justify;
    line-height: 150%;
}

.title_container {
/*width: 500px;*/
    padding-top: 20px;
    border-top: #990000 solid thin;
    vertical-align: top;
    text-align: center;
    font-family: sans-serif;
}

.news_container {
/*width: 300px;*/
    width: 30%;
    padding: 10px;
    padding-top: 20px;
    text-align: justify;
    vertical-align: top;
}

/*
    NEWS
*/
.news_header {
    font-weight: bold;
    font-size: large;
    font-family: sans-serif;
    color: #990000;
}

.news_title {
    font-family: sans-serif;
    /*color: #990000;*/
}

.news_title_text{
    color: #990000;
}

.bottom_line {
    background-color: #dedede;
}

.copyright {
    font-size: small;
    text-align: center;
}

