	body {
			margin:0px;
			background-color:#dcd3c4;
		}
	a {
		text-decoration:none;
		color:#62381a;
	}
	div#top {
		background-color:#78645d;
		height:120px;
		border-bottom:3px solid #aa7843;
		margin-bottom:0px;	
		
	}
	#top a{
		color:rgb(221, 200, 200);
		font-size:12px;
	}
	#top a:hover{
		text-decoration:underline;
	}
	 ul {
		margin:0px;
		padding:0px;	
	}
	div#toptext {
		width:900px;
		color:#f0e4c2;
		margin:auto;
		
		
	}
	div#toptext li {
		display:inline-block;
		list-style-type:none;
		width:295px;
	}
	div#body {
		margin-top:0px;
		background-color:#dcd3c4;
		min-height:100%;
		padding-bottom:10px;
	}
	
	div#menu {
		width: 705px;
		margin:auto;
		position:relative;
		top:10px;
		
	}
	div#menu a {
		padding:5px 10px;
	}
	div#menu a:hover {
		background-color:#78645d;
		color:white;
	}
	.clicked {
		background-color:rgb(172, 156, 151);
	}
	
	div#menu a.clicked:hover {
		background-color:rgb(172, 156, 151);
		color:#62381a
	}
	
