h3 {
	margin-left: 10px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 120px;
	margin: 10px;
	font-family: Helvetica,Arial,sans-serif;
	font-size:	12px;
	line-height: 1.3em;
}

#top {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 1000px;
	height: 160px;
	margin: 10px;
	font-family: Helvetica,Arial,sans-serif;
	font-size:	12px;
	line-height: 1.3em;
}

#left {
	position: absolute;
	left: 0px;
	top: 280px;
	right: auto;
	width: 680px;
	height: auto;
	padding: 10px;
	text-align: justify;
	font-family: Helvetica,Arial,sans-serif;
	font-size:	12px;
	line-height: 1.3em;
	text-indent: 1em;
}

#right {	
	position: absolute;
	top: 280px;
	left: 700px;
	width: 290px;
	padding: 5px;
	font-family: Helvetica,Arial,sans-serif;
	font-size:	12px;
	line-height: 1.3em;
}	

#main {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 1000px;
	margin-top: 10px;
	padding: 10px;
	text-align: justify;
	font-family: Helvetica,Arial,sans-serif;
	font-size:	12px;
	line-height: 1.3em;
	text-indent: 1em;
}	



.item {
	border: dashed 1px;
	margin:	5px;
}

.visible {visibility: visible; display: inline}
.invisible {visibility: hidden; display: none}

