body
{
	text-align: center;
	Font-Family: verdana;
	font-size: 10px;
	background: #f7f148 url(gfx/back.jpg) repeat-x top left;
}
table.sample {
	border-width: thin;
	border-spacing: 2px;
	border-style: hidden;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: rgb(247,241,72);
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: rgb(247,241,72);
}
#container
{
	margin: 0 auto;
	width: 880px;
	background:rgb(247,241,72);
}

#header
{
	
	background-image: url(gfx/logo3.jpg);
	padding: 100px;
	
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 880px;
	background:black;
	font-size: 14px;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color:#fff;
	text-decoration: none;
	border-right: 1px solid#fff;
}

#navigation li a:hover 
{ background:rgb(247,241,72); 
	color: black;
}
#footer a
{
	color:white;
	text-decoration: none;
}

#footer a:hover 
{ 
	color: white;
	text-decoration: none;
}

#content
{
	clear: left;
	padding: 20px;
	text-align: left;
	font-size: 12px;
}

#content h2
{
	color:#000;
	font-size: 160%;
	margin: 0 0 .5em;
}

#footer
{
	Font-Family: Verdana;
	background:black;
	font-size: 10px;
	text-align: right;
	color: white;
	padding: 10px;
	height: 1%;
}