/* TYPE */
body, p, div, ul, li, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #999;
}
a:link, a:visited, a:active {
	color: #1F4C8B; 
	text-decoration: none;
}
a:hover {
	color: #666; 
	text-decoration: none;
}
a:focus {
	outline: none; 
}
strong, b { font-weight:bold; }

h1 {
	font-size: 35px;
	line-height: 37px;
	font-weight: bold;
	color: #1F4C8B;
	letter-spacing: -.03em;
	padding-bottom: 8px;
}
h2 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #1F4C8B;
	letter-spacing: -.04em;
	border-bottom: 6px solid #d9d9d9;
	padding-bottom: 16px;
	margin-bottom: 3px;
}
h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}

/* MEDIA PLAYER */
#emailtofriend {
	clear:both;
}
#MediaCenterWrapper {
	width: 750px;
}
#LeftColumn {
	float: left;
	width: 400px;
	margin-right: 5px;
}
#RightColumn {
	float: left;
	width: 343px;
	overflow: auto;
	height: 500px;
	border: 1px solid #CCCCCC;
}
#RightColumn p {
	font-size: 9px;
	margin-left: 10px;
}
#TrackButtons {
	float: left;
	width: 400px;
	padding-bottom: 10px;
	height: 20px;
}
#TrackButtons input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#TrackButtons img a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#TrackButtons a {
	font-size: 10px;
	color: #1F4C8B;
	border: 1px solid #1F4C8B;
	padding: 2px;
	text-decoration: none;
}
#TrackButtons a:hover {
	font-size: 10px;
	color: #666;
	border: 1px solid #666;
	padding: 2px;
	text-decoration: none;
}
#TrackInfo {
	float: left;
	width: 400px;
	overflow: auto;
	height: 175px;
}
#HeaderFunctions {
	float: left;
	margin-right: 10px;	
}
#HeaderFunctions p {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#Header {
	float: left;
	width: 750;
	height: 95px;
	margin-bottom: 5px;
}
#navbar {
	width: 467px;
	top: 54px;
	position: relative;
	left: 272px;
}
#itemimage {
	float:left;
}
#MediaItemBlock {
	float: left;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	width: 308px;
}
#MediaItemBlock:hover{
	background-color: #eeeeee;
}
#MediaItemImage {
	float: left;
	width: 48px;
	padding-right: 10px;
}
#MediaItemDetails {
	float: left;
	width: 225px;
	margin-right: 5px;
	margin-left: 5px;
}
#MediaItemDetails a, #MediaItemDetails a:hover {
	font-weight: bold;
}
body {
	margin: 15px;
	vertical-align: top;
}
#podcast {
	float: right;
	margin-right: 10px;
}
#downloadlink {
	float: right;
}
