body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background: #000000 url(../images/bg_main.jpg) top center no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container { 
	position: relative;
	margin: 0 auto;
	width: 680px;
	height: 600px;
	background: #000000 url(../images/background_1.jpg) top center no-repeat;
}
#video { 
	position: relative;
	margin: 0 auto;
	width: 680px;
	height: 600px;
	background: #000000 url(../images/background_2.jpg) top center no-repeat;
}

#nav {
	position:absolute;
	top: 535px;
	left: 158px;
	z-index: 10;
	width:391px;
}

#nav ul{ list-style-type: none; width:391px;}
#nav li { float: left;}
#nav li a { display:block; text-indent:-9999px; height:39px;}
#home a { background: url(../images/btn_home.jpg) left top no-repeat; width:90px}
#home a:hover { background: url(../images/btn_home.jpg) right top no-repeat;}
#more_info a { background: url(../images/btn_more_info.jpg) left top no-repeat; width:105px;}
#more_info a:hover { background: url(../images/btn_more_info.jpg) right top no-repeat;}
#directions a { background: url(../images/btn_directions.jpg) left top no-repeat; width:96px;}
#directions a:hover { background: url(../images/btn_directions.jpg) right top no-repeat;}

/* ul { 
	position: absolute;
	top: 268px;
	left: 98px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 484px;
	height: 39px;
	background: #8abbbd url(../images/bg_nav.gif) repeat-x center top;
}
ul li {
	float:left;
	text-indent: -9999px;
}

ul li.btn_1 a {
	display: block;
	width: 109px;
	height: 39px;
	background: url(../images/btn_radio_1.jpg) no-repeat top left;
}
ul li.btn_1 a:hover {
	background: url(../images/btn_radio_1_over.jpg) no-repeat top left;
}
ul li.btn_2 a {
	display: block;
	width: 111px;
	height: 39px;
	background: url(../images/btn_radio_2.jpg) no-repeat top left;
}
ul li.btn_2 a:hover {
	background: url(../images/btn_radio_2_over.jpg) no-repeat top left;
}
ul li.btn_3 a {
	display: block;
	width: 97px;
	height: 39px;
	background: url(../images/btn_video.jpg) no-repeat top left;
}
ul li.btn_3 a:hover {
	background: url(../images/btn_video_over.jpg) no-repeat top left;
}
ul li.btn_4 a {
	display: block;
	width: 98px;
	height: 39px;
	background: url(../images/btn_details.jpg) no-repeat top left;
}
ul li.btn_4 a:hover {
	background: url(../images/btn_details_over.jpg) no-repeat top left;
}
ul li.btn_5 a {
	display: block;
	width: 180px;
	height: 39px;
	background: url(../images/btn_newlife.jpg) no-repeat top left;
}
ul li.btn_5 a:hover {
	background: url(../images/btn_newlife_over.jpg) no-repeat top left;
}

img {
	position: absolute;
	bottom: 0;
	right: 0px;
}

#video_player { 
	position: absolute;
	top: 170px;
	left: 180px;
	margin: 0;
	padding: 0;
	width: 320px;
	height: 250px;
	background: #8abbbd;
	border: 1px solid #333333;
}

#back {
	position:absolute;
	top: 432px;
	left: 180px;
	background: #8abbbd;
}

#back a { display:block; color:#ffffff; font-weight: bold; text-decoration:none; 
	padding: 10px 0;
	width: 321px;
	text-align:center;}
#back a:hover { background-color:#ffffff; color:#8abbbd; font-weight: bold; text-decoration:none; display:block; } */