﻿/* CSS layout */

/* studio block styles */
div#studio {
	text-align: left;
	position: absolute;
	left: 0px;
	width: 390px;
	top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	height: 505px;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #660033;
}
/* end studio block styles */

img#header_instruction_text {
	position: absolute;
	top: 10px;
	right: 15px;
}
div#grid {
	position: relative;
	height: 505px;
	width: 700px;
}
div#right_top {
	margin: 0px;
	position: absolute;
	top: 0px;
	width: 280px;
	height: 120px;
	right: 0px;
	background-color: #b3b3b3;
}
img#piano_keyboard {
	border-width: 0px 10px 10px 10px;
	border-color: #660033;
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
}
img#voni_with_lily {
	right: 0px;
	bottom: 0px;
	position: absolute;
	margin: 0px;
	border-right-color: #660033;
	border-left-color: #660033;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 10px;
	border-left-width: 10px;
}
p.studioContent {
	padding: 3px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: justify;
}

