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

#wrapper {
	background: #f6f6f6; /* light gray */
}

#header {
	background:white;
}

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

#footer a {
	color:#ffc;
}

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

#leftcontent {
	background: #336699;	/* dark blue */
	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: #D3E3F1;
/*	background: white url(img/lrock002.jpg) repeat left top;
*/
}

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

#content .done a {
	color:#8FA5B9;
}

#rightcontent {
	background: #D3E3F1;
}

a {
	font-weight: normal;
}

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

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

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

#content h2 {
	color: #336699;	/* dark blue */
}

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

