﻿	body{
		height:100%;
		background-color:#FFFFFF;
		min-width: 900px;
		font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
		color: #333333;
		letter-spacing: 0px;
		word-spacing: 0px;
		text-align: left;
		}
		
	a:link {
		color:#666666;
		text-decoration:none;
		}
		
	a:visited {
		color:#000000;
		text-decoration:none;
		}
		
	a:hover {
		color:#999999;
		text-decoration:none;
		}
	
	img	{
		border-style: solid;
		border-width:0px;
		border-color: gray;
		font-weight: bold;
		font-size:12px;
		}
	ul	{
		list-style-type: none;
		}
	table
		{
		border-style: solid;
		border-width:1px;
		border-color: white;
		}
	th	{
		width:200px;
		}
		
	td	{
		width:150px;
		}
	
	td.nav	{
		width:100%;
	}
	img.b1
		{
		border-style: solid;
		border-width:1px;
		border-color: gray;
		}
	p.gallery {
		margin-left: 30px;
		}
	#top	{
		height:120px;
		width:1071px;
		}
	#logo {
		float:left;
		width:471px;
		}
	
	#menu {
		float:right;
		width:600px;
		height:100px;
		}
	#left	{
		float:left;
		}
	#table	{
		float:left;
		width:100%;
		}
	#box	{
		background-color: gray;
		padding:5px;
		}
	
	#copy	{
		float:right;
		width: 100%;
		height:10px;
		font-size: 12px;
		padding:20px 0px 0px 0px;
		}