body {
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	font-size: 14px;
	background: #f7f7f7 url(images/bg.png);
}

#header {
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 100px;
 	background: #f7f7f7 url(images/japan.jpg);
 	border-bottom: 1px #ccc solid;
 	color: #f7f7f7;
 	padding: 0px;
 	text-align: center;
 	font-family: "Trebuchet MS";
 }
#header h1 {
	font-size: 2.2em;
	margin: 20px 0 0 0;
	padding: 0;
}

#header h2 {
	font-size: 1.3em;
	margin: 5px 0;
	padding: 0;
}

#container {
	padding: 100px 0 0 0 !important;
	padding: 0;
}

#navigation {
 	background:  #fff url(images/navbg.png);
	width: 150px;
	float: left;
	margin: 0 0 0 20px;
 	font-family: "Trebuchet MS";	
 	font-size: 14px;
 	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

#navigation h3{
	text-transform: uppercase;
	font-size: 12px;
	margin: 5px 0 5px 0;
	padding: 0 5px 0 5px;
	color: #003300;
	border-bottom: #006600 2px solid; 
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li a {
	display: block;
	color: #006600;
	text-decoration: none;
	padding: 0 0 0 20px;
}

#navigation a:hover {
	background: #CCFF99 url(images/hoverbg.png) top 3px;
}

#content {
 	background-color: #fff;
	margin: 0 20px 15px 190px;
	padding: 5px 20px 5px 210px;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

#content p {
	text-align: justify;
}

#content .postheader {
	position: relative;
	z-index: 1;
	float: left;
	width: 200px;
	margin-left: -200px;
	text-align: right;
	font-family: "Trebuchet MS";
}

#content h2 {
	text-transform: uppercase;
	font-size: 14px;
	margin: 4px 10px 0 0;
}

#content h2 a {
	display: block;
	color: #003300;
	text-decoration: none;
}

#content h2 a:hover {
	background: #CCFF99 url(images/hoverbg.png) top 3px;
}

#content .postheader h3 {
	font-size: 11px;
	margin: 0 10px 0 0;
	font-variant: italic;
}

#footer {
 	background: #CCFF99 url(images/footerbg.png);
 	color: #003300;
 	font-size: 0.9em;
 	margin: 15px 20px;
 	padding: 5px;
 	text-align: center;
 	clear: both;
 	border: 1px #ccc solid;
 }
 
a {
 	color: #006400;
 	text-decoration: none;
}
 
a:hover {
 	color: #009900;
 	text-decoration: underline;
}