body {
	background-color:#666666;		/* dark grey */
}

#wrapper {
	background: #edeadb; /* light brown */
}

#header {
	background:white;
}

#footer {
	background:#666666;
	color:#CCC;
}

#footer-top {
	background:#6b0008;
	color:#fff;
}

#footer a {
	color:#ffc;
}

#footer a:hover,#footer a:focus {
	color:black;
}

#leftcontent {
	background: #B47546;	/* burnt orange */
	color: black;			/* black */
}

#leftcontent ul a {
	color: white;
	border-bottom: 0px dotted white;
}

#leftcontent ul a, #leftcontent ul a:visited {
	font-weight: bold;
}

#leftcontent ul a:hover, #leftcontent ul a:focus {
	text-decoration:underline;
}

#content {
	background: #edeadb;	/* beige */
/*      background: white url(img/texture_tile.jpg) repeat left top;
*/
}

#content a {
	color:#B47546;
	font-weight: bold;
	border-bottom: 1px dotted #B47546;
	text-decoration:none;
}

#content .done a {
	color:#C6B7AC;
}

#rightcontent {
	background: #edeadb;	/* beige */
}

a {
	font-weight: normal;
}

a:link,a:visited,a:hover,a:focus {
	color:#B47546;
}

#content a:hover, #content a:focus {
	border-bottom: 0px dotted #B47546;
	color:#000;
	text-decoration:underline;
}

#content h1 {
	color:black;
}

#content h2 {
	color: #B47546;	/* burnt orange */
}

.photo img {
    border:9px solid white;
}

