/* CSS to avoid the 'jump' between short and long pages */

html {
	height: 100.3%;
	}

/* Centred Layout Tags*/

body {
	text-align: center; /* Reequired for IE WIn 5.x */
	margin	: 0px;
	background-image:url(images/background.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color: #FFF;
  }

#pagecontent {
	margin	: 0 auto;
	width		: 1000px;
	text-align: left;

  }



/* Layout Divs - Common To All Pages */

#banner {
	margin-left	 		: 1px;
	margin-right 		: 0px;
	margin-top	 		: 0px;
	height		 		: 150px;
	width				: 998px;
	display				: block;
	position			: absolute;
	top: 1px;
	background-color: #ACE1F3;
	background-image: url(images/bannerbackground.gif);
	background-repeat: no-repeat;
	}
/* Chrome Menu CSS */

#nav{
	position			:absolute;
	margin-left			: 270px;
	margin-top			: 65px;
	width				: 728px;
	height: 80px;
	z-index:15;
}

.sidemenu {
	width :270px;
}

#fbrlogo {
	position		: absolute;
	margin-left		: 1px;
	margin-top		: 0px;
	width			: 262px;
	height			: 100%;
	z-index:20;
}
#bodycontent {
	margin-top: 145px;
	margin-left:280px;
	width:720px;
	position:absolute;
	z-index:10;
	background-image: url(/images/pagebackground.gif);
	background-position: center;
	background-repeat: no-repeat;
	}
	
/* Columns */


.twocolumnwrapper {
	width : 100%;
	}
.leftcolumn {
	width : 48%;
	float : left;
	}
.rightcolumn {
	width : 50%;
	float : right;
	}
.clearboth {
	clear : both;
	}

	
/* Text Styles */

	
#bodycontent h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:lighter;
	color:#334C9C;
	margin-left: 3px;
	;
}

#bodycontent h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	color:#900;
	margin-left:5px;
}

#bodycontent p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
	color:#000000;
	margin-left:5px;
	margin-right: 5px;
	}
	
#bodycontent li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
}
	
a:link, a:visited {
	color:black;
	}	
	
a:hover {
	color:#790000;
	}
	
h1 a:link, h1 a:visited {
	color:#32398D;
	}	
	
h1 a:hover {
	color:black;
	}
	
/*	Navigation */

ul#nav { /* all lists */

	padding:0;

	margin:0 0 0 2px;

	height:80px;

	list-style:none;

	display:block;


}



#nav li{ /* float list items */

	float:left;

}



/* width for menu items */

#nav li#merchandise {width:80px;}

#nav li#menus {width:80px;}

#nav li#music {width:80px;}

#nav li#functions {width:80px;}

#nav li#newsletters {width:80px;}

#nav li#photos {width:80px;}

#nav li#business {width:80px;}

#nav li#contact {width:80px;}

#nav li#geniuses {width:80px;}

#nav li#home {width:160px;}




#nav a.top-level { /* this class causes IE 5.01 and 5.5 to behave badly... */

	display:block;

	height:80px;

	text-indent:-9999px;

}



li#merchandise a {background:transparent url("/images/nav-merchandise.gif") no-repeat 0 -80px;}

li#menus a {background:transparent url("/images/nav-menu.gif") no-repeat 0 -80px;}

li#music a {background:transparent url("/images/nav-musicatthecoat.gif") no-repeat 0 -80px;}

li#functions a {background:transparent url("/images/nav-functionsandcatering.gif") no-repeat 0 -80px;}

li#newsletters a {background:transparent url("/images/nav-newsletters.gif") no-repeat 0 -80px;}

li#photos a {background:transparent url("/images/nav-photos.gif") no-repeat 0 -80px;}

li#business a {background:transparent url("/images/nav-business.gif") no-repeat 0 -80px;}


li#contact a {background:transparent url("/images/nav-contact.gif") no-repeat 0 -80px;}

li#geniuses a {background:transparent url("/images/nav-geniuses.gif") no-repeat 0 -80px;}

li#home a {background:transparent url("/images/nav-home.gif") no-repeat 0 -80px;}

#nav li a:hover {background-position:0 0px;} /* hover */



/* Form */
form label {
   display: inline;
   text-align:right;
   margin-right:5px;
   float: left;
   width: 150px;
}

/* Titles */

h1.menus {
text-indent: -9999px;
width: 300px;
height: 35px;
background: url(/images/page-title-menus.gif) white no-repeat; }


h1.music {
text-indent: -9999px;
width: 300px;
height: 35px;
background: url(/images/page-title-music-and-events.gif) white no-repeat; }

h1.functions {
text-indent: -9999px;
width: 300px;
height: 35px;
background: url(/images/page-title-functions-and-catering.gif) white no-repeat; }

h1.newsletters {
text-indent: -9999px;
width: 300px;
height: 35px;
background: url(/images/page-title-newsletters.gif) white no-repeat; }

h1.photos {
text-indent: -9999px;
width: 300px;
height: 35px;
background: url(/images/page-title-photos.gif) white no-repeat; }

h1.business {
text-indent: -9999px;
width: 300px;
height: 35px;
background: url(/images/page-title-business.gif) white no-repeat; }

h1.merchandise {
text-indent: -9999px;
width: 300px;
height: 35px;
background: url(/images/page-title-merchandise.gif) white no-repeat; }

h1.geniuses {
text-indent: -9999px;
width: 300px;
height: 35px;
background: url(/images/page-title-geniuses.gif) white no-repeat; }

h1.contact {
text-indent: -9999px;
width: 300px;
height: 35px;
background: url(/images/page-title-contact.gif) white no-repeat; }

h1.melways {
text-indent: -9999px;
width: 300px;
height: 35px;
background: url(/images/page-title-41g12.gif) white no-repeat; }

#bodycontent h1 {
	padding-top: 4px;
}

/* img styles */

.right {
	float:right;
	padding-left:5px;
	padding-right:5px;
}
