* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000000;
	color: #ffffff;
	font-family: futura, verdana, arial, sans-serif;
	font-size: 10px;
}

a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#outerframe {
	width: 808px;
	height: 886px;
	position: relative;
    margin: 0px auto;
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top:16px;
	left: 17px;
}

#topPhoto {
	position: absolute;
	top: 16px;
	left: 178px;
}

#navBar {
	position: absolute;
	top: 168px;
	left: 17px;
	width: 780px;
	height: 34px;
	background-image: url("../images/navBar.jpg");
	background-repeat: no-repeat;
}

.midbuttons a{
	width: 148px;
	height: 27px;
	background-image: url("../images/navBarNormal.jpg");
	background-repeat: no-repeat;
	float: left;
	text-align: center;	
	line-height: 24px;
	margin-top: 4px;
}

.midbuttons a:hover {
	background-image: url("../images/navBarOver.jpg");
	background-repeat: no-repeat;
}

.midbuttonsSel {
	background-image: url("../images/navBarOver.jpg");
	background-repeat: no-repeat;width: 148px;
	height: 27px;
	float: left;
	text-align: center;	
	line-height: 24px;
	margin-top: 4px;
}

#sideNavTour {
	position: absolute;
	top: 300px;
	left: 28px;
	display: none;
}

#sideNavTour a:hover {
	color: #000000 !important;
}

#sideNavGuest {
	position: absolute;
	top: 300px;
	left: 28px;
	display: none;
}

#sideNavGuest a:hover {
	color: #000000 !important;
}

iframe#midPanel {
	position: absolute;
	top: 203px;
	left: 180px;
	width: 590px;
	height: 630px;
}

#footer {
	position: relative;
	text-align: center;
	margin: 0px auto;
	top: 840px;
	left: 0px;
	color: #9E7402;
}

#ltmline {
	position: relative;
	margin: 0px auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
}

#ltmline a {
	font-size: 10px;
}

#ltmline a:hover {
	color: #526E7A;
}