/* CSS Document  */

body {
	margin: 0px 0px; 
	padding: 0px;
	background-color: #000000;
	background-image: url(../images/background_red_tall.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

/* Calendar Styles */

A:link {
    text-decoration: none;
	color: #CCCCCC;
}

A:visited {
    text-decoration: underline;
	color:#CCCCCC;
}

A:active {
    text-decoration: none;
	color:#CCCCCC;
}

A:hover {
    text-decoration: underline; 
	color: #CC0000;
}

/* GENERAL SITEWIDE TEXT STYLES go below this line. */

.H1 {
    font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #FFFFFF;
}

.H2 {
    font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}


.H3 {
    font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
}

.H3dark {
    font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #AAAAAA;
}

.H5 {
    font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}

.H6 {
    font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
}

.linktext {
    font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}



/* Original CSS code placing everything from the old layout. */

TD.FooterRow
{
    position: inherit;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 750px;
}

TD.Navigation {
    position: inherit;
	width: 750px;
	height: 38px;
}

.HeaderRow
{
    position: inherit;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 450px;
	padding-left: 300px;
}

TD.LeftColumn
{
	padding: 0px;
    height: 100%;
    width: 40%;
}

TD.CenterColumn
{
	height: 100%;
    width: 750px;
	
}

TD.InfoWindow {
    position: inherit;
	width: 750px;
	height: 100%;
}

TD.RightColumn
{
    padding: 0px;
    height: 100%;
    width: 40%;
}

TD.maincontent
{
    position: inherit;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	background-position: top;
	height: 100%;
	width: 730px;
	padding-left: 10px;
	padding-right: 10px;
}

TD.NewsEvents
{
    position: inherit;
	background-image: url(../images/news_box.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 530px;
	width: 320px;
}

div.newscontent
{
    position: inherit;
	height: 20px;
	width: 320px;
	text-align: left;
}

TD.VideoPlayer
{
    position: inherit;
	background-image: url(../images/tour_box.png);
	background-repeat: no-repeat;
	height: 260px;
	width: 430px;
}

TD.UpcomingShows
{
    position: inherit;
	background-image: url(../images/tour_box.png);
	background-repeat: no-repeat;
	height: 128px;
	width: 420px;
	padding-left: 10px;
	padding-top: 12px;
}

#tourdates
{
    position: inherit;
	width: 385px;
	height: 90px;
}

TD.NewAlbum
{
    position: inherit;
	background-image: url(../images/tour_box.png);
	background-repeat: no-repeat;
	height: 128px;
	width: 420px;
	padding-left: 10px;
	padding-top: 12px;
}

TD.newalbumtext
{
    position: inherit;
	width: 270px;
}

TD.upperlip
{
    position: inherit;
	background-image: url(../images/upper_lip.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	width: 750px;
}

TD.lowerlip
{
    position: inherit;
	background-image: url(../images/lower_lip.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	width: 750px;
}

table.CenterTable
{
	width: 750px;
	z-index: 1;
}

/*
=========================================
FLASH DIVs GO BELOW HERE.
=========================================
*/

#audioplayer {
    position: inherit;
	float: right;
	height: 269px;
	width: 226px;
	margin-left: 20px;
	margin-right: 40px;
}