body
{
	background: url("graphics/common/harukabg.jpg") #fffef9 top left no-repeat fixed;
    color: #333344;
/*    font-family: Arial, sans-serif, Aerial, Helvetica;*/
	font-family: tahoma, arial, sans-serif, Helvetica;
    font-size: 0.66em;
	height: 100%; 
	margin: 0; 
	padding: 0;
	text-align: center;
	width: 100%;
}
body.standalone
{
	background: #fffef9;
	margin:1em 0em 1em 0; 
}
A:link
{
    color: #998866;
    text-decoration: none
}
A:visited
{
    color: #776644;
    text-decoration: none
}
A:hover
{
    color: #ff3c3c;
    text-decoration: underline
}

img.browser
{
	height:1.5em;
	position: relative;
	top: 0.3em;
	width:1.5em;
}
img.galleryImage
{
	border: 1px #333344 solid;
}
hr
{
	border: 1px solid #8888BB;
}
div.pageBlock
{
	margin: 0px 1em 0px 250px;
}
.justify
{
	text-align: justify;
}
div.separator
{
	background: url('graphics/common/mosaic_horizontal.gif') top left repeat-x;
	border: none;
	margin:0px 0px 0px 225px;
}
.tableBlock
{
	display:table;
	margin-left:auto;
	margin-right:auto;
}
.bar
{
	clear: both;
	color: #ffffff;
	background: #8888BB;
	white-space: nowrap;
}

.quoteBlock
{
	font-style: italic;
	line-height:1em;
	margin-bottom: 1em;
	margin-top: 1em;
}

.inlay
{
	color: #6666aa;
	background: #eeeeff;
	border: 1px dotted #bbbbee; 
	margin-top:1em;
	padding: 0.5em;
	text-align:center;
}

.inlay img
{
	border: 1px solid #aaaabb;
	margin: 0.5em;
	padding: 0px;
}

.inlay a:link
{
    color: #aa88bb;
    text-decoration: none;
}
.inlay a:visited
{
    color: #8866aa;
    text-decoration: none;
}
.inlay a:hover
{
    color: #ff3c3c;
    text-decoration: underline;
}

.inlaySubdued
{
	color: #885533;
	background: #f6f3ea;
/*	border: 1px solid #aaaabb;*/
	margin-top:1em;
	padding: 5px;
	text-align:center;
}

.inlaySubdued img
{
	border: 1px solid #ccbb99;
	margin: 0.5em;
	padding: 0px;
}


img.galleryThumb
{
	border: 1px solid #ccbb99;
	margin: 0.5em;
	padding: 0px;
	width: 48px;
	height: 48px;
}

span.textArrow
{
	color:#ccbb99;
	letter-spacing:-0.25em;
}

table
{
	font-size:1em;
}

.subsectionHeader
{
	color: #ffffff;
	font-family:tahoma;
/*	width: 10em; */
/*	background: #ccbb99 url("graphics/common/subsectionstrip.gif") repeat-y right top;*/
	background: url("graphics/common/subsectionstrip.gif") repeat-y;
	border-bottom: 1px dashed #885533;
	border-left: 1px dashed #885533;
	margin: 0.5em 0 0.5em 0;
	padding-left: 0.5em;
}

.subsectionHeader a
{
    color: #885533;
    text-decoration: none;
}

/* Page title/subtitle */
.title
{
	color: #885533;
	font-weight: bold;
	font-size: 2em;
	margin: 0.5em;
	padding: 0;
	position: relative;
}
.subtitle
{
	color: #ccbb99;
	font-weight: bold;
	font-size: 1.5em;
/*	margin: 0em 2em -0.75em 0em;*/
	padding: 0;
/*	border: 1px solid;*/
	position: relative;
/*	text-align: right;*/
	top: -0.25em;
	left: 2em;
}
.subsubtitle
{
	color: #885533;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0.5em 0 0.5em 0;
}
/* For text sizes */
.small
{
	font-size: 0.9em;
}
.large
{
	font-size: 1.2em;
}
.veryLarge
{
	font-size: 1.5em;
}
.strong
{
	font-weight: bold;
}

/* The ochaya logo */
img.logo
{
	border: none;
	height: 5em; 
	width: 5em; 
}

/* Link Banners */
img.linkbanSmall
{
	height: 31px;
	width: 88px;
	border: none;
}

img.linkbanRegular
{
	height: 40px;
	width: 200px;
	border: none;
}

img.linkbanLinklist
{
	margin: 0.5em;
	border: 1px solid #aaaabb;
}

/* Navigation Menu */
#nav-menu
{
	width: 52em;
} 
#nav-menu a
{
	background: #ffffff;
	border: 1px solid #ddddee;
	color: #112277;
	display: block;
	float: left;
	height: 2.5em;
	line-height: 1.2em;
	margin: 0.5em 0.1em 0 0.1em;
	padding:0.5em 0em 0.5em 0.5em;
	text-align: left;
	text-decoration: none;
	width: 8em;
}
html>body #nav-menu a {height:2.5em;width: 7em;}

#nav-menu a:hover
{
	border: 1px solid #aaaabb;
}
#nav-menu a.top
{
	background: none;
	border: none;
	height: 5em; 
	margin: 0px;
	padding: 0px;
	width: 5em; 
}
#nav-menu a.top:hover
{
	border: none;
}

#nav-menu img.top
{
	border: none;
	height: 5em; 
	width: 5em; 
}
#nav-menu img.menu
{
	border: none;
	float: right;
	height:3em;
	padding: 0.1em;
	margin: -0.5em 0 -0.5em 0;
	width:3em; 
}