html,body{
    margin:0;
    padding:0;
    height:100%;
    border:none;
	background-color: #ded2bb;
	font: 14px sans-serif;
	color: #ded2bb;
}

.table {
	width: 880px;
	background: url(images/home.jpg) no-repeat center top;
	line-height: 17px;
	height: 740px;
}

a {
	font-weight: bold;
	color: #b8c7f4;
}
a:link {
	color: #b8c7f4;
	text-decoration: none;
}

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

a:hover {
	text-decoration: underline;
	color: #eeb889;
}

a:active {
	text-decoration: none;
	color: #BDBDBD;
}

#bio {
	margin-top: 190px;
	text-align: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	font-size: 13px;
	height: 267px;
}

.biopic {
	border: 1px dotted white;
	float: left;
	margin-right: 12px;
	margin-bottom: 8px;
	height: 255px;
}

#links {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

#links a {
}

#videolink {
	height: 46px;
	width: 150px;
	float: left;
	padding-top: 46px;
	margin-left: 7px;
	background-image: url(images/thumb_video.jpg);
}

#wasp {
	width: 480px;
	height: 360px;
	margin-top: 186px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}

#myspacelink {
	float: left;
	width: 134px;
	height: 76px;
	padding-top: 16px;
	background-image: url(images/thumb_myspace.jpg);
	text-align: left;
	padding-left: 16px;
}

#booking {
	width: 240px;
	background-color: black;
	float: left;
	height: 92px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 0;
	margin-top: 0;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	border: 1px dotted #fff;
}

#footer  {
	width: 500px;
	color: #6c7590;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}