body {
  background: #bfb698 url(images/design/tile.gif) repeat 50% 0;
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
	font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
	font-size: medium;
}
* html body {
  font-size: small;
}

/* default for "a" tags */
a {	text-decoration: underline; }
a:link { color: #b85000; }
a:visited { color: #b85000; }
a:hover {	color: #333; }

/* outer wrappers
-------------------------------------------------------- */
#wrapper1 {
  width: 490px;
	margin: 0 auto;
}
#wrapper2 {
	float: left;	
	background: transparent url('images/design/vr-bkgd.gif') repeat-y 0 0;
  width: 490px;
	text-align: left;
}
/* prune off outer drop shadow */
#wrapper3 {
  background: transparent url('images/design/vr-hdr.jpg') no-repeat 0 0;
	width: 450px;
	margin: 0 20px;
}

/* content
-------------------------------------------------------- */
/* client name */
#header h1 {
	margin: 0;
	padding: 108px 0 8px 0;
	font: normal 125% Georgia, "Times New Roman", serif;
	color: #666;
	text-align: center;
	text-shadow: 3px 3px;
}	
#content {
	min-height: 201px;
	height: 339px;
	margin: 0 auto;
	padding: 0;
}
* html #content {
  text-align: center;
}
.movie {
  width: 320px;
  margin: 20px auto;
}
.movie a {
  display: block;
  margin-top: 10px;
  font-size: 87.5%;
  font-family: Georgia, "Times New Roman", serif;
  text-align: center;
}

/* context links
----------------------------------------------- */
.context-links {
  background-color: #f8f0e5; /* #eee6c9 */
  margin: 0;
  border-top: 1px solid #e7d09a;
  border-bottom: 1px solid #e7d09a;
  padding: 0 5px;
  text-align: center;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 87.5%;
}
.context-links a, .sub-context-links a {
  text-decoration: none;
  padding: 2px 0;
  white-space: nowrap;
  text-transform: capitalize;
}
.context-links a.current {
  color: #5e3951; /* Miami Dolphins blue #04585a */
}

/* Internet Explorer Movie Object Madness
----------------------------------------------- */
/* hide from all ie's (including mac) */
* html object.mov {
  display: none;
}
/* hide from ie5 win */
* html object.mov/**/ {
  display: none;
}
/* hide from ie5.5 win and up */
* html object.mov {
  display/**/: none;
}

/* footer
----------------------------------------------- */
#footer {
  background-color: #985a00;
  padding: 6px 0 200px;
	color: #ddd;
	font-size: 75%;
	line-height: 1.4em;
}
#footer p {
	text-align: center;
	margin: 0 auto;

}
