body, html {
	margin: 0;
	font-size: 85%;
	font-family: Verdana, Arial, Helvetia, sans-serif;
	background-image: url(../img/hg.jpg);
	background-repeat: repeat-x;
	color: #606060;
}
h1 {
	background-image: url(../img/puck.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #194F7F;
	padding-left: 32px;
	line-height: 1.4em;
	}
#top {
	background-image: url(../img/index_01.jpg);
}
#top1 {
	background-image: url(../img/index_02.jpg);
}
#top2 {
	background-image: url(../img/index_03.jpg);
}
#content {
	 background: #fff;
	 padding: 0em 2em 2em 2em;
	 line-height: 1.4em;
}
#footer1 {
	 background-image: url(../img/index_05.jpg);
	 color: #fff;
}
#footer1 a {
	color: #fff;
	}
#footer2 {
	 background-image: url(../img/index_06.jpg);
}
#navlist
{
	list-style-type: none;
	margin-left: 200px;
	padding: 0;
	text-align: right;
}

#navlist li
{
	float: left;
	display: inline;
	text-transform: uppercase;
	color: #fff;
}
#navlist li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	}
	
#navlist li a:hover {
	text-decoration: underline;
	color: #fff;
	}
#footer1 {
	padding-left: 20px;
	}
	