

* { margin: 0; padding: 0;}
body { font-family:'Khula', san-serif; }
#page-wrap { margin: 40px auto; color: black; }
#logo { background: #000000; }
#book { background: #000000; text-align:center; }
#call { background: #FFFFFF; text-align:center; }
#links { background: #FFFFFF; padding-top: 5px; padding-bottom: 5px;  }
#content-text { background: #FFFFFF; }
#content-bookonline { background: #FFFFFF; min-height: 400px; text-align:center;}
#content-images { background: #FFFFFF; min-height: 400px;}
#social { background: #FFFFFF; padding-top: 30px; padding-bottom: 10px;}
#footer { background: #efefef; }
#partners { background: #efefef; text-align: right; }

.booknow {
        width: 250px;
        height: 92px;
        position: relative;
        display: inline-block;
    }
    .booknow .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        width: 250px;
        height: 92px;
        
    }
    .booknow:hover .img-top {
        display: inline;

    }

#content-bookonline a:link {color:#eb1519; 
text-decoration: none; background-color: yellow; align-content: center; }    /* unvisited link */
#content-bookonline a:visited {color:#eb1519;  
text-decoration: none; background-color: yellow;} /* visited link */
#content-bookonline a:hover {color:#ffffff;  
text-decoration: none; background-color: #eb1519;}   /* mouse over link */
#content-bookonline a:active {color:#eb1519;  
text-decoration: none; background-color: yellow;}  /* selected link */


#box { float:left; padding-left: 10px; padding-right: 10px; background: none; }





/* Normal links */
text-decoration: none;} /* visited link */
a:link {color:#000; 
text-decoration: none; }    /* unvisited link */
a:visited {color:#000;  
text-decoration: none;} /* visited link */
a:hover {color:#eb1519;  
text-decoration: underline;}   /* mouse over link */
a:active {color:#eb1519;  
text-decoration: underline;}  /* selected link */
