html{
	background: #fff url("../images/background.gif") repeat-x;
}

body{
	width: 1000px;
	margin: auto;
	height: 500px;
}

html div {
	width:100%;
	clear: both;
}


html div #display{
	clear: none;
	width: 667px;
	float: left;
	/*background: red;*/
	height: 425px;
}

html div #video{
	clear: none;
	width: 550px;
	float: left;
	/*background: red;*/
	height: 300px;
	margin-top:-10px;
	padding:50px;
}

html div #description{
	clear: none;
	font-family: "Verdana", "Arial", Sans-Serif;
	text-align: right;
	color:#666666;
	font-size: 0.9em;
	width:293px;
	float: left;
	height: 385px;
	padding: 20px;
}

html div h1{
	font-family: "Georgia", "Times New Roman", Serif;
	text-align: right;
	color: #999999;
}

html div #thumbnails{
	float: right;
	width: 700px;
	height: 130px;

}

html div #menu{
	clear: none;
	height: 50px;
}

html div #menu ul{
	margin-right: 15px;
}


html div #menu ul li{
	clear: none;
	font-family: "Georgia", "Times New Roman", Serif;
	font-size: 1.1em;
	color: #666666;
	display: inline;
	margin-left: 68px;
}

img {border:0;}

img.display {
	padding:30px;
}

img.location {
	float: left;

}

object.video {
	padding:100px;
}

A:link {
	color: #999999;
	text-decoration: none;
}

A:visited {
	color: #666666;
	text-decoration: none;
}

A:hover {
	color: #666666;
	text-decoration: none;
}

A:active {
	color: #000;
	text-decoration: none;
}
