/* 
    Document   : style.css
    Created on : Jul 18, 2010, 20:55:35 PM
    Author     : shavit
    Description:
        General style for the Tarabush website.
*/

root { 
    display: block;
}

body {
    margin: 0;
    direction: rtl;
    text-align: right;
    font-family: helvetica,arial,sans-serif;
    font-size: 10px;
    color: #cccccc;
}

a:link, a:visited,a:hover, a:active {
	color: #cccccc;
        text-decoration: none;
}

.container {
    width: 960px;
    /*width: 100%;*/
    margin: 0 auto;
}

#footer {}