body {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #F0FFFF;
	background: #2458CC url(/images/FujiSan_640x300_base.jpg) no-repeat fixed;
	font: bolder 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.links {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 160px;
	height: 700px;
	font: 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.links a:link {
	display: block;
	text-align: center;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 5px 10px 0px 5px;
	margin: 0px 0px 3px 0px;
	border-width: 0px;
	text-decoration: none;
	color: #F0FFFF;
	background: #4151B0 url(/images/FujiSan_640x300_Fade.jpg) no-repeat fixed;
}

.links a:hover {
	color: #4151B0;
	background: #959DE8 url(/images/FujiSan_640x300_wash.jpg) no-repeat fixed;
}

.links a:visited {
	display: block;
	text-align: center;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 5px 10px 0px 5px;
	margin: 0px 0px 3px 0px;
	border-width: 0px;
	text-decoration: none;
	color: #F0FFFF;
	background: #4151B0 url(/images/FujiSan_640x300_Fade.jpg) no-repeat fixed;
}

.links a img {
	height: 0px;
	width: 0px;
	border-width: 0px;
}

.links a:hover img {
	position: absolute;
	top: 355px;
	left: 55px;
	height: 76px;
	width: 50px;
}

.links a span {
	display: none;
}

.links a:hover span {
	display: block;
	position: absolute;
	top: -55px;
	left: 0px;
	width: 125px;
	padding: 5px 0px 0px 15px;
	z-index: auto;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #F0FFFF;
	background: transparent none no-repeat fixed;
}

a:link {
	color: #F0FFFF;
	background: transparent none no-repeat fixed;
}

a:hover {
	color: #FFFF32;
	background: transparent none no-repeat fixed;
}

a:visited {
	color: #F0FFFF;
	background: transparent none no-repeat fixed;
}

h1 {
	margin: -9px -9px 3px -9px;
	padding: 15px 1em 5px 0px;
	text-align: right;
	background: Transparent none no-repeat fixed;
	color: #F0FFFF;
	letter-spacing: 2px;
	text-transform: capitalize;
	font: bold 26px Arial, Helvetica, sans-serif;
	height: auto;
	white-space: nowrap;
}

h3 {
	border-bottom: medium solid #FFD700;
	border-top: medium solid #FFD700;
	font: small-caps bold;
	padding-right: 2em;
}

.content {
	color: #F0FFFF;
	background: #959DE8 url(/images/FujiSan_640x300_blue.jpg) no-repeat fixed;
	position: absolute;
	top: 20px;
	left: 161px;
	right: 25px;
	height: auto;
	font: bolder 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 9px 9px 6px 9px;
	border: solid #FFD700;
	width: 600px;
}

.content p {margin: 0px 3px 3px 0px; }

.content h3 {margin: 0px 0px 3px 0px; }

.content a:link {
	color: #0000FF;
	background: transparent none no-repeat fixed;
}

.content a:hover {
   color: #00FFFF;
	background: transparent none no-repeat fixed;
}

.content a:visited {
	color: #0000FF;
	background: transparent none no-repeat fixed;
}

.halfContent
{
	padding: 3px 3px 3px 3px;
	width: 47%;
	color: #F0FFFF;
	background: transparent none no-repeat fixed;
	clear: none;
	float: left;
	text-align: left;
}

.picture {
	clear: none;
	float: left;
	font-weight: bold;
	font-size: x-small;
	margin: 0px 3px 0px 3px;
	padding: 3px 3px 3px 3px;
	text-align: center;
	width: 120px;
	height: 150px;
}

#rightbox {
	position: absolute;
	right: 16px;
	margin-right: -15px;
	width: 138px;
	padding-top: 5px; }

/* hide the following from IE5-Mac \*/
#rightbox {
	right: 0;
	margin-right: 0; }
/* IE5-Mac can see the rest */

.clearboth {
  clear: both;
}

.footer {
	padding: 3px 9px 9px 9px;
	border-top: solid #FFD700;
	float: none;
	clear: both;
	color: #F0FFFF;
	text-align: center;
	background-color: transparent;
}

