/*[variables]
colors
{
	@40: #72587F;
	@30: #F8F0F8;
	@20: #FFFFDA;
	@10: #F0EDF5;
	@00: #008080;
}
*/
@import url(core.css);
H2 A:link, H3 A:link, H2 A:visited, H3 A:visited
{
	font-weight: bold;
	color: #008080; /*[e]@00*/
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
H2 A:hover, H3 A:hover
{
	color: blue;
	text-decoration: underline;
}
/*intro*/
#intro
{
	clear: both;
	float: right;
	width: 65%;
	text-align: left;
	line-height: 1.4;
}
H1
{
	font-size: 1.8em;
	float: left;
	line-height: 1.2;
	margin-right: 0.5em;
	margin-top: 0;
}
H1 IMG
{
	margin: 0 4px 0 3px;
}
H4
{
	color: black;
	font-size: 1.1em;
	margin-top: 8px;
	line-height: 0.5;
}
#intro P
{
	margin-top: 5px;
}
#benefits
{
	clear: left;
	width: 34%;
	/*[empty]margin:;*/
	border: 1px solid white;
}
#benefits LI
{
	padding: 1px;
	font-size: 1em;
	line-height: 1em;
	background: #F8F0F8; /*[e]@30*/
	margin: 0.5em 1.3em 0px 1.5em;
}
#play
{
	vertical-align: bottom;
}
/*gallery window*/
#gallery
{
	width: 96%;
	margin: 1.1em 1% 2em 2%;
	clear: both;
}
#gallery IMG
{
	float: right;
	margin: 0.5em 0.5em 0 0.3em;
}
#gallery H2, #gallery H3
{
	font-size: 1.5em;
	text-align: center;
	background: url(rnd/tr.gif) no-repeat top right;
	padding: 0.5em 0;
}
#gallery H3
{
	font-size: 1.4em;
}
.room, .endroom
{
	float: left;
	width: 31.5%;
	margin: 0 1.2em 1.2em 0;
	background: #F8F0F8 url(rnd/tl.gif) no-repeat top left; /*[e]@30 url(rnd/tl.gif) no-repeat top left*/
	text-align: left;
}
.bl
{
	background: url(rnd/bl.gif) no-repeat bottom left;
}
.body1
{
	height: 9.9em;
	background: url(rnd/br.gif) no-repeat bottom right;
}
.body2
{
	height: 9.2em;
	background: url(rnd/br.gif) no-repeat bottom right;
}
.endroom
{
	margin: 0 0 1.2em 0px;
}
#gallery P
{
	padding: 5px 10px 10px;
}
#keynav
{
	margin: 0.5em auto 1.2em;
	text-align: center;
	color: #72587F; /*[e]@40*/
}
#keynav LI
{
	display: inline;
	margin: 0.9em;
}
#keynav A
{
	text-decoration: none;
	color: #72587F; /*[e]@40*/
}
