body {
	background-color: #101042;
	width: auto;
	margin: 0;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
/*	font-family: "Calibri", Arial, Helvetica, sans-serif; */
/*	font-family: Arial, Helvetica, sans-serif;  */
	font-size: 12px;
	color: #333333;
}

div#logo {
	position: relative;
	background-repeat: repeat;
	width: auto;
	height: 75px;
	background-image: url(../images/top-stripe.jpg);
	top: 0px;
	margin: 0px;
	padding-top: 5px;
	text-align: center;
}


div#pageContainer{
	margin: 0px auto 0px auto;
	position: relative;
	width: 955px;
}

div#main {
	position: relative;
	background-color: #101042;
	margin: 0 auto 0 auto;
}

div#leftPanel {
	position: absolute;
	top: 8px;
	left: 0px;
	background-image: url(../images/lh-panel.jpg);
	width: 162px;
	height: 412px;
	
}

div#leftShadow {
	position: absolute;
	top: 423px;
	left: 1px;
	display: none;
}

div#centrePanel {
	position: absolute;
	left: 165px;
	top: 8px;
	width: 580px;
	height: 412px;
/*	background-color: #FDF9F8; */
	background-color: #FDF9F8; 
	background-image:url(../images/center_bg.jpg);
}

div#centreInformation {
	position: absolute;
	margin: 0 auto 0 auto;
	left: 165px;
	top: 15px;
	width: 540px;
	height: 385px;
	padding: 0px 10px 10px 20px;
/*	font-family: Arial, Helvetica, sans-serif; */
	font-size: 11px;
	overflow: auto;
	line-height: inherit;
	font-stretch: 50%;
	text-align:justify;
}

div#centreShadow {
	position: absolute;
	left: 165px;
	top: 423px;
	display: none;
}

div#rightPanel {
	position: absolute;
	top: 8px;
	left: 738px;
	
}

div#rightPictures {
	position: absolute;
	top: 8px;
	left: 749px;
	width: 215px;
	display: none;
}

div#rightShadow {
	position: absolute;
	top: 423px;
	left: 738px;
	display: none;
}


div#menu_container {
	position: relative;
	top: 30px;
	left: 0px;
}

ul#menu {
	list-style:none;
	padding: 0px;
	margin: 6px;
}

.menu_btn {
	background-repeat: no-repeat;
	width: 150px;
	height: 26px;
	text-indent: -9000px;
	display: block;
	background-position: 0px 0px;
	padding-bottom: 9px;
	text-indent: -9000px;
}

.menu_btn:hover {
	background-position: -200px 0px;	
}

#menuHome {
	background-image:url(../images/home.jpg);	
}
#menuBackground {
	background-image:url(../images/background.jpg);	
}
#menuMusic {
	background-image:url(../images/music.jpg);	
}
#menuHappening {
	background-image:url(../images/whats_happening.jpg);	
}
#menuInvolved {
	background-image:url(../images/whos_involved.jpg);	
}
#menuContact {
	background-image:url(../images/contact.jpg);	
}

a {
	color: #3333FF;
	outline: none;
}

a:hover {
	color: #3399FF;
}

a img {
	border:none;
}

h2 {
	font-weight: normal;
	color: #999999;
	font-size: 15px;
}

h2 .first {
	color: #101042;
	font-weight: bold;
}

h2 .second {
	color: #101042;
}


.subtitle {
	color: #999999;
}


.button img {
	border: none;
}

#hiddenPic {
	display: none;
}


