/*
---------------------------------
STYLESHEET FOR SHLOMO ZILBERSTEIN
---------------------------------
*/


/*
-------
GENERAL
-------
*/

body {
    font-family: myriad pro,calibri,sans-serif;
    background-image: url('images/bg2.jpg');
    text-align: left;
    font-size: 11pt;
}


#shell {
    width: 800px;
    margin: 25px auto;
    padding: 0;
}

#head {
    margin: 0;
    padding: 0;
    height: 150px;
    z-index: 3;
}



#main {
    background-image: url('images/border.png');
    padding: 10px;
    margin-top: -5px;
    min-height: 400px;
    /*width: 780px;
    position: relative;
    top: -30px;*/   
}

#foot {
    height: 110px;
    /*background-image: url('images/foot.png');
    background-repeat: no-repeat;*/
    clear: both;
}



/*
----------
NAVIGATION
----------
*/

#nav {
    height: 100%;
    width: 100px;
    float: left;
    padding: 25px 5px;
    text-align: left;
    /*position: fixed;
    top: 175px;*/
}

#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav li {
    padding: 1px 0;
}



#nav a {
    color: #FFFFFF;
    font-weight: 450;
    text-decoration: none;
    padding: 2px 0 0 15px;
}

#nav a:hover {
    color: #888;
    border-left: 10px solid #881c1c;
    padding-left: 5px;
}





/*
------------
#CONTENT DIV
------------
*/

#content {
    padding: 25px;
    margin-left: 110px;
}

#content h1 {
    border-bottom: medium solid #c0c0c0;
    margin-top: 0;
}

#content a {
    color: #00548f;
    text-decoration: none;
    /*font-weight: 600;*/
}

#content a:hover {
    color: #007ad0;
}

#content h3 {
    color: #ffffff;
    background-color: #881c1c;
    padding: 2px 0 0 5px;
    font-weight: 600;    
}

#content ol li {
    color: #000000;
    padding-bottom: 10px;
}


/*
----
MISC
----
*/

img {
    margin: 0;
    padding: 0;
    border: 0;
}

pre {
    font-size: 9pt;
}

p {
    text-align: justify;
}
