* {
	padding: 0;
	margin: 0;
}

body {
	color: black;
	background-color: lavender;
	font-size: 78%;
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: Georgia, serif; 
	color: #534B48; 
}

img {
	border-style: none;
}

div#wrap {
	width: 800px;
	margin: 0 auto;
}

div#content {
	float: left;
	width: 780px;
	padding: 0 10px;
}

div#footer {
	padding-top: 1em;
	clear: both;
}

div.dropshadow img {
	padding: 5px 5px 9px 5px;
	background: #fff url(bottom.png) repeat-x 0 bottom;
	display: block;
}

div.dropshadow {
	float: left;
	padding: 0 1px;
	margin: 0;
	background-color: #bfbfbf;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	position: relative;
}

div.bottomright {
	background: url(bottomright.png) no-repeat right bottom;
	width: 4px;
	height: 4px;
	position: absolute;
	right: -1px;
	bottom: 0;
}

div.bottomleft {
	background: url(bottomleft.png) no-repeat left bottom;
	width: 4px;
	height: 4px;
	position: absolute;
	left: -1px;
	bottom: 0;
}

div.topleft {
	background: url(topleft.png) no-repeat left top;
	width: 2px;
	height: 4px;
	position: absolute;
	left: -1px;
	top: 0;
}

div.topright {
	background: url(topright.png) no-repeat right top;
	width: 2px;
	height: 4px;
	position: absolute;
	right: -1px;
	top: 0;
}

div.row {
	clear: both;
}

div.album {
	padding: 10px;
}

div.album p {
	clear: both;
	padding: 2px 7px;
}

div.tooltip {
	width: 225px;
	visibility: hidden;
	position: absolute;
	z-index: 1;
}

div.album:hover div.tooltip {
	visibility: visible;
}

div.tooltip .header {
	background: url(down_bubble.png) no-repeat 0 top;
	padding-top: 35px;
	//padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

div.tooltip .data {
	background: url(down_bubble.png) no-repeat 0 bottom;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

div.lastrow_tooltip {
	width: 225px;
	visibility: hidden;
	position: absolute;
	z-index: 1;
	top: -180px;
}

div.album:hover div.lastrow_tooltip {
	visibility: visible;
}

div.lastrow_tooltip .header {
	background: url(up_bubble.png) no-repeat 0 top;
	padding-top: 10px;
	//padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

div.lastrow_tooltip .data {
	background: url(up_bubble.png) no-repeat 0 bottom;
	padding-bottom: 35px;
	padding-left: 10px;
	padding-right: 10px;
}


