/* Teton Saddleback Vistas Virtual Tour Styles */
body {
	margin: 0px;
	padding: 0px;
}
/* hide from ie on mac \*/
	html {
		height: 100%;
	}
	
	#flashcontent {
		height: 100%;
}
	/* end hide */

#container {
	width: 700px;
	height: 500px;
	background-image: url(images/frame.png);
	background-repeat: no-repeat;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	padding-top: 5px;
}

#vr-content {
	width: 661px;
	height: 463px;
	margin-top: 13px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 25px;
}

#vr-scene {
	padding-top: 15px;	
}

#nav {
	margin-top: -25px;
}

a {
	text-decoration: none;
	color: #ffec87;
	font-size: 12px;
	font-family: sans-serif;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ffec87;
	font-size: 12px;
	font-family: sans-serif;
}

p {
	color: #ffec87;
	font-size: 12px;
	font-family: sans-serif;
}

