
body
{
	background-color: black;
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-align: center;
	color: #CCC;
	font-family: "Copperplate Gothic Bold", Georgia;
}

img {border: 0;}

a {
	text-decoration: none;
	outline: none; 
}


/* HOME */

div#home a {
	text-decoration: none;
	display: block;
	width: 400px;
	height: 305px;
}


div#home {
	background-image: url(/rebel_images/chest.jpg);
	width: 400px;
	height: 305px;
	background-repeat: no-repeat;
}


#home h1, #home h2 {
	font-size: 16px;
	color: #bbb;
	text-align: right;
	margin: 0;
	position: relative;
	bottom: -260px;
}




/* STRUCTURE */

div#frame {
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 1000px;
	/* 175 + 175 + 610 + 10 + 10 + 10 */
	height: 610px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -305px; /* half the height */
	margin-left: -500px; /* half the width */
	}

#leftcol {
	margin-top: 10px;
	margin-left: 10px;
	width:175px;
	float:left
}

div#middlecol {
	margin: 10px 0 10px 10px;
	float: left;
}

#rightcol {
	width:185px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}


/* NAVIGATION */

#navigation ul#sections {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

#navigation ul#sections a {
	display: block;
	padding: 10px 0px 2px 0px;
	}

#navigation ul#sections a:link, #navigation a:visited {
	color: #ccc;
	text-decoration: none;
	}

table#subnavigation {
	margin-top: 125px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

td.subNavCounter, td.subNavTotal {
	width: 20px;
	display: block;
	font-size: 12px;
}


#subnavigation a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #fff;
}

td.subNavCounter {
	text-align: right;
}

td.subNavTotal {
	text-align: left;
}


/* THUMBNAILS */

#thumbs {
	width: 630px;
	height: 620px;
	overflow: auto;
	display: block;
	}

img.thumb {
	height:90px;
	width: 90px;
	padding:0;
	margin-right:8px;
	margin-bottom:8px;
	}
	
	
/* LANDING PAGE	*/


div#mapoverlay {
	position:relative;
	top:0; left:0;
	z-index:20;
	}

div#rightside {
	margin: 10px;
	float: left;
	background-image: url(/rebel_images/world_map_785.jpg);
	width: 785px;
	height: 610px;
	background-repeat: no-repeat;
	}

#intro {
	width: 320px;
	height: 210px;
	margin-top: 75px;
	margin-left: 430px;
	position:relative;
	top:-404px; left:0;
	z-index:10;
	}

#intro h1 {
	margin: 0;
	color: black;
	font-size: 17px;
	font-family: "Copperplate Gothic Bold", Georgia;
	}	

#intro p {
	line-height: 24px;
	color: black;
	font-size: 14px;
	font-family: "Copperplate Gothic Bold", Georgia;
}


/* CONTACT PAGE	*/


div#middlecolcontact {
	background-color: #e5d9ab;
	color: #222;
	margin: 10px;
	float: left;
	}


div#middlecolcontact a:link { color: #930; }

div#middlecolcontact a:hover { color: #000; }


div#middlecolcontact table {
	margin: 20px;
	width: 560px;
	min-height: 400px;
	}

div#captiony {
	
	height: 600px;
	width: 175px;
	padding: 4px;
	background: url(/rebelimages/ghosted_map.jpg) no-repeat;
	}

div.caption {
	color: #ccc;
	font: 11px/22px "Copperplate Gothic Bold", Georgia;
}

div.capbody {
	font: 10px/20px verdana;
	color: #ccc;
}

/* MUSICIANS */



div#landscapePage {
	float: left;
	margin: 10px 0 10px 10px;
}

#landscapeThumbs
	{
	width: 800px;
	height: 70px;
	overflow: auto;
	white-space:nowrap;
	}

#gallery {
	width: 600px;
}
	
.gallerySelection {
	float: left;
	margin-bottom: 15px;
	text-align: center;
	width: 200px;
	}
	
.gallerySelection a {
	color: #999;
	font-size: 12px;
	text-decoration: none;
	}

#SLIDESIMAGE {
		height: 534px;
	}

#SLIDESTEXT {
	display: inline;
	margin: 0 5px 0 5px;
	}