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

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

#header {
	background:white;
}

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

#footer a {
	color:#ffc;
}

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

#leftcontent {
	background: #6c0000;	/* dark red */
	color: #808080;			/* gray */
}

#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: white;
/*      background: white url(img/texture_tile.jpg) repeat left top;
*/
}

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

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

#rightcontent {
	background: white;	/* white */
}

a {
	font-weight: normal;
}

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

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

#content h1 {
	color:black;
}

#content h2 {
	color:#6c0000;		/* dark red */
}

.photo img {
    border:9px solid #EDEDED;
}

