﻿/*
css for bounce website
*/

body {
    font-family: Kartika, Sans-Serif;
    font-size: 20px;
    color: #042044;
    margin-top: 0px;
    background-color: #ffffff;
}



#header {
    width: 983px;
    height: 60px;
    background-color: #042044;
    padding: 0px;
    margin: 0;
}

#footer {
    width: 983px;
    height: 60px;
    background-color: #042044;
    padding: 0px;
    margin: 0px;
}

#bodycontent {
    padding: 0px;
    margin: 0px;
    width: 903px;
    height: 535px;
    background-color: #c8cfd8;
}


#navigation {
    width: 90px;
    height: 535px;
    background-color: #adb7c3;
}



#header, #navigation, #bodycontent, #footer {
    position: absolute;
}

#footer {
    top: 595px;
}

#navigation, #bodycontent {
    top: 60px;
}

#bodycontent {
    left: 88px;
}

#navbuttons {
    position: absolute;
    top: 20px;
    line-height: 0px;
}

#slideshow {
    position: absolute;
    top: 25px;
    left: 200px;
    padding: 0px;
}

#titleimage {
    position: absolute;
    width: 755px;
    height: 350px;
    top: 70px;
    left: 80px;
    background-color: #adb7c3;
    padding: 10px; 
}

#information {
    position: absolute;
    width: 135px;
    top: 200px;
    left: 30px;
    font-size: 90%;
    word-spacing: -2.5pt;
}

#information2 {
    position: absolute;
    width: 135px;
    top: 70px;
    left: 30px;
    font-size: 90%;
    word-spacing: -3pt;
}




