img {border:none;}

/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}

a {text-decoration:none; color:#FF3300;}
a:hover {color:#999;}
.selected {color:#06C;}
td {border-bottom:1px;
	border-bottom-color:#c9c9c9;
	border-bottom-style:solid;
}

body {
	padding-top: 90px;
	background-color: #fff;
	color: #000;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/bg-fence3a.jpg); 
/*	background-image:url(../images/bg-denim.jpg); */
/*	background-image:url(../images/bg-leather.jpg);*/
	background-position: 0px 200px;
	background-repeat: no-repeat;
}
#wrapper {
	color: #000;
	width: 990px;
	border:0px solid #999;
}
#picture {
	position:absolute; top:90px; z-index:20;
}
#header {
	text-align:left;
	border-bottom:0px;
	border-bottom-color:#999;
	border-bottom-style:solid;
/*	background-color:#fff; */
	position:relative;
	z-index:10;
}
#header img {margin-left:316px;}
#player {
	position:absolute; top:94px; left:820px;z-index:20;
}

#nav {
	position:relative;
	top:-5px;
	width:auto;
	text-align:right;
	z-index:1;
	font-size:12px;
}

#rightColumn
{
	float: right;
	width: 200px;
	border:0px solid #f90;
}
#contentColumn
{
	width: 948px;
	margin-left: 40px;
	text-align:left;
	border-style:solid;
	border-color:#999;
	border-width:0px 1px 1px 1px;
}
#innerContentColumn, #innerRightColumn, #innerFooter {
	padding: 10px;
}
#footer {
	clear: both;
	text-align:right;
	color:#fff;
	border:0px solid #d90;
}
#innerContentColumn {
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	margin-left:296px;
	margin-right: 240px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#tourdateContentColumn {
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	margin-left:296px;
	margin-top:20px;
	border:0px solid #f90;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#galleryContentColumn {
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	margin-left:90px;
	margin-top:20px;
	border:0px solid #f90;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}


