#global {
	position: absolute;
	width: 970px;
	left: 5%;
	top: 10px;
	right: 5%;
	visibility: visible;
}
#banner {
	position: absolute;
	height: 100px;
	width: 970px;
	left: 0px;
	top: -1px;
	z-index: 1;
	border: thin solid #999999;
	visibility: visible;
}
#main {
	position: absolute;
	width: 970px;
	left: 0px;
	top: 100px;
	z-index: 2;
	visibility: visible;
}
#left_in_main {
	position: absolute;
	width: 224px;
	left: 0px;
	padding-top: 5px;
	z-index: 10;
	border: thin solid #999999;
	visibility: visible;
}
#right_in_main {
	width: 722px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	left: 228px;
	z-index: 3;
	border: thin solid #999999;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
#footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	position: absolute;
	width: 742px;
	left: 0px;
	top: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	visibility: visible;
	z-index: 3;
}
#nav_butts {
	position: absolute;
	height: 30px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	visibility: visible;
}
