/* (c) 2007 Rainbow of Hope Foundation
 *
 * Author: adam AT phenaproxima DOT net */
 
body {
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#banner {
	background-image:url(/images/banner.gif);
	background-repeat:no-repeat;
	height:87px;
	background-color:#9bcded;
}

#banner h1 {
	visibility:hidden;
	margin:0;
}

a img {
	border:0;
}

/* Navigation menu */
   
#navi {
	padding:0;
	margin:1px 0;
	list-style:none;
	background-color:#fece5b;
}

#navi li {
	display:inline;
	line-height:30px;
}

#navi li a {
	color:#fff;
	padding:7px 15px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#navi li a:hover {
	background-color:#c00;
}
   
/* Flash animations on index.html */

#animation {
	float:left;
	width:400px;
}

#animation object {
	display:block;
	margin-bottom:1px;
}

/* Main content block */

#content {
	float:right;
	padding:10px;
}

#content p, #content li {
	line-height:2em;
	font-size:13px;
}

#content p {
	text-indent:1em;
}

#content h1, #content h2 {
	color:#900;
	letter-spacing:2px;
	border-bottom:1px solid #ccc;
	margin-top:0;
	padding-bottom:5px;
}

#content h1 {
	font-size:16px;
}

#content h2 {
	font-size:14px;
}

/* #home is the ID of the index.html <body> */

#home {
	background-image:url(/images/logo_500h_b20.gif);	/* 20% opacity, 450px high */
	background-repeat:no-repeat;
	background-position:right 130px;
}

/* Copyright */

#copyright {
	clear:both;
	text-align:center;
	padding:5px;
}

#copyright p {
	color:#888;
	font-size:11px;
	line-height:2em;
	margin:0;
}

#copyright a {
	color:#888;
	text-decoration:none;
}

#copyright a:hover {
	color:#000;
}

/* Japan */

#japan-link {
  font-weight: bold;
}

#japan-link a {
  display: block;
  width: 364px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 15px 5px 264px 5px;
  background: #d40113 url('http://www.trohf.org/japan/flag.gif') no-repeat scroll center bottom;
  border-bottom: 5px solid #d40113;
}

