@charset "UTF-8";
/* CSS Document */

body {
background-image:url(images/bg.gif);
background-position:top center;
background-repeat:no-repeat;
background-color:#31C5DD;
}

/* subnaigation */

#subNavContainer {
width:610px;
height:40px;
margin:15px auto 0px auto;
display:block;
clear:both;
}

a.btnFunctions,
a.btnFunctions:visited {
width:100px;
height:40px;
background:url(images/btnFunctions.gif);
background-position:0px 0px;
float:left;
}

a.btnFunctions:hover,
a.btnFunctions:hover:visited {
background-position:0px -40px;
}

a.btnFunctionPacks,
a.btnFunctionPacks:visited {
width:131px;
height:40px;
background:url(images/btnFunctionPacks.gif);
background-position:0px 0px;
float:left;
}

a.btnFunctionPacks:hover,
a.btnFunctionPacks:hover:visited {
background-position:0px -40px;
}

a.btnFunctionRooms,
a.btnFunctionRooms:visited {
width:137px;
height:40px;
background:url(images/btnFunctionRooms.gif);
background-position:0px 0px;
float:left;
}

a.btnFunctionRooms:hover,
a.btnFunctionRooms:hover:visited {
background-position:0px -40px;
}

a.btnTCs,
a.btnTCs:visited {
width:160px;
height:40px;
background:url(images/btnTCs.gif);
background-position:0px 0px;
float:left;
}

a.btnTCs:hover,
a.btnTCs:hover:visited {
background-position:0px -40px;
}


/* subnaigation */



#bodyAll {
width:610px;
margin:0px auto 0px auto;
padding:0px;
display:block;
}

#bodyTop {
width:610px;
height:5px;
margin:10px auto 0px auto;
background-image:url(images/contentTop.gif);
}

#bodyHeader {
width:600px;
height:70px;
float:left;
padding:0px 5px 0px 5px;
background-image:url(images/contentBg.gif);
}

#bodyContainer {
width:560px;
padding:20px 25px 30px 25px;
background-image:url(images/contentBg.gif);
float:left;
}

#bodyPics {
width:600px;
height:182px;
padding:0px 5px 0px 5px;
margin:0px auto 0px auto;
clear:both;
background-image:url(images/contentBg.gif);
}

#bodyBottom {
width:610px;
height:5px;
margin:0px auto 50px auto;
clear:both;
background-image:url(images/contentBottom.gif);
}

#whatsOnImg {
width:200px;
float:left;
text-align:center;
margin-bottom:10px;
}

#whatsOnImg img {
background-image:url(images/whatsOnBg.gif);
padding:10px;
border:none;
}