body 
	{
		color: #9b5100;
		font-family: Arial, Helvetica, Verdana, sans-serif;
	}

a 
	{
		border-style: none;
		color: #9b5100;
		text-decoration: none;
	}

a:active
	{
		color: #dc9859;
	}
	
a:hover
	{
		color: #444;
	}

a.menu 
	{
		font-weight: bold;
		text-transform: uppercase;
	}

#current
	{
		color: #dc9859;
	}

#menu 
	{
		border-color: #9b5100;
		border-bottom-width: 2px;
		border-style: solid;
		margin-bottom: 10px;
		margin-top: 5px;
	}

#menuItem 
	{
		text-align: left;
		border-color: #9b5100;
		border-style: solid;
		border-right-width: 2px;
	}
	
#description 
	{
		border-style: solid;
	}
.photo-left 
	{
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 10px;
	}
.photo-right 
	{
		float: right;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 0px;
	}
#footer 
	{
		padding-top: 20px;
		color: #aaa;
		font-size: 11.5px;
		text-align: center;
	}
	
