head, html { overflow: -moz-scrollbars-vertical; }

body {
    margin: 2em 0 0 0;
    padding: 0 0 6em 0;
    color: #000;
    background: #fff;
    font-size: 1em;
	text-align: center;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}

div#footer {
    overflow: hidden;
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000;
	background-image:url(_img/dune_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

div#content {
	padding: 1em;
}

@media screen {
  body>div#footer
    {
    position: fixed;
    }
}

#container{
	width: 750px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}

#nav {
	width: 320px;
	height: 405px;
	float: left;
}

#goods {
	background-color: #FFF;
	margin-top: 10px;
	width: 390px;
	float: right;
}
#inner-footer {
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 11px;
	clear: both;
	text-align: right;
	float: right;
	width: 420px;
	margin-bottom: 300px;
	margin-top: 30px;
	padding: 0px;
	color: #cacaca;
}
#inner-footer a, #inner-footer a:link, #inner-footer a:visited {
	color: #B7B7B7;
}
#inner-footer a:hover, #inner-footer a:hover:visited {
	color: #F00;
	text-decoration: none;
}

/* CUSTOM STYLING */
a, a:link, a:visited {
	color: #ED1C24;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #F00;
	text-decoration: underline;
}

/* NEWS STYLES */
#news-container {
	margin-top: 25px;
}

.news-entry {
	margin-bottom: 35px;
	clear: both;
}

.headline-text {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding: 4px 4px 4px 12px;
	background-image: url(_img/excmark_red_sm.gif);
	background-repeat: no-repeat;
	}

.body-text {
	line-height: 16px;
}

.body-image-sml {
	float: left;
	margin: 10px 10px 0px 0px;
	padding: 2px;
	border: 1px solid #E5E5E5;
}

/* SHOWS STYLES */
#shows-container {
	margin-top: 25px;
}
.shows-entry {
	margin-bottom: 32px;
}
.show-venue {
	margin-top: 5px;
	font-size: 13px;
	float: left;
}
.show-location {
	margin-top: 5px;
	width: 120px;
	float: left;
	font-size: 13px;
}
.show-info {
	clear: both;
	color: #999;
}
/* DISCOGRAPHY / AUDIO STYLES */
#discog-container {
	clear: left;
}
.discog-thumb {
	width: 83px;
	height: 83px;
	border: 1px solid #E5E5E5;
	float: left;
	margin-right: 8px; 
}
#discog-tracklisting {
	clear: both;
}
#discog-table {
	margin-top: 25px;
	width: 290px;
}
#discog-table .discog-track-opt{
	width: 77px;
}
#discog-table td {
	background-image: url(_img/discog-row-rule.gif);
	background-repeat: repeat-x;
	font-size: 11px;
}
#discog-table td .discog-track-num{
	font-weight: bold;
	font-size: 9px;
}
.discog-info {
	margin-top: 30px;
	width: 80%;
}
#discog-lrg {
	display: none;
	margin-top: 15px;
	float: right;
}
#discog-lrg .discog-lrg-img {
	border: 2px solid #E5E5E5;
	width: 200px;
	height: 200px;
}
#discog-lrg .discog-lrg-info {
	float: left;
}
#discog-lrg .discog-lrg-title {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}
#discog-lrg .discog-lrg-buy {
	margin-top: 12px;
}
#discog-lyrics {
	padding-top: 30px;
}
#discog-lyrics .photo-credit a, #discog-lyrics .photo-credit a:visited  {
	color: #E5E5E5;
}
#discog-lyrics .photo-credit a:hover {
	color: #A8A8A8;
}
/* PHOTO STYLES */
#photos-container {
	margin-top: 25px;
}
#photos-container .photo-thumb {
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
	background-color: #E5E5E5;
	width: 75px;
	height: 75px;
	padding: 2px;
}
.photo-credit {
	color: #E5E5E5;
	clear: both;
	margin-top: 20px;
	float: left;
	width: 120px;
}
#photos-container .photo-credit a, #photos-container .photo-credit a:visited  {
	color: #E5E5E5;
}
#photos-container .photo-credit a:hover {
	color: #A8A8A8;
}
/* BIO STYLES */
.bio-img {
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 20px;
	width: 380px;
}
.bio-img-caption {
	background-color: #E5E5E5;
	font-size: 9px;
	padding: 1px;
	padding-left: 10px;
}
/* loader */
#loader {
	text-align: center;
	width: 100%;
	padding-top: 60px;
}