body {
	background-color: #1C1C1C;
}

p {
margin-top: 8px;
margin-bottom: 2px;
}


#outer  {
width: 900px;
margin-right: auto;
margin-left: auto;
margin-top: 20px;
}

#topLine {
width: 900px;
height: 13px;
background-image:url(graphics/chromeLine.jpg);
}

#bottomLine {
width: 900px;
height: 13px;
background-image:url(graphics/chromeLine.jpg);
margin-top: 20px;
}

#logo {
width: 413px;
height: 137px;
float: left;

}

#headText {
width: 450px;
float: right;
text-align:left;
margin-bottom: 20px;
}

#playerBackground {
width: 750px;
height: 455px;
background-image:url(graphics/playerBackground.jpg);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 43px;

}

#playerMain {
width: 670px;
height: 376px;
background-color:#111111;
margin-right: auto;
margin-left: auto;

}

#midSection {
width:750px;
height: 470px;
margin-right:auto;
margin-left: auto;
background-color:#000000;

}




#footerLeft {
width: 300px;
float: left;
height: 40px;

}

#footerRight {
width: 445px;
height: 63px;
float: right;
text-align:left;
}

#scrollBox  {
		width: 600px;
		height: 174px;
		overflow: scroll;		
		white-space: nowrap;
		position: relative;
		top: 0px; left: 50px;
	
}




.mainHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 25px;
}
.bannerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #eeeeff;
	line-height: 24px;
	padding-left: 15px;
}

.bannerTextSmaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eeeeff;
	line-height: 22px;
	padding-left: 15px;
}


.bodyNormal  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #eeeeee;
	padding-top: 10px;
	padding-left:10px;
	display:block;
	line-height: 20px;
}
.bodyNormal a {
	color: #eeeeff;
	font-weight: bold;
	text-decoration:none;
}
.bodyNormal a:hover {
	color: #eeeeff;
	text-decoration:underline;
}
.bodyLarge  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;

}

.footerLeftText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left:80px;
}

.footerRightText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 0px;
}

a.footerRightText {
	font-weight: bold;
	color: #ffffff;
	padding-left: 0px;
	text-decoration: none;
}

a.footerRightText:hover {

	font-weight: bold;
	color: #ddddff;
	padding-left: 0px;
	text-decoration: underline;
}

