@charset "utf-8";
/* CSS Document */


/* SITE CSS */

body{
	background-color: #999;
	font-size: medium;
	color: #FFF;
	font-family: Verdana, "Trebuchet MS", Tahoma, Geneva, helvetica, sans-serif;
	margin:0px;
}


#menu{
	line-height: 1.6em;
	margin-left:50px;
	margin-right: 50px;
	background-color: #ccc;
	margin-top: 15px;
}

ul {
	line-height: 1.8;
	font-size: 16px;
}

img {
	border: none;
}


.navigation li {
	display: inline;
	padding-right: 30px;
	list-style: none;
	
}

a:link {
	font-size: 15px;
    color: #FFf;
	text-decoration: none;
	}

a:visited {
	font-size: 15px;
    color: #fff;
	text-decoration: none;
	}
	
a:hover {
	font-size: 15px;
    color: #FF0;
	text-decoration: underline;
	}


#ultrafinedesign {
	width: 900px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 5px;
	font-size: x-small;
}

#ultrafinedesign a:link {
	font-size: x-small;
    color: #FFF;
	text-decoration: none;
	}

#ultrafinedesign a:visited {
	font-size: x-small;
    color: #FFF;
	text-decoration: none;
	}
	
#ultrafinedesign a:hover {
	font-size: x-small;
    color: #FF0;
	text-decoration: underline;
	}

table {
	border-collapse: collapse;
}

th, td {
	font-size: 0.8em;
	text-align: left;
	padding: 8px 10px 5px 10px;
    vertical-align: top;
	border: 1px solid #666;
	font-weight: normal;
}

th {
	text-decoration: underline;
}


td a:link {
	font-size: 1em;
	text-decoration: underline;
	}

td a:visited {
	font-size: 1em;
	text-decoration: underline;	
	}
	
td a:hover {
	font-size: 1em;
	text-decoration: underline;	
	}
	
	
a.currentlink:link {
	font-size: 15px;
    color: #FFf;
	text-decoration: underline;

	}

a.currentlink:visited {
	font-size: 15px;
    color: #FFf;
	text-decoration: underline;
	}
	
a.currentlink:hover {
	font-size: 15px;
    color: #FFf;
	text-decoration: underline;
	}

table {
	caption-side: top;
}

caption {
	font-size: 0.7em;
	font-style: italic;
	padding-bottom: 4px;
}

/* HOMEPAGE CSS */

#allcontent{
	background-color: #CCC;
	background-image:url(../images/live%20images/home.background.transparent.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}



#content {
	font-size: 0.8em;
	color: black;
	margin-left: 70px;
	margin-right: 338px;
	margin-top: 340px;
	line-height: 1.6em;
}

#bulletpoints {
	float: right;
	width: 250px;
	margin-top: 305px;
	padding-right: 40px;
}

/* WEEKLYEVENTS CSS */

#allcontentweeklyevents{
	background-color: #CCC;
	background-image:url(../images/live%20images/weeklyevents.background.transparent.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}


#weeklyeventstable{
/* ALSO USED IN CALENDER */	
	margin-left: 70px;
	margin-top: 275px;
	overflow: auto;
	width: 770px;
	height: 250px;
  }
 
/* FUNCTIONROOM CSS */

#allcontentfunctionroom{
	background-color: #CCC;
	background-image: url(../images/live%20images/functionroom.background.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#content a {
	color: black;
	font-size: 1em;
}

#content a:hover {
	color: #FF0;
}

/* GALLERY CSS */

#allcontentgallery{
	background-color: #CCC;
	background-image:url(../images/live%20images/gallery.background.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#galleryimages {
	float: left;
	height: 420px;
	padding-left: 60px;
	width: 380px;
	margin-top: 85px;
	overflow: auto;
}

#gallerybullets {
	margin-left: 450px;
	margin-right: 80px;
	margin-top: 250px;
}

#gallerybullets a:link {
	font-size: 1em;
	}

#gallerybullets a:visited {
	font-size: 1em;
	}
	
#gallerybullets a:hover {
	font-size: 1em;
	}

#galleryimages img {
	border: 1px solid #FFF;
	padding: 5px;
	margin-left: 20px;
	margin-bottom: 25px;
}
	

/* IMAGES CSS */

#images {
	margin-top: 487px;
	background-color: #666;
}

.imageslink {
	text-align: center;
	padding: 25px;
}

/* CALENDER CSS */

#allcontentcalender {
	background-color: #CCC;
	background-image: url(../images/live%20images/calender.background.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}



  
/* LOCATION AND CONTACT CSS */  

#allcontentcontact {
	background-color: #CCC;
	background-image:url(../images/live%20images/contact.background.new.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#address {
	margin-top: 90px;
	width: 330px;
	margin-left: 50px;
	line-height: 1.5;
}

#telephone {
	margin-left: 250px;
	margin-top: 50px;
	line-height: 1.5;
}

#telephone a:link {
	font-size: 1em;
	}

#telephone a:visited {
	font-size: 1em;
	}
	
#telephone a:hover {
	font-size: 1em;
	}


#directions {
	width: 220px;
	margin-top: 25px;
	float: right;
	padding-right: 50px;
}

#directions img {
	border: 1px solid #999;
	padding: 20px;
}

/* IMAGE 1 */

#allcontentimage1{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image1.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage2{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image2.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage3{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image3.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage4{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image4.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage5{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image5.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage6{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image6.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage7{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image7.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage8{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image8.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage9{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image9.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage10{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image10.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage11{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image11.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage12{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image12.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage13{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image13.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage14{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image14.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage15{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image15.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage16{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image16.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage17{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image17.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage18{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image18.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage19{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image19.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage20{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image20.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage21{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image21.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage22{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image22.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage23{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image23.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage24{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image24.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage25{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image25.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage26{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image26.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage27{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image27.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}

#allcontentimage28{
	background-color: #CCC;
	background-image: url(../images/live%20images/gallery%20images/image28.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;	
}
