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

#wrapper {
	background: #f7f6e8; /* light greenish-yellow */
}

#header {
	background:white;
}

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

#footer a {
	color:#ffc;
}

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

#leftcontent {
	background: #6c7e6c;	/* olive drab */
	color: black;			/* black */
}

#leftcontent ul a {
	color: white;
}

#leftcontent ul a, #leftcontent ul a:visited {
	font-weight: bold;
	border-bottom: 0px dotted white;
}

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

#content {
	background: #F4F4E0;	/* light olive */
/*	background: white url(img/eosbarelythere3c.gif) repeat left top;
*/
}

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

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

#rightcontent {
	background: #F4F4E0;
}

a {
	font-weight: normal;
}

a:link,a:visited {
	color:#6c7e6c;
}

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

#content h1 {
	color:black;		/* black */
}

#content h2 {
	color: #6c7e6c;	/* olive drab */
}

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

