body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#CCCCCC;
	background-color: #000000;
	text-align: center;
}

#wrapper {

	width: 1024px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	background-color:#999999;
	background-image: url(images/gradient_bg.jpg);
	background-repeat:repeat-x;
}


/* --------------------------------- Head Section ------------------------------ */
#header {
	margin: 0;
	height: 200px;
}

#header_left {
	width: 250px;
	float: left;
}

#header_centre {
	width: 194px;
	float:left;
}

#header_right {
	width: 690px;
	float: right;
}

/* --------------------------------- Content Section ------------------------------ */

#content{
	margin: 0;
	height: 500px;
}

#content_left{
	width: 180px;
	float: left;
}

#content_centre {
	width: 600px;
	height: 350px;
	float: left;
	font-size: small;
	font-weight: 900;
	color: #000000;
	background-image: url(images/boogie_bus_logo_bg.png);
	background-repeat:no-repeat;
	background-position: center;
}

#form_content {
	font-size:small;
	color: #CCCCCC;
	font-weight: normal;
}

#content_right {
	width: 100px;
	margin-left: 400px;
}

/* --------------------------------- Footer Section ------------------------------ */

#footer{
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	height: 40px;
	background-color:#000000;
}

#footer_left {
	width: 25%;
	float: left;
}

#footer_centre {
	width: 50%;
	float: left;
	text-align: center;
}

#footer_right{
	width: 25%;
	float: right;
}

#footer a{
	text-decoration: none;
	color: #CCCCCC;
}

#footer a:hoover{
 	text-decoration: underline;
}

/* --------------------------------- Floating layers ------------------------------ */

#float_pics {
	position: absolute;
	top: 150px;
	right: -50px;
	width: 300px;
	height: 640px;
	z-index: 1;
}

#float_nav {

	background-image:url(images/pole.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 180px;
	left: 10px;
	width: 200px;
	height: 500px;
	z-index: 1;
	padding: 18px 0 40px 20px;
}



/* --------------------------------- Navigation ------------------------------ */

#float_nav ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
}

#float_nav a
{
display: block;
padding: 20px 0 20px 10px;
width: 160px;
background-image:url(images/sign_small.png);
background-repeat:no-repeat;
}

#float_nav a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#float_nav a:hover
{
background-image:url(images/sign_big.png);
background-repeat:no-repeat;
color: #f00;
}

/* --------------------------------- Text Styles ------------------------------ */

h1, h2, h3{
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	text-align: center;
}

#content_centre ul{
	line-height: 40px;
	list-style-image: none;
	list-style-type: none;
	font-size:medium;
}

#content_centre li{
	background-image: url(images/red_dot.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 20px;
	list-style-image:none;

}


#content_centre a{
	text-decoration: none;
	color: #000000;
}


#content_centre a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

.noboarder {border: none; }

#mini_nav {
	font-size: small;
	font-weight: normal;
	color:#CCCCCC;
	text-align: center;
}

#mini_nav a{
	text-decoration: none;
	color: #CCCCCC;
}
	
#mini_nav a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
/* ---------------------Rollover Pop Up-------------------*/

#content_centre a span {display: none;}

#content_centre a:hover span {
	display: block;
 	position: absolute;
	left: 380px;
	top: 350px;
	width: 250px;
   	padding: 10px;
	z-index: 100;
   	color: #FFFFFF;
   	font: 12px Verdana, sans-serif; text-align: center;
	text-decoration:none;
}

/* ---------------------Gallery Boxes-------------------*/

.gallery_boxes{
	width: 170px;
	height: 170px;
	padding: 5px;
	margin: 5px;
	background-color:#ffffff;
	float: left;
	font-size: small;
	font-weight: normal;
	color:#000000;
	text-align: center;
	font-family:"Courier New", Courier, monospace;
}


	

	

