body {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #d6d6d6;
}
.mediaTop {
	background-image: url(images/mediaTop.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 50px;
	width: 638px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
.mediaBottom {
	background-image: url(images/mediaBottom.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 638px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	height: 45px;
}
.content {
	margin: 0px;
	padding: 0px;
	height: 385px;
	width: 638px;
	background-image: url(images/mediaCrBg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
.general_content {
	margin: 0px;
	padding: 0px;
	width: 638px;
	background-image: url(images/mediaCrBg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#logo {
	background-image: url(images/mediaCrLogo.gif);
	background-repeat: no-repeat;
	background-position: 42px 0px;
	margin: 0px;
	padding: 0px;
}
/* Style QuickTime Content */

/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}
.quickTime {
	margin: 0px;
	padding-right: 42px;
	padding-left: 160px;
	background-image: url(images/mediaCrLogo.gif);
	background-repeat: no-repeat;
	background-position: 42px 0px;
}
.footer {
	font-size: x-small;
	margin: 0px;
	padding-right: 42px;
	padding-left: 160px;
}
a {
	color: #000000;
}
a:hover {
	color: #333333;
}
a:visited {
	color: #000000;
}
#title {
	font-weight: bold;
}
#artist {
	font-weight: bold;
	font-size: small;
}
#format {
	font-size: x-small;
}
#date {
	font-size: small;
}
#news {
	font-size: small;
}
#image_credit {
	margin-top: 5px;
	font-size: x-small;
}