/* 
    Document   : style
    Created on : 3-sep-2009, 14:28:59
    Author     : Petra
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body
{
    margin: 0;
    padding: 0;
    font-family:Georgia, serif;
    font-size:8pt;
}
a{
    text-decoration:none;

    color: #36a7e9;
}
a:active{

}
#left{
    float:left;
    border-left:1px solid black;
    margin-left:85px;
    margin-top:20px;
    padding-left:10px;
    height:730px;
}
#text{
    width:370px;
}
#nav{
    margin-top:200px;
}
#wrapper{

}
img{
    border: 0px;
}
p{
   
}
#viewer{
    position:absolute;
    margin-left:500px;
    width:500px;
    height:750px;
    border:0px solid black;
    overflow:hidden;
}
.slide{
   cursor: pointer;
    width:500px;
    position:relative;
    top:0px;
    margin-top:0px;
}
#slider{
    position:relative;
    margin-top:0px;
}
#rtext{
    position:absolute;
    margin-top:300px;
    margin-left:50px;
}

