html, body {
    height: 100%;
    padding: 0;
	margin:0px 0px 0px 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.4;
	font-size: 0.875em;
	/*text-transform:lowercase;*/
}

hr {
  padding: 0px;
  border:none;
}


a.music:link {color: #f63dff; text-decoration: none;}
a.music:active {color: #f63dff; text-decoration: none;}
a.music:visited {color: #f63dff; text-decoration: none;}
a.music:hover {color: #f63dff; text-decoration: underline;}

a.movies:link {color: #64ff5d; text-decoration: none;}
a.movies:active {color: #64ff5d; text-decoration: none;}
a.movies:visited {color: #64ff5d; text-decoration: none;}
a.movies:hover {color: #64ff5d; text-decoration: underline;}

a.shows:link {color: #ff8922; text-decoration: none;}
a.shows:active {color: #ff8922; text-decoration: none;}
a.shows:visited {color: #ff8922; text-decoration: none;}
a.shows:hover {color: #ff8922; text-decoration: underline;}

a.store:link {color: #3ab1ff; text-decoration: none;}
a.store:active {color: #3ab1ff; text-decoration: none;}
a.store:visited {color: #3ab1ff; text-decoration: none;}
a.store:hover {color: #3ab1ff; text-decoration: underline;}

a.photos:link {color: #ff79ff; text-decoration: none;}
a.photos:active {color: #ff79ff; text-decoration: none;}
a.photos:visited {color: #ff79ff; text-decoration: none;}
a.photos:hover {color: #ff79ff; text-decoration: underline;}

a.contact:link {color: #53b0ff; text-decoration: none;}
a.contact:active {color: #53b0ff; text-decoration: none;}
a.contact:visited {color: #53b0ff; text-decoration: none;}
a.contact:hover {color: #53b0ff; text-decoration: underline;}

a.links:link {color: #f7ff00; text-decoration: none;}
a.links:active {color: #f7ff00; text-decoration: none;}
a.links:visited {color: #f7ff00; text-decoration: none;}
a.links:hover {color: #f7ff00; text-decoration: underline;}

a.bio:link {color: #ffc00b; text-decoration: none;}
a.bio:active {color: #ffc00b; text-decoration: none;}
a.bio:visited {color: #ffc00b; text-decoration: none;}
a.bio:hover {color: #ffc00b; text-decoration: underline;}

p{
	font-size: 40px;
}

#divContainer {
	width: 639px;
	background-image: url(blackspacerbig.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

table.wrappertable {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
}

table.wrappertable td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	-moz-border-radius: 0px 0px 0px 0px;
	
}

table.wrappertable tr {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
}

table.menutable {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
}

table.menutable td {
	border-width: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	border-style: none none none none;
	-moz-border-radius: 0px 0px 0px 0px;
	
}

table.menutable tr {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
}

table.contenttable {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
}

table.contenttable td {
	border-width: 0px 0px 0px 0px;
	padding: 2px 0px 0px 2px;
	border-style: none none none none;	
}

table.contenttable tr {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
}



table.verticaltable {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	margin-left: auto;
	margin-right: auto;
}

table.verticaltable td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	border-style: none none none none;	
}

table.verticaltable tr {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
}

table.playertable {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
}


table.playertable tr {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
}

.contentobj{
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	display:block;
}

.newsContentDark {

	color: white;
	background-image:url(brownstrip_trans.png);
	border-top:0px;
	border-bottom:2px;
	border-right:2px;
	border-left:2px;
	border-color:black;
	border-style:solid;
	z-index:100;	
	word-wrap: break-word; 
	padding: 6px 6px 6px 6px;
	text-align:justify;		
}

.newsContentDark a:link {color:white;font-weight: bold; text-decoration: underline;}
.newsContentDark a:active {color:white;font-weight: bold; text-decoration: underline;}
.newsContentDark a:visited {color:white;font-weight: bold; text-decoration: underline;}
.newsContentDark a:hover {color:white;font-weight: bold; text-decoration: underline;}



.newsContentLight{

	color: black;
	background-image:url(orangestrip_trans.png);
	border-top:0px;
	border-bottom:2px;
	border-right:2px;
	border-left:2px;
	border-color:black;
	border-style:solid;
	z-index:100;	
	word-wrap: break-word; 
	padding: 6px 6px 6px 6px;
	text-align:justify;		
}

.newsContentLight a:link {color:black;font-weight: bold; text-decoration: underline;}
.newsContentLight a:active {color:black;font-weight: bold; text-decoration: underline;}
.newsContentLight a:visited {color:black;font-weight: bold; text-decoration: underline;}
.newsContentLight a:hover {color:black;font-weight: bold; text-decoration: underline;}

.musicContentDark {

	color: white;
	background-image:url(brownstrip_trans.png);
	border-top:0px;
	border-bottom:2px;
	border-right:2px;
	border-left:2px;
	border-color:black;
	border-style:solid;
	z-index:100;	
	word-wrap: break-word; 
	padding: 6px 6px 6px 6px;
	text-align:justify;		
}

.musicContentDark a:link {color:white;font-weight: bold; text-decoration: underline;}
.musicContentDark a:active {color:white;font-weight: bold; text-decoration: underline;}
.musicContentDark a:visited {color:white;font-weight: bold; text-decoration: underline;}
.musicContentDark a:hover {color:white;font-weight: bold; text-decoration: underline;}



.musicContentLight{

	color: black;
	background-image:url(pinkstrip_trans.png);
	border-top:0px;
	border-bottom:2px;
	border-right:2px;
	border-left:2px;
	border-color:black;
	border-style:solid;
	z-index:100;	
	word-wrap: break-word; 
	padding: 6px 6px 6px 6px;
	text-align:justify;		
}

.musicContentLight a:link {color:black;font-weight: bold; text-decoration: underline;}
.musicContentLight a:active {color:black;font-weight: bold; text-decoration: underline;}
.musicContentLight a:visited {color:black;font-weight: bold; text-decoration: underline;}
.musicContentLight a:hover {color:black;font-weight: bold; text-decoration: underline;}

.moviesContentDark {

	color: white;
	background-image:url(blackstrip_trans.png);
	border-top:0px;
	border-bottom:2px;
	border-right:2px;
	border-left:2px;
	border-color:black;
	border-style:solid;
	z-index:100;	
	word-wrap: break-word; 
	padding: 6px 6px 6px 6px;
	text-align:justify;		
}

.moviesContentDark a:link {color:white;font-weight: bold; text-decoration: underline;}
.moviesContentDark a:active {color:white;font-weight: bold; text-decoration: underline;}
.moviesContentDark a:visited {color:white;font-weight: bold; text-decoration: underline;}
.moviesContentDark a:hover {color:white;font-weight: bold; text-decoration: underline;}



.moviesContentLight{

	color: black;
	background-image:url(greenstrip_trans.png);
	border-top:0px;
	border-bottom:2px;
	border-right:2px;
	border-left:2px;
	border-color:black;
	border-style:solid;
	z-index:100;	
	word-wrap: break-word; 
	padding: 6px 6px 6px 6px;
	text-align:justify;		
}

.moviesContentLight a:link {color:black;font-weight: bold; text-decoration: underline;}
.moviesContentLight a:active {color:black;font-weight: bold; text-decoration: underline;}
.moviesContentLight a:visited {color:black;font-weight: bold; text-decoration: underline;}
.moviesContentLight a:hover {color:black;font-weight: bold; text-decoration: underline;}

.photosContentDark {

	color: white;
	background-image:url(brownstrip_trans.png);
	border-top:0px;
	border-bottom:2px;
	border-right:2px;
	border-left:2px;
	border-color:black;
	border-style:solid;
	z-index:100;	
	word-wrap: break-word; 
	padding: 6px 6px 6px 6px;
	text-align:justify;		
}

.photosContentDark a:link {color:white;font-weight: bold; text-decoration: underline;}
.photosContentDark a:active {color:white;font-weight: bold; text-decoration: underline; }
.photosContentDark a:visited {color:white;font-weight: bold; text-decoration: underline;}
.photosContentDark a:hover {color:white;font-weight: bold; text-decoration: underline;}



.photosContentLight{

	color: black;
	background-image:url(orangestrip_trans.png);
	border-top:0px;
	border-bottom:2px;
	border-right:2px;
	border-left:2px;
	border-color:black;
	border-style:solid;
	z-index:100;	
	word-wrap: break-word; 
	padding: 6px 6px 6px 6px;
	text-align:justify;		
}

.photosContentLight a:link {color:black;font-weight: bold; text-decoration: underline;}
.photosContentLight a:active {color:black;font-weight: bold; text-decoration: underline;}
.photosContentLight a:visited {color:black;font-weight: bold; text-decoration: underline;}
.photosContentLight a:hover {color:black;font-weight: bold; text-decoration: underline;}



.contentPod {
	border:2px;
	border-color:black;
	width:421px; 
	border-style:solid
}



 .infoContentDark {

	color: white;
	/*background-image:url(brownstrip_trans.png);*/
	background-color:black;
	border-top:0px;
	border-bottom:2px;
	border-right:2px;
	border-left:2px;
	border-color:black;
	border-style:solid;
	z-index:100;	
	word-wrap: break-word; 
	padding: 6px 6px 6px 6px;
	text-align:justify;		
}

.infoContentDark a:link {color:white;font-weight: bold; text-decoration: underline;}
.infoContentDark a:active {color:white;font-weight: bold; text-decoration: underline; }
.infoContentDark a:visited {color:white;font-weight: bold; text-decoration: underline;}
.infoContentDark a:hover {color:white;font-weight: bold; text-decoration: underline;}



.infoContentLight{

	color: black;
	background-image:url(yellowstrip_trans.png);
	border-top:0px;
	border-bottom:2px;
	border-right:2px;
	border-left:2px;
	border-color:black;
	border-style:solid;
	z-index:100;	
	word-wrap: break-word; 
	padding: 6px 6px 6px 6px;
	text-align:justify;		
}

.infoContentLight a:link {color:black;font-weight: bold; text-decoration: underline;}
.infoContentLight a:active {color:black;font-weight: bold; text-decoration: underline;}
.infoContentLight a:visited {color:black;font-weight: bold; text-decoration: underline;}
.infoContentLight a:hover {color:black;font-weight: bold; text-decoration: underline;}



.contentPod {
	border:2px;
	border-color:black;
	width:421px; 
	border-style:solid
}

 .storeContentDark {

	color: white;
	background-image:url(navystrip_trans.png);
	border-top:0px;
	border-bottom:2px;
	border-right:2px;
	border-left:2px;
	border-color:black;
	border-style:solid;
	z-index:100;	
	word-wrap: break-word; 
	padding: 6px 6px 6px 6px;
	text-align:justify;		
}

.storeContentDark a:link {color:white;font-weight: bold; text-decoration: underline;}
.storeContentDark a:active {color:white;font-weight: bold; text-decoration: underline; }
.storeContentDark a:visited {color:white;font-weight: bold; text-decoration: underline;}
.storeContentDark a:hover {color:white;font-weight: bold; text-decoration: underline;}



.storeContentLight{

	color: black;
	background-image:url(turqstrip_trans.png);
	border-top:0px;
	border-bottom:2px;
	border-right:2px;
	border-left:2px;
	border-color:black;
	border-style:solid;
	z-index:100;	
	word-wrap: break-word; 
	padding: 6px 6px 6px 6px;
	text-align:justify;		
}

.storeContentLight a:link {color:black;font-weight: bold; text-decoration: underline;}
.storeContentLight a:active {color:black;font-weight: bold; text-decoration: underline;}
.storeContentLight a:visited {color:black;font-weight: bold; text-decoration: underline;}
.storeContentLight a:hover {color:black;font-weight: bold; text-decoration: underline;}



.contentPod {
	border:2px;
	border-color:black;
	width:421px; 
	border-style:solid
}

