body, p, td, div {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
body {
	margin: 0px;
	background-color: #FBFFF2;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 2px;
}

#main_box {
	height: 600px;
	width: 960px;
	text-align: left;
	position: relative;
	visibility: hidden;
}

.main1 {
	height: 480px;
	width: 215px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.main2 {
	height: 283px;
	width: 340px;
	position: absolute;
	top: 0px;
	left: 215px;
}
.main3 {
	height: 480px;
	width: 405px;
	position: absolute;
	top: 0px;
	left: 555px;
}
.main4 {
	height: 197px;
	width: 340px;
	position: absolute;
	top: 283px;
	left: 215px;
}
.main5 {
	height: 120px;
	width: 215px;
	position: absolute;
	top: 480px;
	left: 0px;
}
.main6a {
	height: 98px;
	width: 5px;
	max-width: 5px;
	position: absolute;
	top: 480px;
	left: 215px;
	background-color: white;
}
.main6 {
	height: 98px;
	width: 740px;
	max-width: 740px;
	position: absolute;
	top: 480px;
	left: 220px;
	background-color: white;
}
.main7 {
	height: 22px;
	width: 745px;
	max-width: 745px;
	position: absolute;
	top: 578px;
	left: 215px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: white;
}
.main6 a, .main7 a {
	text-decoration: none;
	color: #333333;
}
.main6 a:hover, .main7 a:hover { color: #FF6666; }
#vline1, #vline2, #vline3, #vline4 {
	border-left: solid gray 1px;
	position: absolute;
	top: 0px;
	height: 600px;
}
#vline1 { left: 0px; }
#vline2 { left: 214px; height: 469px; }
#vline3 { left: 214px; height: 128px; top: 472px;}
#vline4 { left: 959px; }
#hline1, #hline2 {
	border-top: solid gray 1px;
	position: absolute;
	width: 960px;
}
#hline1 { top: 0px; }
#hline2 { top: 600px; }