	html {

	}

	body {
/*
 		background: url( /images/background.png );
		background-repeat: no-repeat;
*/
		min-height: 800px;
		font-family: serif, Arial, sans-serif;
	}

	a {
		color: inherit;
	}

	#header {
/*		border: dashed 1px; */
		margin: 10px 0 10px 0;
	}

	#header h1{
		line-height: 70%;
		text-align: center;
	}

	#header h2{
		line-height: 70%;
		text-align: center;
	}

	#header h3{
		line-height: 70%;
		text-align: center;
	}

	#header h4{
		line-height: 70%;
		text-align: center;
	}

	#header img {
		margin-left: 30px;
	}

	#nav {
		margin-top: 10px;
/*		border: dashed 1px; */

	}

	#nav ul {
		list-style: none;
	}

	#nav ul li {
		background: url( '/images/navButtonTemplate200x50.png' );
		background-repeat: no-repeat;
		height: 60px;
	    width: 200px;
	}

	#nav ul li .text{
		position: relative;
		height:auto;
		width:auto;
		left: 45px;
		top: 16px;
	}

	#nav ul li .text .on{
		text-decoration: underline;
	}

	#nav ul li a {
		/*background: #D1BF59;*/
/*		background: #D8C14F; */
		color: #999999;
		text-decoration: none;
	}

	#nav ul li a:hover {
/*		background: #997948; */
		/*background: #D8AC6F;*/
		color: #000000;
	}

	#nav ul li a .on{

	}

	#content {
/*		border: solid 1px;*/
	}

	#footer {
/*		border: dashed 1px; */

	}