﻿/*
css for bounce website
*/

body { 
    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: 0;
*/

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

/*
    padding: 0px;
    margin: 0;
*/


#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: 10px;
    left: 22px;
    padding: 0px;
}

#titleimage {
    position: absolute;
    width: 805px;
    height: 350px;
    top: 90px;
    left: 28px;
    padding: 0px; 
}

#profile {
    position: absolute;
    width: 200px;
    font-size: 10pt;
    color: #042044;
    top: 327px;
    left: 257px;
    font-family: verdana;
}

#contacts {
    position: absolute;
    width: 200px;
    font-size: 19px;
    color: #042044;
    top: 100px;
    left: 100px;
    font-family: Kartika, Sans-Serif;
}


#bali {
    position: absolute;
    width: 200px;
    font-size: 10pt;
    color: #042044;
    top: 95px;
    left: 85px;
    font-family: verdana;
}

#gardenpic {
    position: absolute;
    width: 400px;
    top: 90px;
    left: 370px;
}


#balititle {
    position: absolute;
    margin-top: -7px;
    width: 400px;
    font-size: 25pt;
    font-weight: bolder;
    color: #042044;
    top: 40px;
    left: 70px;
    font-family: verdana;
}


#baliform {
    position: absolute;
    width: 200px;
    color: #042044;
    top: 450px;
    left: 85px;
}


#underconstruction {
    position: absolute;
    width: 200px;
    line-height: 15px;
    word-spacing: -5px;
    font-size: 25px;
    color: #042044;
    top: 50px;
    left: 50px;
    font-family: Kartika, Sans-Serif;
}
    
    






