/* color scheme for about page */

body { 
	background:#FFC336;
	color:#890616;
}

#container, #nav span {
	background:#F0B732;
}

a { color:#8C6200; }
a img { border-color:#8C6200; }

#footer {
	color:#8C6200;
}

#nav a:hover {
	background:#8C6200;
	color:#FFC336;
}

.thumb .detail, #medImage .detail { color:#8C6200; }

#galleryNav a:hover, #galleryNav span { 
	background:#8C6200;
	color:#FFC336;
}