*{
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
margin: 0; 
padding:0;
}

.small
{
	color: #fff;
	text-align: left;
	font-size: 0.7em;

}

img{ border-style: none;}
a:link {text-decoration:none; border-style: none; }
a:visited {text-decoration:none}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline}


body{
background-color: #000;
background-image: url('../images/background.jpg');
background-repeat: no-repeat;
background-position: top center;

}

#wrapper
{
width: 960px;
height: 702px;
background-color: none;
text-align: center;
margin: auto;
}

#topNav
{
	margin-bottom:0;
	display: block;
	width: 100%;
	height: 39px;
	background-color: #000;
	
	
	
}

#topNav ul
{
	margin-left: 30px;
	text-align: left;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	
}
	

#topNav img
{
	float: left;
	
}

#topNav li
{
	display: inline;
	list-style-type: none;
}

#topNav a:hover
{
	margin-top: -5px;
}


#header
{
	
	display: block;
	background-image: url('../images/title.jpg');
	width: 960px;
	float: left;
	height: 87px;
	background-repeat: no-repeat;

}

#header img
{


}


#leftColumn
{
	background-color: none;
	width: 196px;
	float: left;
	height: 462px;
	
}

#leftColumnTop
{
	
	width: 196px;
	height: 39px;
	background-image: url('../images/leftColumnTop.jpg');
	background-repeat: no-repeat;
}

#leftColumnTop img
{
	position: relative;
	margin-top: -55px;
	margin-left: -27px;
	
}


#leftColumnBottom
{
	width: 196px;
	height: 423px;
	background-color: none;
}

#middleColumn
{
	float:left;
	width: 557px;
	height: 462px;
	background-color:none;
}



#rightColumn
{
	
	background-color: none;
	background-repeat: no-repeat;
	background-image: url('../images/right_column.jpg');
	width: 207px;
	height: 462px;
	float:right;
	
}

#latestClipLogo
{
	margin-left: 0px;
	margin-right: 82px;
	
}

#promoImages img
{
	padding-top: 0px;
	padding-left: 0px;
	padding-right:0px;
	margin-right: 34px;
}

#promoImages
{
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 10px;
}

#content
{
	clear:both;
	position: relative;
	width: 100%;
	height: 462px;
	background-color: none;
}

#subContent
{
	clear:both;
	width: 100%;
	height: 73px;
	background-color: none;
}

#subContentLeft
{
	width: 196px;
	padding: 5px;
	padding-left: 14px;
	background-color: none;
	float: left;
}

#subContentLeft img
{
	
	float: left;
	padding-top: 5px;
	padding-right: 2px;
}
	
#subContentLeft li
{
	display: inline;
	list-style-type: none;
}

#subContentMiddle li
{
	display: inline;
	list-style-type: none;
}


#subContentMiddleLogo
{
	margin-left:178px;
	margin-top: -20px;
}

#subContentMiddleLogo img
{
padding-right: 3px;
}


#subContentMiddle
{
	width: 500px;
	height: 100%;
	padding: 5px;
	background-color: none;
	float: left;
}


#subContentRight
{	

	float: right;
	padding: 0px;
}

#subContentRight img
{	
	margin-left: 0px;
}


#footer
{
	clear:both;
	display: block;
	width: 100%;
	height: 40px;
	background-color: none;
	padding: 5px;
	padding-left: 13px;
	text-align: left;
}



#footer a
{
	color: #fff;
	text-decoration: none;
}

#footer a:hover
{
	color: #fff;
	text-decoration: underline;
}


