/* CSS Document *//* brahe main page */body {	margin: 50px 0px;	padding: 0px;	text-align: center;	font-family: verdana, arial, helvetica, san-serf;	background-color: #666;	layer-background-color: #666;	color: #FFF;}#mainbox {	position: absolute;	top: 65px;	width: 700px;	margin: 0px auto;	height: 560px;	z-index: 1;	font-size: 12px;	background-color: #000000;	layer-background-color: #000000;	border: 0px solid #f00;	visability: visible;	left: 45px;}		#title{	position: absolute; 	left: 0px; 	top: 0px; 	width: 700px; 	height: 20px; 	z-index: 1; 	background-color: #660000; 	layer-background-color: #960; 	border: 1px none #000000; 	text-align: center;}#imagebox{	position: absolute; 	left: 0px; 	top: 40px; 	width: 700px; 	height: 470px; 	z-index: 2;  	border: 1px none #000000;}#back{	position: absolute; 	left: -45px; 	top: 100px; 	width: 45px; 	height: 30px; 	z-index: 1;}#next {	position:absolute; 	left:700px; 	top:100px; 	width:45px; 	height:30px; 	z-index:2;}#enlarge{	position:absolute; 	left:581px; 	top:-22px; 	width:100px; 	height:20px; 	z-index:3;	color: #000;}a.enlarge2:link { text-decoration:none; color: #fff; }a.enlarge2:visited { color: #fff }a.enlarge2:active { color:#f00 }a.enlarge2:hover { color:#fc0 }#footer{	position:absolute; 	left:0px; 	top:510px; 	width:700px; 	height:50px; 	z-index:3; 	background-color: #660000; 	layer-background-color: #960; 	border: 1px none #000000;}/* brahe page menu links */#menu {	position:absolute; 	left: 0px;	width:700px; 	height:50px; 	z-index:1; 	border: 1px none #000000;}a.bar:link { text-decoration:none; color: #000; }a.bar:visited { text-decoration:none; color: #000 }a.bar:active { text-decoration:none; color:#f00 }a.bar:hover { text-decoration:none; color:#f00 }#bar{	position:absolute; 	left:0px; 	top:0px; 	width:600px; 	height:20px; 	z-index:1; 	font-size: 11px; 	font-family: verdana, arial, helvetica, sans-serif; 	background-color: #CCCCCC; 	layer-background-color: #CCCCCC; 	border: 1px solid #000000;	text-align:center; 	color: #000;}#jump{	position:absolute; 	left:600px; 	top:0px; 	width:100px; 	height:20px; 	z-index:2;  	font-size: 11px; 	font-family: verdana, arial, helvetica, sans-serif; 	background-color: #CCCCCC; 	layer-background-color: #CCCCCC; 	border: 1px solid #000000; 	visibility: visible;	text-align: center; 	color: #000;}#one{	position:absolute; 	left:0px; 	top:-20px; 	width:100px; 	height:20px; 	z-index:1; 	background-color: #FFFFFF; 	layer-background-color: #FFFFFF; 	border: 1px solid #000000; 	visibility: hidden;}#two{	position:absolute; 	left:0px; 	top:-40px; 	width:100px; 	height:20px; 	z-index:1; 	background-color: #FFFFFF; 	layer-background-color: #FFFFFF; 	border: 1px solid #000000; 	visibility: hidden;}#three{	position:absolute; 	left:0px; 	top:-60px; 	width:100px; 	height:20px; 	z-index:1; 	background-color: #FFFFFF; 	layer-background-color: #FFFFFF; 	border: 1px solid #000000; 	visibility: hidden;}#four{	position:absolute; 	left:0px; 	top:-80px; 	width:100px; 	height:20px; 	z-index:1; 	background-color: #FFFFFF; 	layer-background-color: #FFFFFF; 	border: 1px solid #000000; 	visibility: hidden;}a.copyright:link { text-decoration:none; color: #fff; }a.copyright:visited { text-decoration:none; color: #fff }a.copyright:active { text-decoration:none; color:#f00 }a.copyright:hover { text-decoration:none; color:#f00 }#copyright{	position:absolute; 	left:0px; 	top:22px; 	width:700px; 	height:30px;  	font-family: verdana, arial, helvetica, sans-serif; 	font-size: 10px; 	z-index:3;	text-align: center; color: #fff;}/* enlarged page */#mainbox2{	position:absolute; 	width: 1200; 	height: 850; 	top:0px; 	left: 0px; 	background-color: #000; } #titlebar{	position: abosolute; 	top:0px; 	left: 0px; 	width: 1200px;	height:20px;	background-color: #660000; 	color: #FFFFFF; 	font-weight: bold; 	font-family: verdana, arial, helvetica, san-serif; 	font-size: 15px;}#imgbox{	position: absolute; 	left: 0px; 	top: 39px;}#close {	text-align: left;	position:absolute; 	left:0px; 	top:18px}/* about page */#textbox{	position: absolute; 	left: 0px; 	top: 20px; 	width: 700px; 	height: 350px; 	z-index: 2;  	border: 1px none #000000;	background-color: #FFFFFF; 	layer-background-color: #FFFFFF;}#mainbox3{	position: relative;	top: 21px;	width: 700px;	margin: 0px auto;	height: 400px;	z-index: 1;	font-size: 12px;	background-color: #000000;	layer-background-color: #000000;	border: 0px solid #f00;	visability: visible;	left: 33px;}#footer3{	position: absolute; 	left: 0px; 	top: 350px; 	width: 700px; 	height: 50px; 	z-index: 3; 	background-color: #660000; 	layer-background-color: #960; 	border: 1px none #000000;}
