div.menumain1 {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:2;
	width: 550px;
}
div.grass {
	position: relative;
	left: 100px;
	top: 0px;
	z-index:1;
}
.grass div {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 733px;
	height: 549px;
	z-index:1;
	background: url(/i/grass.gif);
}
.main div {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font:13px/20px;
	line-height: 20px;
	color: #fff;
	cursor:pointer;
	cursor:hand;
}
.main a div {
	color: #fff;
	text-decoration: none;
}
.main a:hover div {
	color: #ff0;
	text-decoration: none;
}
#rmenu a {
	color: #fff;
	text-decoration: none;
	width: 110px;
	padding-right: 5px;
}
#rmenu a:hover {
	background-color: #F6ECBD;
	color: #000;
	text-decoration: none;
}
table.pmenu {
	background-color: #F6ECBD;
}
.pmenu td {
	padding: 3px 20px 3px 20px;
	text-align: right;
}
.pmenu a {
	font: 12px;
	color: #000;
	text-decoration: underline;
}
.pmenu a:hover {
	color: #000;
	text-decoration: none;
}
div.frame
{
height: 400px;
position: relative;
width: 500px;
margin: 1em 3em 1em 0;
float: left;	}
div.frame div.title
{
position: absolute;
top: -1em;
left: 1em;
padding: 0.3em;
background-color: white;
z-index: 1;	}
div.frame input.num
{
width: 3em;
}
div.draggable {
position: relative;
cursor: pointer;
z-index: 2;
width: 10px;
height: 10px;
text-align: center;
padding: 0.5em;
font-size: 80%;
position: absolute;
}
div.draggable p {
margin: 0;
}

body, html {
	padding: 0px;
	background-color: #0F2640;
}
