﻿body		{
		margin: 0;
		text-align: center;
		font-family: Arial, sans-serif;
		background-image: url(http://www.xxiz.com/images/back.gif);
		}
#container	{
		width:800px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		background-color: white;
		}
img		{
		border: 0;
		}
img a		{
		border: 0;
		}

.center		{
		text-align: center;
		}
.left		{
		text-align: left;
		}
.right		{
		text-align: right;
		}
.red		{
		color: red;
		}
table		{
		border-collapse: collapse;
		}

#header h1		{
		margin: 0;
		font-size:13px;
		font-weight: lighter;
		text-align: center;
		color: #333333;
		}

/* MAIN */
#contents		{
		width: 590px;
		padding-right: 5px;
		margin: 5px 0 5px 10px;
		float: right;
		line-height: 130%;
		background-color: white;
		height: 550px;
		overflow: auto;
		}
#contents h2, #contents h3	{
		font-size:12px;
		padding: 4px 3px 3px 4px;
		text-align: center;
		background-color: ;
		border: 1px solid #9999FF;
		}
#contents p		{
		font-size: 12px;
		color: #333333;
		margin-right: 10px;
		margin-left: 10px;
		text-align: left;
		}
#contents p.index{
		background-image: url(http://www.xxiz.com/images/arrow.png);
		background-repeat: no-repeat;
		background-position: left top;
		text-indent: 26px;
		}
#contents ul	{
		text-align: left;
		}
#contents li	{
		font-size: 12px;
		}
#contents a	{
		color: blue
		}
form		{
		margin: 0;
		}
span		{
		color: lavender;
		}
/* MENU */
#menu		{
		width: 170px;
		padding-left: 5px;
		margin-left: 5px;
		float: left;
		background-color: white;
		}
#menu p	{
		font-size:12px;
		padding: 4px 3px 3px 4px;
		text-align: center;
		background-color: #CCCCFF;
		border: 1px solid #9999FF;
		}
#menu p a	{
		color: #6666CC;
		text-decoration: none;
		display: block;
		width: 100%;
		}
#menu p a:hover{
		text-decoration: nonce;
		color: #ffffff;
		background: #6666CC;
		}

/*mail*/
#mail table	{
		margin: 5px 10px;
		width: 560px;
		}
#mail td	{
		padding: 5px;
		font-size: 13px;
		border: 1px solid gray;
		}
/* FOOTER */
#footer		{
		margin-top: 2px;
		margin-bottom: 0;
		font-size: 11px;
		text-align: center;
		color: #ffffff;
		clear: both;
		padding: 6px 0;
		background-image: url(http://www.xxiz.com/images/bottom.jpg);
		background-position: center;
		background-repeat: no-repeat;
		}
#footer a	{
		color: #ffffff;
		text-decoration: none;
		}