
root { 
    display: block;
}

body {
    background-color: #000000;
    margin: 10px;
    color: #FFFFFF;
    font: normal normal 12px tahoma;
    text-align: center;
}

TD {
	font-size: 12px;
}

div#main {
    direction: rtl;
    width: 778px;
    margin: 0px auto;
    text-align: right;
    font: normal normal 12px tahoma;
    color: #FFFFFF;
}

div#logo {
    text-align: right;
}

div#logo div#gray-strip {
    height: 20px;
    background-color: #252525;    
    font-size: 12px;
    border-top: 3px solid #00a1af;
}

div#logo div#gray-strip div {
    padding-right: 5px;
}

div#head {
    height: 179px;
    background-image: url("../img/head.jpg");
}

div#head div#random-offline {
    padding: 10px;
    border: 0px solid red;
    margin-left: 250px;
    height: 150px;
    overflow: hidden;
    line-height: 1.5em;
}

div#content {
    width: 778px;  
    font: normal normal 12px tahoma;  
}

div#content div#right {
    width: 200px;
    background-color: #252525;
    font: normal normal 12px tahoma;
}

div#content div#left {
    background-color: #252525;
	width: 578px;        
	font: normal normal 12px tahoma;
	min-height: 250px;
}

div#adverts {
    padding: 30px 5px;
    text-align: center;    
}

div#adverts div#short-article {
    margin: 10px auto;
    border-top: 3px solid #222222;
    border-bottom: 3px solid #222222;
    padding: 10px;
    margin-bottom: 20px;
}

div#adverts div#short-article td {
    vertical-align: top;
    text-align: right;
}

div#adverts div#short-article img {
    border: 1px solid #222222;
}

div#footer {
    height: 100px;
    background-image: url("../img/footer.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    clear: both;
}

div.box {
    background-color: #303030;
    background-image: url("../img/box.gif");
    background-repeat: repeat-x;
    background-position: top;
    padding: 6px;
}

div#random-offline {
    cursor: default;
}

/* GENERAL LINKS */

a {
    text-decoration: none;
    color: #00a1af;
}

a:hover {
    color: #55c1cb;
}



a.nav {
    display: block;
    margin: 3px;

}

a.primary {
    font-size: 14px;
}

a.secondary {
    color: #0b656d;
}

a.secondary:hover {
    color: #55c1cb;
}
