﻿.overall {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 500px;
	position: relative;
	z-index: 0;
}
.inner {
	background-position: left bottom;
	right: 30px;
	left: 20px;
	top: 20px;
	bottom: 0px;
	position: absolute;
	z-index: 1;
	background-repeat: no-repeat;
	background-color: #A5A7FF;
}
.main {
	position: absolute;
	top: 65px;
	bottom: 40px;
	right: 10px;
	left: 10px;
	z-index: 10;
	letter-spacing: 1px;
}
.mainmenu {
	border-width: 1px;
	border-color: #8080FF;
	position: absolute;
	top: 10px;
	background-color: #8080FF;
	z-index: 30;
	left: -20px;
	letter-spacing: 4px;
	padding-left: 10px;
	padding-right: 9px;
	border-bottom-style: solid;
}
.submenu {
	border-width: 1px;
	border-color: #8080FF;
	position: absolute;
	z-index: 2;
	top: 35px;
	left: 10px;
	letter-spacing: 4px;
	padding-left: 10px;
	padding-right: 9px;
	background-color: #8080FF;
	border-bottom-style: solid;
}
.logo {
	background-position: right top;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
	height: 100px;
	z-index: 2;
	background-image: url('img/logo_t.png');
	background-repeat: no-repeat;
}
.login {
	border-color: #8080FF;
	border-width: 1px;
	position: absolute;
	bottom: 35px;
	right: -20px;
	z-index: 100;
	background-color: #8080FF;
	letter-spacing: 3px;
	text-align: right;
	padding-right: 6px;
	padding-left: 10px;
	border-bottom-style: solid;
}
.contact {
	border-color: #8080FF;
	border-width: 1px;
	background-color: #8080FF;
	position: absolute;
	z-index: 100;
	bottom: 10px;
	right: -20px;
	text-align: right;
	letter-spacing: 3px;
	padding-right: 6px;
	padding-left: 10px;
	border-bottom-style: solid;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	border-color: #8080FF;
	border-width: 1px;
	text-decoration: none;
	color: #000000;
	border-left-style: hidden;
	border-bottom-style: solid;
}
.curpage {
	position: absolute;
	bottom: 10px;
	left: 335px;
	right: 80px;
	text-align: center;
	letter-spacing: 1px;
}
.ticker {
	bottom: 5px;
	left: -20px;
	width: 350px;
	height: 58px;
	background-color: #8080FF;
	position: absolute;
	letter-spacing: 1px;
	vertical-align: middle;
	text-align: center;
}
.title {
	font-size: 14px;
}
.tablecell {
	padding: 3px;
	vertical-align: top;
}
