body {
	width: 550px;
	float: center;
	background: #d5ccbf;
}

div#vidbox {
	width: 565px;
	height: 505px;
	float: left;
	position: absolute;
	top: 18px;
	left:-5px;
	padding: 10;
	background-color:#FFFFFF;
}

object {
	position: absolute;
	top: 66px;
}

p {
	position: absolute;
	bottom: 5px;
	right: 20px;
}

h3 {
	position: absolute;
	top: 64px;
	left: 16px;
	font-family: "gill sans", arial;
	font-weight: normal;
	font-size: 1.1em;
}

h4 {
	font-family: "gill sans", arial;
	font-weight: normal;
	font-size: 1em;
}

a, a:visited {
	font-family: "gill sans", arial;
	font-color: #00aff0;
	text-decoration: none;
}

a:hover {
	font-color: #00aff0;
}

ul#top {
	position: absolute;
	top: 120px;
	left: 40px;
	list-style: none;
	margin: 0;
	padding: 0;

}

ul#bottom {
	position: absolute;
	top: 370px;
	left: 50px;
	list-style: none;
	margin: 0;
	padding: 0;

}

li#top {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

li#bottom {
	float: left;
	padding-left: 65px;
	padding-right: 20px;
}