#container {
	background-color: #068700;
	color: #f3f3f3;
}

/* @group Bread-crumb */

#breadcrumbcontainer {
	background: #369a8d;
	color: #ffffff;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */


#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: #068700;
}

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


.album-wrapper {
}


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

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
	background: #057500;
	border: 1px solid #059800;
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

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

/* @end */

#footer {
	color: white;
}