﻿body {
    background: #1b1b1b;
    margin-top: 0px;
    font: 11pt/14pt "Trebuchet MS", Arial, Verdana, sans-serif;
    color: #ffffff;
}

#wrapper{
    width: 800px;
    margin: 0px auto 10px auto;
    background: #a7a7a7 url(images/kartBG.jpg) no-repeat left 26px;
    border: solid 2px #ffffff;
}

#topBar{
    height: 26px;
    width: 800px;
    background: url('images/topBarBG.jpg') repeat-x;
    margin-bottom: 120px;
    text-align: center;
}

#topBarLeft{
    width: 240px;
    height: 26px;
    background: url('images/topBarLeft.jpg') no-repeat;
}

#left
{
    float: left;
    width: 230px;
}

#menuKart{
    width: 190px;
    height: 180px;
    border: solid 5px #ffffff;
    margin: 10px 0px 10px 10px;
    padding: 10px;
    background: url('images/menuKart.jpg') no-repeat;
}

#special
{
    border: solid 5px #ffffff;
    margin: 10px 0px 10px 10px;
    padding: 10px;
    background: #000000 url('images/specialbg.jpg') no-repeat;
    color: White;
}

#menuSocialGroup{
    width: 198px;
    height: 98px;
    border: solid 5px #ffffff;
    margin: 0px 0px 10px 10px;
    padding: 6px;
    background: url('images/menuSocialGroup.jpg') no-repeat;
}

#menuMiniGolf{
    width: 198px;
    height: 98px;
    border: solid 5px #ffffff;
    margin: 0px 0px 10px 10px;
    padding: 6px;
    background: url('images/menuMiniGolf.jpg') no-repeat;
}

#menuKartDevelopment{
    width: 198px;
    height: 60px;
    border: solid 5px #ffffff;
    margin: 0px 0px 10px 10px;
    padding: 6px;
    background: url('images/menuGoKartDevelopment.jpg') no-repeat;
}

#content{
    float: right;
    width: 538px;
    margin: 60px 10px 0px 20px; 
}

h1{
    font-size: 22pt;
    font-weight: bold;
}

h2{
    font-size: 18pt;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 0px;
}

h3{
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 8px;
}

h4
{
    color: White;
}

a.menu{
    font-size: 13pt;
    color: #ffffff;
    text-decoration: none;
    line-height: 16pt;
}

a.menu:hover{
    color: #000000;
}

img{
    border: solid 1px #ffffff;
}

.alchohol
{
    background-color: Red; border: solid 3px white; padding: 10px; text-align: center;
}

/* ##########    LINKS   ########## */

a{
    color: #a70101;
}

a:hover{
    color: #ffffff;
}


/* ##########    TABLE STYLES   ########## */

.kHead{
    background-color: #5990c1;
}

.kTD{
    background-color: #7aa5cc;
}

