﻿body		{
		margin: 0;
		text-align: center;
		font-family: Arial,sans-serif;
		background-color: #333366;
		}
#container	{
		width: 820px;
		margin-left: auto;
		margin-right: auto;
		background-color: #ffffff;
		text-align: left;
		border-left: 9px solid #ffffff;
		border-right: 9px solid #ffffff;
		}
img		{
		border: 0;
		}
.center		{
		text-align: center;
		}
.left		{
		text-align: left;
		}
.right		{
		text-align: right;
		}
.border		{
		border:1px solid #0000ff;
		}
#header		{
		margin-top: 3px;
		margin-bottom: 10px;
		border-bottom: 3px solid #000000;
		}
#header p	{
		margin: 0;
		text-align: center;
		border-bottom: 3px solid #000000;
		color: #333333;
		}
#header strong	{
		font-weight: lighter;
		}
#header table	{
		margin:0;
		padding:0;
		border: 0;
		width: 100%;
		}
#header td.430	{
		width: 428px;
		text-align: right;
		line-height: 170%;
		}
h1		{
		margin: 0;
		font-size: small;
		}
h1 a		{
		color: #000000;
		text-decoration: none;
		}
span		{
		font-size: small;
		padding-left: 10px;
		}

#menu		{
		float: left;
		width: 250px
		}

h2		{
		background-image: url(images/h3.png);
		margin: 0;
		padding: 5px;
		text-align: center;
		font-size: 16px;
		}
#menu ul	{
		margin: 20px 0;
		padding: 0;
		list-style-type: none;
		}
#menu li	{
		line-height: 100%;
		font-weight: bold;
		}
#menu li a	{
		padding: 0 0 10px 0;
		display:block;
		background-image: url(images/menuli.png);
		background-position: right bottom;
		background-repeat: no-repeat;
		}
#menu li a:hover	{
		background-image: url(images/menulia.png);
		background-position: right bottom;
		background-repeat: no-repeat;
		}

#contents	{
		text-align: left;
		font-size: medium;
		float: right;
		width: 530px;
		}
h3, h4		{
		background-image: url(images/h3.png);
		padding: 20px 0 20px 0;
		text-align: center;
		font-size: large;
		}

#contents p	{
		text-indent: 1em;
		line-height: 170%;
		margin: 15px; 
		}

#footer		{
		clear: both;
		border-top: 3px solid #000000;
		text-align: center;
		font-size: x-small;
		}
#footer p	{
		margin:3px;
		padding:0;
		font-size: xx-small;
		}
#footer p a	{
		color:#000000;
		text-decoration: none;
		padding: 0 5px;
		}
.member		{
		text-align: center;
		border: 4px solid red;
		padding: 10px;
		margin: 10px;
		}