body {
    margin: 0 auto;
    text-align: left;
    background: #000;
    color:#fff;
    font-family:"Calibri","Arial",sans-serif;
    font-size: 12px;
    }

a {
    color:#fff;
    }

a:hover {
    color:#E42E3A;
    }

img {
    border: 0;
    margin: 0;
}

.center {text-align: center;}
.textleft {text-align: left;}
.clear {clear:both;}


h1 {font-size: 12px; padding: 0;}

h2 {font-size: 12px; font-weight: normal;}

h3 {font-size: 12px; font-weight: normal;}

/*----------------------------------------------------------------------------------------------------------------------------------Header-------*/
.siteBody {
    margin: 0 auto;
    width: 880px;
    }

.enterBox {
    background: url(/images/intro_left.jpg) no-repeat;
    width: 440px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
    }

.enterBox a, .enterBox a:visited {color: #fff; text-decoration:none; font-weight: bold;}
.enterBox a:hover {color: #E42E3A;}

.enterBox2 {
    background: url(/images/intro_right.jpg) no-repeat;
    width: 440px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
    }

.enterBox2 a, .enterBox2 a:visited {color: #fff; text-decoration:none; font-weight: bold;}
.enterBox2 a:hover {color: #E42E3A;}

