#container {
	background-color: #7d7d7d;
	color: #f0f0f0;
}

#content a:link, a:visited {
	color: #ffffff;
}

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

/* @group Photo Album */

.photo-background {
	background-color: #7d7d7d;
}

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


.album-wrapper {
	background: #777;
}


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

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
	background: #737373;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #999;
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

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

/* @end */

#footer {
	color: white;
}
