a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

#framework #header {
	margin: 0px;
	height: 33px;
	width: 1024px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	padding-top: 181px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#framework #content {
	width: 1024px;
}

#buffer {
	width: 1024px;
	height:20px;
}

#sectionHeader {
	width: 780px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 10px;
}
#sectionHeader2 {
	width: 780px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	margin-left: 10px;
}

#content #eventsContainer {
	width: 790px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/bg_content-02.jpg);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 11px;
	color: #464646;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 114px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#content #aboutContainer {
	width: 790px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/bg_content-01.jpg);
	background-repeat: repeat-y;
	font-family: Arial;
	font-size: 11px;
	color: #464646;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 114px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#content #unlockContainer {
	width: 800px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/bg_content-02.jpg);
	background-repeat: repeat-y;
	font-family: Arial;
	font-size: 11px;
	color: #464646;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 114px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#content #newsContainer {
	width: 790px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/bg_content-01.jpg);
	background-repeat: repeat-y;
	font-family: Arial;
	font-size: 11px;
	color: #464646;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 114px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#content #albumContainer {
	width: 790px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/bg_content-01.jpg);
	background-repeat: repeat-y;
	font-family: Arial;
	font-size: 11px;
	color: #464646;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 114px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#albumContainer #title {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 12px;
	margin-left: 5px;
}
#morePages ul {
	list-style-type: disc;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
#morePages ul li {
	padding-bottom: 3px;
	display: inline;
}
#morePages {
	padding-right: 20px;
}

#morePages ul li a
{
	text-decoration: none;
	color: #666666;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	background-color: #CCCCCC;
}

#morePages ul li a:hover
{
color: #FFFFFF;
background-color: #666666;
}


#eventsContainer .artist {
	font-weight: bold;
	text-transform: uppercase;
}
#eventsContainer .venue {
	text-transform: uppercase;
}
#eventsContainer td {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin: 0px;
}
#eventsContainer tr .altRow td {
	background-color: #dedede;
}

#framework #footer {
	width: 800px;
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding-left: 114px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
}
#footer #copyright {
	float: right;
}

#footer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#footer li {
	padding-bottom: 3px;
}
#footer a:link {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	text-decoration: none;
	color: #666666;
}
#footer a:visited {
	text-decoration: none;
	color: #999999;
}

#newsContainer #newsSnippet img {
	margin: 0px;
	padding-right: 16px;
}
#newsContainer #newsSnippet #readMore {
	font-weight: bold;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#newsContainer #newsSnippet a:link {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
#newsContainer #newsSnippet a:hover {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#newsContainer #newsSnippet a:visited {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

#newsContainer #newsSnippet {
	padding-bottom: 20px;
	width: 790px;
}

#newsContainer #newsSnippet h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#newsContainer #newsSnippet .date {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
#aboutContainer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#aboutContainer li {
	padding-bottom: 3px;
}

#aboutContainer a:link {
	text-decoration: none;
	color: #999999;
}
#aboutContainer a:hover {
	text-decoration: none;
	color: #666666;
}
#aboutContainer a:visited {
	text-decoration: none;
	color: #999999;
}
#aboutContainer h1 {
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#aboutContainer p{
	padding-right: 18px;

}
#content #homeContainer {
	width: 790px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 114px;
}
#alsoLike {
	background-image: url(../images/alsoLike.jpg);
	background-repeat: no-repeat;
	height: 240px;
	width: 1024px;
}
#homeContainer #sidebar {
	width: 350px;
	padding-top: 10px;
}
#sidebar .ad {
	font-size: 9px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
#alsoLike ul {
	list-style-type: none;
	padding-top: 80px;	
}
#alsoLike li {
	display: inline;
}
#alsoLike ul li img
{
	text-decoration: none;
	color: #666666;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-right: 15px;
	margin-left: 15px;
}
#homeContainer #sidebar2 {
	width: 300px;
	padding-top: 0px;
}
#sidebar2 #tourNugget #tour {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	padding-bottom: 3px;
	margin: 0px;
}
#sidebar2 #tourNugget_more {
	background-image: url(../images/bg_tourMore.jpg);
	height: 20px;
	width: 256px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: right;
	background-repeat: no-repeat;
	padding-top: 11px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar2 #tourNugget {
	color: #333333;
	margin: 0px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 8px;
}
#homeContainer #NewsNugget {
	padding-right: 8px;
	padding-left: 8px;
}
#homeContainer #NewsNugget #title {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 4px;
}
#homeContainer #NewsNugget #details {
	color: #666666;
}
#featuredAlbums {
	background-image: url(../images/bg_featuredAlbums.jpg);
	background-repeat: no-repeat;
	height: 147px;
	width: 790px;
	margin-bottom: 8px;
}
#featuredAlbums ul {
	list-style-type: none;
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-bottom: 0px;
}
#featuredAlbums li {
	display: inline;
}
#featuredAlbums ul li img
{
	text-decoration: none;
	color: #666666;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-right: 6px;
	margin-left: 6px;
}
#newsNugget_more {
	background-image: url(../images/bg_newsMore.jpg);
	height: 16px;
	width: 449px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: right;
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar2 #tourNugget #location {
	color: #666666;
}
#sidebar2 #tourNugget #date {
	color: #666666;
}

#content #albumContainer1 {
/*	width: 790px;*/
	margin-left:68px;
}

#albumContainer1 ul {
	list-style-type: none;
}
#albumContainer1 li {
	display: inline;
}
#albumContainer1 ul li img
{
	text-decoration: none;
	color: #666666;
/*	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-right: 15px;
	margin-left: 15px;*/
	border:none;
}