/*@import url('menu.css');*/

html {
/*	height: 570px;*/
}
body {
	position: relative;
	margin-top:0px;
	color:#404040;
	font-family: Futura, Trebuchet, arial, helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	overflow: hidden;
	height: 570px;
}
.scrollable {
}
#palms {
	padding: 13px 0 12px 24px;
}
#controls {
	padding: 13px 0 10px 24px;
	font-size: 10px;
	float: right;
}
#login {
    font-size: 10px;
    text-align: right;
	float: right;
	padding: 13px 24px 10px 24px;
}
#main, body {
	width:960px;
	margin:0 auto;
	overflow: hidden;
}
#main {
	height: 100%;
}

a img {
  	border: 0px none;
}

a:link,a:active,a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover {
	color:#999999;
}

.selected,
a:link.selected,
a:visited.selected {
	cursor: default;
	color: #ff6600;
}
a:link.orange, .orange {
	color: #ff6600;
}

#content p {
	font-family: Trebuchet, arial, helvetica, sans-serif;
	line-height: 120%;
}
.invisible { display: none; }
