body {
		color: #1c2327;
		background-repeat: repeat-x;
		background-position: left top;
		background-image: url(images/gradient.jpg);
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		xwidth: 900px;
		background-color: #B09371;
		text-align: left;
	}
	
	#page {
		margin-top: 15px;
		margin-left: 15px;
		width: 800px;
		border-color: #667f51;
		border-style: solid;
		border-width: 2px;
	}
	
	#header {
		border-bottom-color: #fbedb2;
		border-bottom-style: solid;
		border-width: 1px;
	}
	
	#main {
		padding-bottom: 1px;
		margin-bottom: 0px;
		background: #d2e6ad url(images/path3.jpg) no-repeat -1px top;
		border-top-color: #dfab3b;
		border-top-style: solid;
		border-width: 1px;
		height: 100%;
	}
	
	#nav {
		width: 300px;
		float: left;
	}
		
	#nav ul {
		line-height: 1.8em;
		padding-left: 8px;
		padding-bottom: 0px;
		padding-right: 0px;
		padding-top: 89px;
		margin: 0px;
		list-style-type: none;
	}
	
	#content {
		background-color: #faea9a;
		padding-right: 1em;
		padding-left: 1em;
		margin-left: 310px;
		margin-bottom: 20px;
		margin-right: 20px;
		margin-top: 20px;
		border-color: #475a62;
		border-width: 1px;
		border-style: solid;
	}
	
	#footer {
		letter-spacing: 2px;
		word-spacing: 1em;
		font-size: smaller;
		padding-bottom: 1px;
		padding-top: 1px;
		background-color: #d2e6ad;
		clear: both;
		text-align: center;
	}
	li.indent1 {
		padding-left: 30px;
	}
	li.indent2 {
		padding-left: 41px;
	}
	#content h2 {
		border-bottom-color: #dfab3b;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	a {
		text-decoration: none;
		color: #53822f;
	}
	a:hover { 
		text-decoration: underline; 
	}

	a:visited {
		color: #377882;
	}
	a:link img {
		border-style:none;
	}
	p {
		line-height: 1.6;
	}