body {
	font: 0.75em/1.75em verdana, sans-serif;
	color: #666;
	background-color: #e9e8e6;
	background: #e9e8e6 url('background.png') no-repeat top left;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #666;
}

h1 {
	margin: 0.5em 0;
	padding: 0.5em 0;
	font-size: 1.1em;
}
h1 span {
	padding-left: 0.5em;
	color: #ccc;
	font-style: italic;
	font-weight: normal;
}
h1 span.nav a:link, h1 span.nav a:visited {
	color: #999;
	text-decoration: none;
	padding-left: 0.5em;
	float: right;
}
h2 {
	margin: 0;
	padding: 0 0 0.25em 0;
	font-family: arial, serif;
	border-bottom: 3px solid #ccc;
}
h3 {
	margin: 0 0 2em;
	padding: 0.25em 0 0;
	color: #999;
	letter-spacing: 0.2em;
	font-family: arial;
	text-transform: uppercase;
}

#page {
	overflow: hidden;
	margin: 30px auto 0;
	width: 850px;
	background: transparent url('flower.png') no-repeat top right;
}

#content {
	float: left;
}
#contenthome, #contentabout {
	float: left;
	margin: 25px 0 200px 0;
}
#contentabout {
	margin-top: 75px;
}

#wrapper {
	width: 500px;
	margin: 0;
	padding: 25px 50px 40px;
	background-color: #fff;
	border: 1px solid #dbdbdb;
}

#albums {
	margin: 1em 0;
	padding: 1em 0;
}
#albums li {
	float: left;
	display: block;
	width: 115px;
	height: 175px;
	list-style-type: none;
	text-align: center;
}
#albums img {
	border: 4px solid #ccc;
}
#albums a {
	text-decoration: none;
}

.largeimg {
	text-align: center;
}

#menu {
	float: left;
	width: 150px;
	margin: 50px 0 0 50px;
	text-align: center;
}
#menu a:link, #menu a:visited {
	color: #888;
	text-decoration: none;
	font-variant: small-caps;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #999;
}
#menu ul {
	margin: 0;
	padding: 1em 0;
	font-size: 1.2em;
	border-top: 1px dotted #ccc;
}
#menu li {
}
#menu .selected a:link, #menu .selected a:visited {
	color: #945360;
}
#menu .albums {
	margin: 0;
	padding: 1em;
}

#thumbs {
	width: 570px;
	height: 110px;
	overflow: auto;
	white-space: nowrap;
	margin: 0 0 30px;
	padding: 15px 15px 5px;
	list-style-type: none;
	background-color: #cfcfcf;
	border: 1px solid #dbdbdb;
	border-top: none;
}
#thumbs li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#thumbs img {
	margin: 0 10px 0 0;
}
#thumbs a:link img, #thumbs a:visited img {
	border: 3px solid #fff;
}
#thumbs .selected a:link img, #thumbs .selected a:visited img, #thumbs a:hover img {
	border-color: #BBEFE5;
}

.right {
	float: right;
	margin: 0 0 10px 30px;
	padding: 4px;
	border: 1px solid #ddd;
	background-color: #eee;
}

