/* TYPE */
body, p, div, ul, li, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #737373;
}
a:link, a:visited, a:active {
	color: #4d4d4d; 
	text-decoration: underline;
}
a:hover {
	color: #4d4d4d; 
	text-decoration: none;
}
a:focus {
	outline: none; 
}
strong, b { font-weight:bold; }

h1 {
	font-family: "Futura Book", "Century Gothic", sans-serif;
	font-size: 33px;
	line-height: 36px;
	color: #FFF;
	letter-spacing: -0.03em;
}
h2 {
	font-size: 16px;
	line-height: 16px;
	color: #3E3120;
	font-weight: bold;
}

/* 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: none;
}
#TrackButtons img a{
	border: none;
}
#TrackButtons a {
	font-size: 10px;
	color: #6e6558;
	border: none;
	padding: 2px;
	text-decoration: none;
	background-color: #e8e1d4;
}
#TrackButtons a:hover {
	font-size: 10px;
	color: #FFF;
	border: none;
	padding: 2px;
	text-decoration: none;
	background-color: #6e6558;
}
#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;
}
