body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#tit {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #000000;
	float: left;
	height: 330px;
	display: block;
}
#smn {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	height: 330px;
	width: 180px;
	position: absolute;
	left: 40px;
	top: 0px;
	display: block;
	z-index: 3;
}
#smn div {
	font-weight: bold;
	margin-top: 4px;
}
#smn a {
	color: #000000;
	text-decoration: none;
	display: block;
}
#smn a:hover {
	color: #FFFFFF;
	background-color: #003333;
	text-indent: 5px;
}
#ft {
	position: absolute;
	height: 300px;
	width: 430px;
	left: 220px;
	top: 30px;
	font-size: 14px;
	z-index: 2;
}
#ft img {
	margin-top: 10px;
	margin-left: 10px;
}
#ft a {
	text-decoration: none;
	color: #000000;
}
#ft a:hover {
	background-color: #FFFFFF;
}
#ft a span {
	display: none;
	font-size: 14px;
	line-height: 14px;
	background-color: #FFFFFF;
}
#ft a:hover span {
	display: block;
	position: absolute;
	left: 10px;
	top: -30px;
	width: 420px;
	height: 30px;
}
#fixa {
	display: block;
	position: absolute;
	left: 230px;
	top: 0px;
	width: 420px;
	height: 30px;
	font-size: 14px;
	line-height: 14px;
	z-index: 1;
}
