/* 

http://recolo.org

index.css

*/


body
{

    background-color: #FFFFFF;
    color: #000000;

    background-image: url(/grass.jpg);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-attachment: fixed;
    
    padding: 0;

}

a
{
    background-color: #000000;
    color: #FFFFFF;
}

a:hover
{
    color: #5387E8; 
}

h1
{
    background-color: #000000;

    font-size: large;
    font-variant: small-caps;
    font-family: tahoma, Sans-Serif;
    letter-spacing: 12px;
    word-spacing: normal;
    color: #9AB6EA;
}

h2 {
    background-color: #000000;
    font-size: medium;
    font-family: tahoma, Sans-Serif;
    font-weight: lighter;
    letter-spacing: normal;
    word-spacing: 3px;
    color: #FFFFFF;

}

li
{
    font-size: small;
    font-family: tahoma, Sans-Serif;
    font-weight: lighter;
    color: #FFFFFF;

}


div 
{
    background-color: #000000;
    font-family: tahoma, Sans-Serif;
    color: #FFFFFF;
    border-style: none;
    border-color: #000000;
    
}

#container
{
    position: relative;

    margin-left: auto;
    margin-right: auto;

    width: 580px;
    height: 240px;

    top:140px;

    z-index: 1;

}

#recolo 
{
    
    position: absolute; 
    top: 30px; 
    left: 150px; 
    width: 380px;  
    padding: 0px;

    z-index: 1;
}

#contents 
{
    position: absolute; 
    top: 30px;
    left: 0px;
    width: 120px;
    min-height: 200px; 
    z-index: 2;
    text-align: right;
}

div.linkPictures
{
    position: relative; 
    top: 0px;
    z-index: 2;
    text-align: right;
}

div.linkNotes
{
    position: relative; 
    top: 8px;
    z-index: 2;
    text-align: right;
}

div.linkDropBox
{
    position: relative; 
    top: 16px;
    z-index: 2;
    text-align: right;
}

#contact
{
    position: absolute;
    top: 5px;
    right: 10px;
    background-color: #FFFFFF;

    font-size :smaller;
    font-family: tahoma, Sans-Serif;
    text-decoration: none;

    color: #0099CC;
}
