#top_layer {
	background-image: url('./img/top.gif');
	background-color: #ffffff;
	color:white;
	height: 93px;
	width: 1119px;
	background-repeat: no-repeat;
	position:absolute;
	position:fixed;
	top:0;
	left:0;
	z-index:3;
}

#menu_layer{
	background-image: url('./img/side_full.gif');
	background-color: #ffffff;
	background-repeat: no-repeat;
	position:absolute;
	position:fixed;
	top: 93px;
	height: 703px;
	left: 0;
	width: 195px;
	z-index: 2;
}

#info_layer{
	background-color: #ffffff;
	position:absolute;
	top:110px;
	left:200px;
	width: 700px;
	z-index:1;
}

#adsense_layer{
	background-color: #ffffff;
	position:absolute;
	position:fixed;
	top:110px;
	left:941px;
	z-index:2;
}


html, body, form, table {margin: 0; padding: 0; border: 0 none;}

body {
	background-color: #ffffff;
	color:black;
	font-size:12px;
	font-family:arial;
}

.red_text {
	color:red;
	font-size:12px;
	font-family:arial;
}

.white_text {
	color:white;
	font-size:12px;
	font-family:arial;
}

.white {
	background-color:#FFFFFF;
}

.colored {
	background-color:#EEEEFF;
}


div.ml20 {
	margin-left: 20px;
}

table {
	color:black;
	font-size:12px;
	font-family:arial;
}

table.dashed {
	border: 1px dashed gray;
	border-collapse: collapse;
	width: 705px;
}

table.w693px {
	border-collapse: collapse;
	width: 693px;
}

th {
	text-align: left;
	font-size: 13px;
}

div.dashed {
	border: 1px dashed gray;
	border-collapse: collapse;
	width: 705px;
	padding: 5px;
}

div.dashed_thin {
	border: 1px dashed gray;
	border-collapse: collapse;
	width: 693px;
	padding: 5px;
}

div.center_big {
	display: table-cell;
	width: 695px;
	height: 475;
	text-align: center;
	vertical-align: middle;
	font-size: 40pt;
	font-weight: bold;
}

div.center_top {
	width: 695px;
	height: 20;
	text-align: center;
	font-size: 20px;
}

div.left_695 {
	width: 695px;
	text-align: left;
	font-size: 12px;
}

div.title_text {
	text-align: center;
	font-size: 48px;
	font-family:Monotype Corsiva;
}

div.main_text {
	text-align: center;
	font-size: 12px;
	font-family:Arial;
}

span.left_25 {
	float: left;
	width: 25px;
}

span.right_50 {
	float: right;
	width: 50px;
	text-align: right;
}

span.right_75 {
	float: right;
	width: 75px;
	text-align: right;
}

span.left_100 {
	float: left;
	width: 100px;
}

span.left_430 {
	float: left;
	width: 430px;
	text-align: left;
	font-size: 12px;
}


span.left_350 {
	float: left;
	width: 350px;
	text-align: left;
	font-size: 12px;
}


span.left_330 {
	float: left;
	width: 330px;
	text-align: left;
	font-size: 12px;
}

span.right_300 {
	float: right;
	width: 300px;
	text-align: right;
	font-size: 12px;
}

span.left_345_r {
	float: left;
	width: 350px;
	text-align: right;
	font-size: 12px;
}

span.selected {
	font-size: 12px;
	font-weight: bold;
}

th.wordlist_view {
	text-align:left;
	border-bottom: 1px dashed gray;
	background-color: silver;
	padding: 4px;
}

table.center{
	margin-left: 150px;
}

a:link img, a:visited img, a:hover img { border: none; }

a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
}
