#container {
	background-color: #d15a1b;
	color: #f2f2f2;
}

#content a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

#content a:hover, a:active {
	color: #ff0;
	text-decoration: none;
}

/* @group Photo Album */

.photo-background {
	background-color: #d15a1b;
}

/* @group Index Page (Thumbnail view) */


.thumbnail-table {
	background: #c8715b;
}


.thumbnail-caption {
	color: #dfc0b8;
}
	
/* @end */

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
	background: #c25318;
	border: 1px solid #e0601c;
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	color: #f2f2f2;
}

/* @end */