body{
	margin:0;
	padding:0;
}
body.press{background-image:url(images/pressbg.jpg); background-repeat:no-repeat}
body.tour{background-image:url(images/tourbg.jpg); background-repeat:no-repeat}
body.bio{background-image:url(images/blankbg.jpg); background-repeat:no-repeat}
body.bio .title {
	position:absolute;
	left:511px;
	top:13px
}
#container {
	height: 650px;
	width: 760px;
	position:relative;
	margin:0 auto;
	background:url(images/pgbg.jpg) no-repeat;
}
#social{
	display:none;
	width: 248px;
	height: 42px;
	position:absolute;
	left: 67px;
	top: 524px;
}
#nav{
	width: 196px;
	height: 38px;
	position:absolute;
	left: 435px;
	top: 507px;
}
#audPlayer{
	width: 70px;
	height: 363px;
	position:absolute;
	left: 132px;
	top: 154px;
}

.fancy .content {
	margin: 70px 10px 10px 10px;
	width: 600px;
	height: 400px;
	overflow:auto;
}
.content .pic {
	margin: 0 10px 2px 0px;
}

.tour table tr {
	background-color:#E5FDE7;
}

.tour table tr:nth-child(odd){
	background-color:#E6F8FA;
}
.tour table tr:nth-child(even){
	background-color:#E5FDE7;
}
.tour table td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link{ color:#A00 }
a:visited{ color:#600 }
a:hover{ color:#F00 }
a:active{ color:#A00 }

.click {
	height: 650px;
	width: 760px;
	position:absolute;
	display:block;
	margin:0; 
	padding:0;
}
