#container
{
	position: relative;
	width: 775px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid black;
	background-color: #acf7f2;
}

#header
{
	width: 775px;
	height: 273px;
	padding: 0px 0px 0px 0px;
	background: url(gfx/banner.png) no-repeat center;
}

#navigation
{
	clear: both;
	width: 750px;
	height: 100px;
	margin-left: 25px;
	margin-right:auto;
	padding: 0px;
	/*border: 1px solid black;*/
}

#main
{
	clear: top;
	width: 475px;
	min-height: 1000px;
	padding: 20px;
	/*border: 1px solid black;*/
}

#sideimage
{
	float: right;
	width: 200px;
	height: 1000px;
	/*padding: 20px;*/
	/*border: 1px solid black;*/
	background: url(gfx/collage.png) no-repeat center;
}





/* display the navigation bar horizontally */

ul#navigationlist
{
	list-style-type: none;
	padding: 0px;
	margin: 20px 0px 20px 0px;
}

ul#navigationlist li
{
	float: left;
	padding: 0px;
	margin: 0px;
}


/* navigation button image replacement */

ul#navigationlist li a
{
	text-indent: -5000px;
	display: block;
	width: 145px;
	height: 80px;
	padding: 0px;
	margin: 0px;
	/*outline: solid;*/
}


#home
{
	background: url(gfx/buttons/home_shad.png) no-repeat center;
}

#home:hover
{
	/*background: url(gfx/buttons/home_sat.png) no-repeat center 0px;*/
	background: url(gfx/buttons/home_shad.png) no-repeat center;
}

#home_selected
{
	/*background: url(gfx/buttons/home_sat.png) no-repeat center 0px;*/
	background: url(gfx/buttons/home_shad.png) no-repeat center;
}

#gigs
{
	background: url(gfx/buttons/gigs_shad.png) no-repeat center;
}

#gigs:hover
{
	/*background: url(gfx/buttons/gigs_sat.png) no-repeat center 0px;*/
	background: url(gfx/buttons/gigs_shad.png) no-repeat center;
}

#gigs_selected
{
	/*background: url(gfx/buttons/gigs_sat.png) no-repeat center 0px;*/
	background: url(gfx/buttons/gigs_shad.png) no-repeat center;
}

#photos
{
	background: url(gfx/buttons/photos_shad.png) no-repeat center;
}

#photos:hover
{
	/*background: url(gfx/buttons/photos_sat.png) no-repeat center 8px;*/
	background: url(gfx/buttons/photos_shad.png) no-repeat center;
}

#photos_selected
{
	/*background: url(gfx/buttons/photos_sat.png) no-repeat center 8px;*/
	background: url(gfx/buttons/photos_shad.png) no-repeat center;
}

#links
{
	background: url(gfx/buttons/links_shad.png) no-repeat center;
}

#links:hover
{
	/*background: url(gfx/buttons/links_sat.png) no-repeat center 0px;*/
	background: url(gfx/buttons/links_shad.png) no-repeat center;
}

#links_selected
{
	background: url(gfx/buttons/links_shad.png) no-repeat center;
}

#music
{
	background: url(gfx/buttons/music_shad.png) no-repeat center;
}

#music:hover
{
	background: url(gfx/buttons/music_shad.png) no-repeat center;
}

#music_selected
{
	background: url(gfx/buttons/music_shad.png) no-repeat center;
}

/* Gear page layout */

div.gear_item
{
	clear: both;	
}

div.gear_descr
{
	display: block;
	width: 250px;
	margin: 10px 15px 20px 15px;
	float: right;
	/*border: 1px solid black;*/
}

img.gear_image
{
	float: left;
	margin: 10px 15px 20px 15px;
	display: block;
	text-align: center;
}


/* General styles */

body
{
	/*font: small Verdana, sans-serif;*/
	font: small Lucidatypewriter, monospace;
}

h1
{
	/*font: large bold Verdana, sans-serif;*/
	font: large bold Lucidatypewriter, monospace;
	text-align: left;
}

h2
{
	/*font: medium bold Verdana, sans-serif;*/
	font: medium bold Lucidatypewriter, monospace;
	text-align: left;
}

em
{
	/*font: small bold Verdana, sans-serif;*/
	font: small bold Verdana, sans-serif;
}

img
{
	/*clear: both;*/
	margin: 35px auto;
	display: block;
	text-align: center;
}

hr
{
	width: 80%;
	margin: 40px auto 40px 5px;
}

ul.linkslist
{
	list-style-type: none;
	margin: 5px 20px 20px 0px;
}

p.img_tag
{
	/*font: x-small Verdana, sans-serif;*/
	font: small Lucidatypewriter, monospace;
	text-align: center;
}

p.log_date
{
	/*font: x-small Verdana, sans-serif;*/
	font: small italic Lucidatypewriter, monospace;
	text-align: left;
}

table.gig_table
{
	margin: auto;
	border-spacing: 10px 0px;
}

table.gig_table td
{
	border-collapse: collapse;
	text-align: center;
	padding: 15px 10px;
	/*font: x-small Verdana, sans-serif;*/
	font: small Lucidatypewriter, monospace;
}

/* Highslide */

.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;
}
.highslide img {
	border: 1px solid #D0D0D0;
}
.highslide:hover img {
	border-color: #A0A0A0;
}
.highslide-active-anchor img {
	visibility: visible;
	border-color: #808080 !important;
}
.highslide-image {
	border: 2px solid #FFFFFF;
}
.highslide-loading {
	color: black;
	border: 1px solid black;
	background-color: white;
	background-image: url(graphics/loader.white.gif);
}

.highslide-controls {
	position: static !important;
	margin-bottom: 0;
	width: 195px !important;
}
.highslide-gallery ul li {
	width: 75px;
	height: 75px;
	border: 1px solid #D0D0D0;
	background: #EDEDED;
	margin: 2px;
}
.highslide-thumbstrip-horizontal img {
	height: 30px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 37px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up, .highslide-thumbstrip-horizontal .highslide-scroll-down {
	top: -2px;
}
