  #homeNav a{
	display:block;
	position: absolute;
	width: 157px;
	height: 42px;
	text-indent: -1000em;
	background:#FFFFFF url(../images/homeNavDark.gif) no-repeat;
	outline:none;
	}

  #homeNav a:hover{
	display:block;
	position: absolute;
	width: 157px;
	height: 42px;
	text-indent: -1000em;
	background:#FFFFFF url(../images/homeNavDark.gif) no-repeat;
	outline:none;
	}
	
/* =================================== Main */


#mixesTable {
	float:left;
	width:28px;
	height:71px;
	background: url(../images/mixesGraphic.gif) no-repeat;
	}

#IndexColumnOne {
	float:left;
	width:326px;
	height:150px;
	}

#mixesTable a.mixTableLink{
	float:left;
	width:28px;
	height:71px;
	background: url(../images/mixesGraphic.gif) no-repeat;
	text-indent:-1000px;
	outline:none;
	padding:2px;
	}

#mixesTable a.mixTableLink:hover{
	float:left;
	background: url(../images/mixesGraphic_over.gif) no-repeat;
	}
	
#mixes{
 	float:left;
	width:290px;
	height:147px;
	overflow-x:hidden;
	overflow-y:auto;
	border: #B9C2C7 solid 1px;
	margin-left:30px;
	display:inline;
	}

#mixes table {
	float:left;
	width:289px;
	border-collapse: collapse;
	table-layout: fixed;
	overflow-x: hidden;
	overflow-y: auto;
	}


#mixes table td {
	color: #517283;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	padding-left:4px;
	}

	
#mixes table td a{
	color:#517283;
	text-decoration:none;
	}
	
#mixes table td a:hover{
	color:#B9C2C7;
	text-decoration:none;
	}
	
#mixes table td a.mixesMix{
	color:#B9C2C7;
	text-decoration:none;
	}
	
#mixes table td a.mixesMix:hover{
	color:#517283;
	text-decoration:none;
	}
#mixes table td img {
	border-style:none;	
}

#mixes table td a.downLoadLinkImage {
	display:block;
	width:27px;
	height:27px;
	background: url(../images/downloadButton.gif) no-repeat;
	text-indent:-1000px
	}
#mixes table td a.downLoadLinkImage:hover{
	display:block;
	width:27px;
	height:27px;
	background: url(../images/downloadButton_over.gif) no-repeat;
	}
	
#mixes table td a.playButtonLink {
	display:block;
	width:27px;
	height:27px;
	background: url(../images/playButton.gif) no-repeat;
	text-indent:-1000px
	}
#mixes table td a.playButtonLink:hover{
	display:block;
	width:27px;
	height:27px;
	background: url(../images/playButton_over.gif) no-repeat;
	}
#mixes table td span{
	color: #B9C2C7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}

#newsTable {
	float:left;
	height:66px; 
	width:31px;
	background:transparent url(../images/newsGraphic.gif) no-repeat scroll 0%;
	}

#IndexColumnTwo{
	float:right;
	height:304px;
	width:304px;
	}
	
#newsTable  a {
	display:block;
	float:left;
	width:22px;
	height:65px;
	background:  url(../images/newsGraphicIndex.gif) no-repeat;
	text-indent:-1000px;
	outline:none;
	
	} 
	
#newsTable a:hover {
	display:block;
	float:left;
	background: #FFFFFF url(../images/newsGraphicIndex_over.gif) no-repeat;
	text-indent:-1000px;
	outline:none;
	width:22px;
	height:65px;

	}

#news {
	float:right;
	clear:right;
	height:300px;
	width:270px;
	border:#B7C2C7 1px solid;
	overflow-x:hidden;
	overflow-y:auto;
}
	
#news table{
	float:right;
	clear:right;
	height:270px; 
	width:254px;
	border:#B7C2C7 1px solid;
	overflow-x:hidden;
	overflow-y:auto;
	margin:0;
	padding:0;
	table-layout:fixed; 
	}
	
#news table tr {
	vertical-align: top;
	height: 43px;
	margin:0px;
	padding:0px;
	}

#news table tr:hover {
background-color:#B9C2C7;
}

#news table td{
	margin:0px;
	padding:0px;
	overflow-x:hidden;
	}
	
#news table img.newsStoryImage{
	margin:0px;
	padding:5px;
	}
	
#news table td a{
	text-decoration:none;
		color:#517283;
	}

#news table td p{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;


	}

 #aboutUsGraphic {
	float:left;
	width:321px;
	height:151px;
	background:#FFFFFF url(../images/aboutUsGraphic.gif) no-repeat;
	}
#aboutUsBorder{
	float:left;
	border:#B9C2C7 1px solid;
	margin-top:23px;
	padding:0px;
	width:319px;
	height:126px;
	overflow:   hidden;
	overflow-y: auto;
	}

#aboutUsBorder p{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #517283;
	margin:5px;
}

#aboutUsBorder p.rightSideLink {
	text-align:right;
	}

#aboutUsBorder  a {
	color:#517283;
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
	}

#aboutUsBorder  a:hover {
	color:#B9C2C7;
	font-weight:bold;
	}
/* =================================== FOOTER*/
#footer{
	float:left;
	clear:left;
	}
