#pic_space { /* space that holds each pic*/
	float: left;
	width: 260px;
	border-width: 1px;
}

#pic_caption {
	width: 200px
}

#picture_list {
	width: 600px;
	background-color: #F7F7F7;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	/*float: left;
	height: 900px;*/
	
}

#picture_item {
	width: 220px;
	padding: 5px;
	float: left;
}

#folder_list {
	width: 600px;
	background-color: #F7F7F7;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	/*height: auto;
	min-height: 400px;*/
}

.clear{
	clear: both;
}

#folder_item {
	width: 250px;
	padding: 5px;
	float: left;
	/*border: 1px solid #000;*/
}

#folder_icon {
	width: 68px;
	float: left;
}

#folder_label {
	width: 200px;
}

#folder_label a {
	font-size: 12px;
}

#folder_date {
	font-size: 10px;
	color: #000000;
	width: 100px;
	
}

#folder_options {
	width: 50px;
	/*border: 1px solid #000;
	float: left;*/
}

#picture_options {
	width: 50px;
	/*border: 1px solid #000;
	float: left;*/
}

#folder_details{
	float: left;
	width: 152px;
}

a.folders:link, a.folders:visited {
	color: #000000; /*044FCB, 4F7FCF,203360*/
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

#add_photo {
	color: #000;
	font-weight: bold;
	size: 14px;
	text-align: center;
}
