/*********************************************/
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, 
h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, 
ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td {border:0; font-size:100%; margin:0; 
	padding:0;}
a {outline:none;}
table {border-collapse:collapse; border-spacing:0;}
fieldset, img {border:0;}
del, ins {text-decoration:none;}
caption, th {text-align:left;}
h1, h2, h3, h4, h5, h6 {font-size:100%; font-weight:normal;}
q:before, q:after {content:'';}
abbr, acronym {border:0; font-variant:normal;}
sup, sub {vertical-align:baseline;}
legend {color:#000;}
input, button, textarea, select, optgroup, option 
	{font-family:inherit; font-size:inherit; 
	font-style:inherit; font-weight:inherit;}
input, button, textarea, select {*font-size:100%;}

/*********************************************/
/* start */
html
  {
	margin: 0;
  }
body
  {
	background-color: #EBCFB9;
	background-image: url("background.jpg");
	background-attachment: fixed;
	color: #000000;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  }
a
  {
	color: #000000;
	text-decoration:none;
  }
.container
  {
	width: 900px;
	margin: 0 auto;
  }
.header
  {
	width: 100%;
	height: 80px;
	text-align: left;
	color: #E14F00;
	margin-top:10px;
  }
.header	img
  {
	float: left;
	margin-right: 20px;
  }
.header	p
  {
	padding: 5px 0 5px 0;
	font-size: 16px;
	text-align: right;
  }
.navi
  {
	clear: both;
	width: 100%;
	height: 50px;
	color: #505050;
	font-size: 18px;
	padding-left: 2px;
    border-bottom: 1px solid #505050;
  }
.navi ul
  {
	list-style-type:none;
  }
.navi li
  {
	float: left;
	margin:5px 30px 5px 0;
	display: block;
  }
.navi li a
  {
	color: #505050;
  }
.content
  {
	margin-top:25px;
	clear: both;
  }
.content h1
  {
	font-size: 20px;
	text-decoration:underline;
	font-style: italic;
	margin: 5px 0 15px 0;
  }
.content h2
  {
	color: #505050;
	font-size: 16px;
	text-decoration:underline;
	margin: 15px 0 15px 0;
  }
.content p
  {
	margin-bottom: 8px;
  }
.content th
  {
	padding: 2px 16px 2px 0;
	font-style: italic;
	text-decoration:underline;
  }
.content td
  {
	padding: 2px 16px 2px 0;
  }
.content img
  {
	margin-right: 16px;
  }
.imglinks
  {
	float:left;
	padding-right: 16px;
  }
.imgrechts
  {
	float:right;
	padding-left: 16px;
  }