/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  background: url(../img/bg.jpg) top repeat;
  color: #b9b9b9;
  font: normal 1em Georgia, serif;
}

#wrapper {
  background: url(../img/wrapper.gif) top repeat-y;
  width: 1000px;
  margin: 0 auto;
}

.table-align {
	width: 944px;
	margin: 0 auto;
}

/* highlight */

.highlight img {
	border: 10px solid #8b857a;
}

.highlight:hover img {
	border: 10px solid #a17953;
}

.highlight:hover {
	color: #a17953; /* Dumb definition for MSIE */
}

/* end of highlight */

#intro {
	font-size: 13px;
	color: #8b857a;
	text-align: center;
	padding: 20px 10px 0 10px;
}

#link {
	font-size: 38px;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
}

.video-table {
  width: 920px;
  margin: 0 auto;
}

.video {
  width: 200px;
  margin: 0 auto 40px auto;
}

.video-title-bg {
  background: url(../img/video-title-bg.jpg) top no-repeat;
  width: 200px;
  height: 20px;
}

.video-title-bg p {
  font: normal 12px Tahoma, sans-serif;
  color: #000000;
  padding: 3px 0 0 0;
  text-align: center;
}

.video-desc {
  font: normal 12px Tahoma, sans-serif;
  color: #ffffff;
  padding: 5px 0 0 0;
  text-align: left;
}

.platinum {
  color: #b9b598;
}

/* global links */

a:link {
	color: #a17953;
	text-decoration: underline;
}

a:visited {
	color: #b994bb;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #d9b49d;
	text-decoration: underline;
}

/* global links */
