body {
	background-color: white;
	color: black;
	font-family: 'Arial';
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	overflow: auto;
}

div.floating {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100px;
	height: 75px;
	background-color: #ffffff;
	border: 1px white solid;
}

div.floating_container {
}

div.menu_main {
	position: absolute;
	width: 200px;
	height: 150px;
	background-color: #ff0000;
	text-align: center;
	font-family: 'Arial';
	font-size: 18px;
	line-height: 2em;
	font-weight: bold;
	visibility: hidden;
	border-width: 0px 4px 4px 0px;
	border-color: black;
	border-style: solid;
}

div.menu_sub {
	position: absolute;
	width: 200px;
	height: 50px;
	font-size: 14px;
	background-color: #ff0000;
	line-height: 1.2em;
	text-align: center;
	visibility: hidden;
	border-width: 0px 3px 3px 0px;
	border-color: black;
	border-style: solid;
}

div.menu_text {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0px;
	top: 52px;
	text-align: center;
}

div.main {
	position: absolute;
	border: solid 0px red;
	top: 0px;
	left: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

div.header {
	position: absolute;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: gray;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 40px;
	top: 0px;
	color: white;
}

div.footer {
	position: absolute;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: gray;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 25px;
	bottom: 0px;
}

a {
	color: #666666;
	font-family: 'Arial';
}

a:hover {
	color: #333333;
	font-family: 'Arial';
}

.input_text {
	font-family: 'Arial';
	font-size: 11px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}

.input_button {
	color: white;
	background: black;
	font-family: 'Arial';
	font-size: 12px;
	border-color: white;
	border-width: 0px;
	border-style: solid;
	margin: 2px;
}

.input_button_menu {
	color: black;
	background: #ff0000;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
}

