body
{
    margin: 20px auto;
    width: 1000px;
    height: auto;
    background-color: #000000;
      color:white;
      font-family: "Arial";
}


/**
*Formatting for the page
*/
#page{
    width:800px;
    background-color: black;
    border:solid 3px red;
}
/**
*Formatting for Row 1 the header
*/
#Row1{
    height: 100px;
}
#Row1Address{
    width:480px;
    float:right;
    padding: 2px 25px 5px 25px;
    text-align: right;
}
#Row1Logo{
    width:265px;
    text-align: center;
    padding: 25px 0px;
}
#Row2{
    width: 100%;
    clear:both;
    text-align: center;
    border-bottom: solid 1px red;
}

#Row3{
    width:99%;
    clear:both;
    background-color: blue;
    text-align: center;
    font-weight: bold;
    border: solid 4px black;
}

#Row4{
    clear: both;
}

#Row4Right{
    float: right;
    margin: 0px 10px 15px 10px;
    width: 380px;
}
#Row4Left{
    margin-left: 10px;
    margin-right: 10px;
    width: 380px;
}

#Row4RightContent
{

}

#row5{
    width:inherit;
    clear:both;
    font-size: 12px;
    text-align: center;
    border-top: solid 1px red;
    margin: 15px 0px;
    line-height: 10px;
}

.link:hover{
    background-color: red;
}
.link{
    width:20%;
    color:white;
    font-weight: bold;
    display:inline-block;
}

a:active, a:visited, a:link{
    color:white;
}

a:hover{
    color: red;
}

a.link:hover, a.radio:hover{
    color:white;
}

.info{
    font-size:medium;
}

img.main{
    width: 380px;
    height: 230px;
    text-align: center;
}

.radio{
    width:100%;
    display: inline-block;
    text-transform: uppercase;
}

.eventTitle{
    color:red;
    font-size: medium;
    text-align: center;
}

li{
    line-height: 30px;
}

#row4Links{
    width:99%;
}

img.link{
    width:80px;
}

img.link:hover{
    background-color: black;
}
#linkDetails{
    margin: 30px;
    border-bottom: solid 2px red;
    text-align: center;
}

p.linkText{
    display: inline-block;
    margin-left: 15px;
    width: 400px;
    text-align: left;

}

#linkContain{
}

#bookingForm{
    margin-left: 40px;
    width:230px;
    text-align: center;
    font-weight:bolder;
    text-transform:capitalize;
}

.AccessSub{
    color:red;
    font-size: larger;
    text-align: center;
}

h1{
    color:red;
}

#Row4Top, #Row4Lower{
    clear:both;
    width:100%;
}

.disclaimer
{
    font-style:italic;
}

a.radio:hover
{
    color: #FFFFFF;
}

.Motiv8u
{
    margin-left: -55px;
    margin-top: -90px;
}

