
body	{
	text-align: center;
	background-image:url(onjlogo.png);
	background-attachment: fixed;
	color: #7d7b83;
}



a, a:link	{
	text-decoration: none;
	color: #00ac9a;
}
a:visited	{
	text-decoration: none;
	color: #00ac9a;
}
a:hover	{
	text-decoration: underline;
	color: #F9BCD6;
}
a:active	{
	text-decoration: none;
	color: #F9BCD6;
}

div#wrapper	{
	width: 880px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

div#container	{
	width: 680px;
	padding-left: 260px;
}
h1	{
	font-size: 166.6%;
	padding: 25px 5px;
	text-align: auto;
	color: #f5ecf4;
}

div#contents	{
	width: 580px;
	padding: 10px 20px;
	background: #bbe2f1;
	border-radius: 10px;
}
div#contents a	{
	color: #565656;
}
div#contents a:hover	{
	color: #989898;
	text-decoration: none;
}
div#contents h2	{
	border-bottom: 2px solid #CCC;
	padding: 10px;
	font-size: 133.3%;
	margin: 0 -5px 10px;
	color: #ffffff;

}
div#contents p	{	margin-bottom: 1em; }

div#contents .entry	{
	width: 570px;
	padding: 5px;
	border-bottom: 2px solid #CCC;
	margin-bottom: 2em;
}

#footer	{
	font-family: Arial, Helvetica, sans-serif;
	padding: 25px 50px;
	text-align: right;
	color: #7d7b83;
}
#footer address a	{
	color: #FFF;
}

div#subContents	{
	width: 200px;
	background: #bbe2f1;
	border-radius: 15px;
	padding: 10px;
	position: fixed;
	top: 100px;
	z-index: 20;
	font-size: 12px;

}
* html div#subContents    {   
    position: absolute;   
    top: expression(eval(document.documentElement.scrollTop+100));   
}
div#subContents h3	{
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
	padding: 5px;
	color: #ffffff;

}
div#subContents ul	{
	padding: 0 10px;
	line-height: 180%;
}