body {
	margin: 0;
	padding: 0;
	text-align:center;	/* Center's the div in IE5 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background: #FFFFFF;
}

#movieplayer{
	position:relative;
	right:0px;
	width:300px;
	height:500px;
	padding-left:100px;


}
a:link {color: #666666; text-decoration: none}
a:visited {text-decoration: none; color: #666666}
a:hover {text-decoration: underline; color: #0099FF}
a:active {text-decoration: none}
/* layout structure */
#wrap {
	min-width: 500px;
	max-width: 1400px;
	position: relative;
	width: 915px;
	margin: 0 auto;	/* Center's the div in standards browsers and IE6. */
  	text-align: left; /* Sets the text alignment back to left (default) */
	background-image: url("images/bg_wrap.gif");
}
#bodyleft {
	float: left;
	width: 54%;
	color: #999999;
}
#bodyleft .nav {
	position: relative;
	top: 78px;
	height:200px;
}
#bodyright {
	float: right;
	width: 46%;
	color: #669999;
	background: #FFFFFF;
}
#contentright {
	padding: 15px;
	position:relative;
}
#contentright h1, h2{
	color: #669999;
	font-size: small;
	font-weight: bold;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #CCCCCC;
	background-image: url("images/footer_star.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
#footer p{
	padding: 2px;
}
/* Hide from IE5/Mac \*/
* html #footer { height: 1% }
/* End hide from IE5/Mac */
/* gutters */
#bodyleft .gutter {
	padding: 15px;
}
#bodyright .gutter {
	padding: 0px;
}
/* captions */
#bodyright .caption {
	color: #999966;
	position: relative;
	bottom: 8px;
}