@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 200;
	background-color: #d7d5d3;
}

#wrapper {
	width: 950px;
	margin-left: -475px;
	position: absolute;
	top: 20px;
	left: 50%;
}

#logo {
	width: 950px;
	height: 110px;
	background-image: url("../images/logo.jpg");
	display: block;
}

#pianoTop {
	width: 950px;
	height: 24px;
	background-image: url("../images/pianoTop.jpg");
	display: block;
}

input {
	font-size: 11px;	
}

select {
	font-size: 11px;	
}

#pages {
	position: absolute;
	top: 107px;
	left: 12px;
}

#criteria {
	background-image: url("../images/gradient.jpg");
	background-repeat: repeat-x;
	width: 926px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 7px;
	height: 33px;
	text-align: right;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin-top: 20px;
}

#display {
	width: 926px;
	padding: 12px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #ffffff;
	min-height: 350px;
}

#infoBox {
	width: 928px;
	height: 359px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	overflow: auto;
	position: absolute;
	top: 135px;
	left: 1px;
	z-index: 50;
	filter:alpha(opacity=96);
	-moz-opacity:.96;
	opacity:.96;
	display: none;
}

#infoTextBox {
	width: 930px;
	height: 360px;
	padding: 10px;
	background-color: transparent;
	overflow: auto;
	position: absolute;
	top: 136px;
	left: 1px;
	z-index: 99;
	display: none;
}

	#closeTab {
		position: absolute;
		top: 5px;
		right: 5px;
	}

#pianoBottom {
	width: 950px;	
	height: 34px;
	background-image: url("../images/pianoBottom.jpg");
	display: block;
}

#pianoBottom2 {
	width: 950px;	
	height: 34px;
	background-image: url("../images/pianoBottom2.jpg");
	display: block;
}

#footer {
	
}

.thumbLink {	
	border: 1px solid #ffffff;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

.thumbLink:hover {
	border: 1px solid #000000;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.00;	
}

.note {
	display: block;
	font-size: 10px;
	text-align: center;
	width: 100%;
}

#bottomTagsTitle {
	margin-top: 100px;	
}

#bottomTagsLeft {
	width: 325px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
}

#bottomTagsRight {
	
	width: 325px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	float: left;
}

	h1 {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 18px;
		text-align: left;
		display: block;
		clear: both;
		font-weight: bold;
		color: #231900;
	}
	
	h2 {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 14px;
		text-align: left;
		display: block;
		clear: both;
		font-weight: bold;
		color: #704901;
	}
	
	h3 {
		font-familY: Verdana, Geneva, sans-serif;
		font-size: 14px;
		text-align: left;
		display: block;
		clear: both;
		font-weight: bold;
	}
	
	h4 {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		text-align: left;
		display: block;
		clear: both;
		font-weight: bold;
	}
