<style>

body {
	font-family: sans-serif;
}

body, div, span, p, a {
	font-family: verdana, sans-serif;
	font-size: 10pt;
}

h1 {
  font-size: 16pt;
  font-weight: bold;
}

h2 {
	font-size: medium;
	clear: both;
	border-bottom: 1px dashed gray;
}

img {
	border: 0px;
}

.h4 {
  font-size: 12pt;
  font-weight: bold;
}

a:link     { text-decoration: underline; color: #0000FF; }
a:visited  { text-decoration: underline; color: #0000FF; }
a:hover    { text-decoration: underline; color: #FF0000; }

a.nav:link     { text-decoration: underline; color: #FFFFFF; }
a.nav:visited  { text-decoration: underline; color: #FFFFFF; }
a.nav:hover    { text-decoration: underline; color: #FFFFFF; }

a.menu:link     { text-decoration: none; color: #808040; }
a.menu:visited  { text-decoration: none; color: #808040; }
a.menu:hover    { text-decoration: underline; color: #0000FF; }


div.environment_popup,
div.environment_popup_title,
div.environment_popup_body
{
	color: #008000;

}

div.environment_popup_image {
	float: left;
}

div.enviroment_popup_body {
	font-size: xsmall;
}

div.environment_popup_title
{
	font-weight: bold;
}

div.environment_popup {
	clear: both;
	padding-top: 50px;
}

div.header {

	width: 750px;
	height: 90px;
}

div.body {
	margin: 10px;
	float: left;
	width: 530px;
}

div.navigation {
	width: 200px;
	border-right: 1px dashed black;
	
	/*border-left: 1px dashed black;*/
	/*background-color: #eeeeee;*/
	padding: 3px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.footer {
	margin-top: 10px;
	clear: both;
	width: 750px;
}

.navigation_item {
	display: block;
	white-space: nowrap;
}

a.navigation_item:link     { text-decoration: none; }
a.navigation_item:visited  { text-decoration: none;  }
a.navigation_item:hover    { text-decoration: underline; }

.navigation_section {
	font-weight: bold;
	padding-top: 10px;
	display: block;
}

img#piano_room_home_image, #contact_side_img {
	border: 1px solid brown;
	float: right;
	margin: 5px;
}

.product_thumbnail {
	float: right;
	border: 1px solid #303030;
}

#contact_side_img {
	border: 0px;
}

#header_image {
	border: 0px;
}

#logo_large {
	float: right;
}

span.footer {
	display: block;
}

#footer_left {
	width: 50%;
	left: 0;
	float: left;
}

#footer_right {
	width: 50%;
	right: 0;
	float: left;
	text-align: right;
}

#footer_bottom {
	clear: both;
	width: 750px;
	text-align: center;
	color: #808080;
}

.section_header {
	display: block;
	font-weight: bold;
	padding-top: 10px;
}

.section_body {
	display: block;
}

span#click_to_view_larger_image {
	color: #808080;
	display: block;
}


</style>