#sidepanel {
	display:none;
}
#content {
	width: 520px;
	w\idth: 535px; /* for IE browsers */
}
.photosets{
	width: 100px;
	float: left;
	margin-left: 20px;
	display: inline;
	}
	.photosets a {
		text-decoration: none;
		border: none;
	}
	.photosets h5 {
		margin: 3px 0;
		padding-bottom: 0;
		font-weight: bold;
		font-size: larger;
	}
	.photosets .more-sets {
		display: block;
		color: #448378;
		font-weight: bold;
		padding-top: 20px;
	}
	.photosets .photoset {
		width: 100px;
		float: left;
		}
		.photosets .photoset p {
			width: 75px;
			font-size: 7pt;
			margin: 3px 0;
			padding: 0;
		}
		.photosets .photoset img {
			border: 4px double #edc65b;
		}
	
#content .photobox {
	float: left; 
	margin: 0 20px 10px 0;
	min-height: 240px;
	width: 240px;
	display: block;
	}
	* html #content .photobox{
		height: 240;
	}
	#content .photobox h4 {
		margin: 3px 0;
		padding: 0;
	}
	#content .photobox a {
		border: none;
		text-decoration: none;
		font-weight: normal;
	}
	#content .photobox img {
		border: 3px solid #edc65b;
	}
	#content .photobox .photo-info {
		font-size: smaller;
	}
	
.pages h2 {
	font-size: small;
	margin-bottom: 3px;
	padding-bottom: 0;
} 
.pages a {
	display: block;
	float: left;
	width: 2em;
	height: 1.7em;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
	margin: 2px;
	text-decoration: none;
}
.pages a:hover {
	text-decoration: underline;
	border: 1px solid #aaa;
}

#content .photosets {
	/* override width for photosets page. */
	width: 100%;
}

