*
{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 13px;
	outline:0;
}
html 
{
height:100%;
 
}
img
{
    border: 0;
}

h1
{
    font-size: 30px;
    font-weight: normal;
    color: #efefef;
}
h2, h2 em
{
    font-size: 22px;
    font-weight: normal;
    color: #efefef;
}
h3
{
    font-size: 16px;
    font-weight: normal;
    color: #efefef;
}
h4
{
    font-size: 14px;
    font-weight: normal;
    color: #efefef;
}
h5
{
    font-size: 14px;
    font-weight: normal;
    color: #efefef;
}
h6
{
    font-size: 12px;
    font-weight: normal;
    color: #efefef;
}

p
{
    font-size: 13px;
    color: #efefef;
}

a 
{
    color: #efefef;
}

br {
	line-height:3px;
	height:3px;
}

ul.songlist li 
{
     color: #efefef;
}
.clear 
{
    clear:both;
}
body
{
    background: #000;
    overflow-x:hidden;
    
}

body#form 
{
    background:#333;
}

body#form input,
body#form textarea
{
    background:#96b581;
}

div#FormDiv 
{
    background:#333;
}

input#submit 
{
    color:#000;
}

div.mp3player
{
    position: absolute;
    top: 10px;
    left: 130px;
    width: 500px;
    height: 492px;
    z-index: 1000;
}
.outercontainer
{
    width: 971px;
       margin:20px auto;
    display:block;
    position:relative;
}

.container
{
    padding: 0px;
}

.header
{
    background: url(../images/header_bg.jpg) no-repeat;
    height: 260px;
}

.content
{
    background: url(../images/background_bg.jpg) repeat-y;
    width: 1250px;
    height: 455px;
}

.footer
{
    background: url(../images/footer_bg.jpg) no-repeat;
    height: 43px;
    text-align: center;
}
.headertext h1
{
    position: relative;
    top: 30px;
    left: 155px;
}
.subheadertext h2
{
    position: relative;
    top: 30px;
    left: 200px;
    color: #bbb;
}

.introtext h3
{
    position: relative;
    top: 50px;
    left: 155px;
    width: 340px;
    color: #bbb;
}

.exittext h3.one,
.exittext h3.two
{
    position: relative;
    top: -58px;
    left: 155px;
    width: 340px;
    color: #bbb;
}

.exittext h3.two
{
    top:-15px;
}
.content ul.songlist
{
    position: relative;
    left: 155px;
    top: -80px;
    list-style: none;
    list-style-position: outside;
    list-style-type: none;
}
.content ul.songlist li
{
    line-height: 20px;
    display:block;
}

.bookingdetails
{
    position: relative;
    left: 155px;
    top: 10px;
}
.bookingsheader
{
    position: relative;
    left: 155px;
}

.bookingsheader a
{
    background: url(../images/button.jpg) no-repeat;
    width: 216px;
    line-height: 42px;
    text-align: center;
    display: block;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
}

.bookingsheader a:hover
{
    color: #333;
    background: url(../images/button_over.jpg) no-repeat;
}

#TB_window a#reset:link,
#TB_window a#close:link,
#TB_window a#submit:link,
#TB_window a#reset:visited,
#TB_window a#close:visited,
#TB_window a#submit:visited
{
    background: transparent url(../images/buttonsmall.jpg) no-repeat;
    width: 86px;
    line-height: 40px;
    text-align: center;
    display: block;
    height: 47px;
    text-decoration: none;
    font-weight: bold;
    float:left;
    margin-left:5px;
    border:0;
    cursor:pointer;
    outline:none;
    color:#fff;
}

#TB_window a#reset:hover,
#TB_window a#close:hover,
#TB_window a#submit:hover,
#TB_window a#reset:active,
#TB_window a#close:active,
#TB_window a#submit:active
{
    outline:none;
    color: #333;
    background: url(../images/buttonsmall_over.jpg) no-repeat;
}

.bookingdetails .email .category, .bookingdetails .mobile .category
{
    color: #bbb;
}

.content .imagebg
{
    width: 311px;
    height: 464px;
    position: absolute;
    left: 496px;
    top: 232px;
    background: url(../images/image_bg.jpg) no-repeat;
}
.content .imagebg img
{
    padding-top: 2px;
    width: 298px;
    height: 450px;
    padding-left: 2px;
}

.footer
{
    text-align: left;
}

.footer h4
{
    width: 900px;
    text-align: center;
    color: #666;
    font-size: 12px;
}

.footer h4 a
{
    color: #777;
}

ul.songlist li a img
{
    margin-bottom: -5px;
    margin-left: 5px;
}

