/* CSS Document  */

body {
	margin: 0px; 
	padding: 0px;
	background-color: #000000;
}

table {
    text-align: left;
}
/* 
=================================================
                    LINK STYLES
=================================================
*/

A:link {
    text-decoration: none;
	color: #FF0000;
}

A:visited {
    text-decoration: underline;
	color: #990000;
}

A:active {
    text-decoration: none;
	color: #CC0000;
}

A:hover {
    text-decoration: underline; 
	color: #999999;
}

/* 
=================================================
               GLOBAL TEXT STYLES
=================================================
*/

.H1 {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 19px;
	color: #AAAAAA;
	font-weight: bold;
}

.H2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	color: #FFFFFF;
}

.H3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}

.H4 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #FFFFFF;
}

.H5 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF;
}

.H6 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
}

.footer {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #DDDDDD;
}

/* 
=========================================================
               TABLES, DIVs, and CLASSES
=========================================================
*/

TD.FooterRow
{
    position: inherit;
	height: 30px;
}

TD.Navigation {
    position: inherit;
	background-image: url(../images/navbar.jpg);
	width: 850px;
	height: 28px;
}

.HeaderRow
{
    position: inherit;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 98px;
	width: 850px;
}

TD.FlashWindow {
    position: inherit;
	width: 850px;
	height: 404px;
	padding-top: 8px;
}

TD.LeftColumn
{
	padding: 0px;
	background-image: url(../images/left_side.jpg);
	background-position: top right;
	background-repeat: no-repeat;
    height: 100%;
    width: 40%;
}

TD.CenterColumn
{
	height: 100%;
    width: 850px;
	text-align: left;
}

TD.RightColumn
{
    padding: 0px;
	background-image: url(../images/right_side.jpg);
	background-position: top left;
	background-repeat: no-repeat;
    height: 100%;
    width: 40%;
}

TR.InfoWindow {
    position: inherit;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 850px;
	height: 100%;
	z-index: 1;
}

.PaddedContent
{
    position: inherit;
	margin-top: 10px;
	height: 100%;
	width: 810px;
	background-image: url(../images/page_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	z-index: 99;
}

TD.welcomebox {
    position: inherit;
	width: 345px;
	height: 155px;
	padding-right: 174px;
	padding-left: 5px;
	padding-top: 5px;
	background-image: url(../images/welcome_box.png);
	background-position: top left;
	background-repeat: no-repeat;
}

TD.heading {
    position: inherit;
	background-image: url(../images/heading_bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	padding: 6px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

TD.adspace {
    position: inherit;
	height: 160px;
	width: 270px;
}

TD.news {
    position: inherit;
	width: 508px;
	height: 180px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 44px;
	background-image: url(../images/news_box.png);
	background-position: top left;
	background-repeat: no-repeat;
}

TD.featuredartist {
    position: inherit;
	height: 184px;
	width: 254px;
	padding-top: 40px;
	padding-left: 8px;
	padding-right: 8px;
	background-image: url(../images/artist_box.png);
	background-position: top center;
	background-repeat: no-repeat;
}

TD.endorserinfo {
    position: inherit;
	padding: 30px;
}

#flashwindow {
    position: inherit;
	width: 825px;
	height: 420px;
	padding-left: 25px;
}

#container {
	position: inherit;
	width: 100%;
	height: 100%;
}

#leftside {
	float: left;
	position: inherit;
	height: 100%;
	padding: 20px;
}

#rightside {
	position: inherit;
	height: 100%;
	padding: 20px;
}

.newsdivider {
    position: inherit;
	height: 14px;
	background-image: url(../images/news_divider.png);
	background-position: center;
	background-repeat: no-repeat;
}

table.CenterTable
{
	width: 850px;
}