body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #D6D6D6;
	background-image: url(img_39.gif);
}

a:link { color: #B52C07; }
a:visited { color: #600; }

a:hover, a:active
{
	color: #fff;
	background-color: #B52C07;
}

h2
{
	color: #B52C07;
	font: 200% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #5B5E0E;
	font: 150% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

/*form
{
   margin:0;
   padding:0;
   font-size:80%;
}

fieldset
{  
   margin:1em 0;
   border:none;
   border-top:1px solid #ccc;
}
label
{
   float:left;
   width:100px;
   padding:0 1em;
   text-align:right;
}

fieldset div
{
   margin-bottom:.5em;
   padding:0;
   display:block;
}

fieldset div input,fieldset div textarea
{
   width:150px;
   border-top:1px solid #555;
   border-left:1px solid #555;
   border-bottom:1px solid #ccc;
   border-right:1px solid #ccc;
   padding:1px;color:#333;
}

#form-submit
{
   clear:both;
   padding-top:0em;
   padding-bottom:1em;
   text-align:center;
}

#form-submit input
{
   border:1px solid #333;
   padding:2px 1em;
   background:#555;
   color:#fff;
   font-size:100%;
}

input:focus,textarea:focus
{
   background:#efefef;
   color:#000;
}

fieldset div.form-req
{
   font-weight:bold;
}

fieldset div.form-req label:before
{
   content:"* ";
}
*/

#container
{
	margin: 1em auto;
	width: 748px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
}

#header
{
	height: 110px;
	width: 100%;
	background-image: url(piano.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 0px solid #fff;
	position: relative;
	border: 0px none #fff;
	border-bottom: 0px solid #fff;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
	float: right;
	width: 165px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
}

#listeners
{
        color: #B52C07;
	font: 600% georgia, times, "times new roman", serif;
        font-weight: bold;
        text-align: center;
        line-height: 60%;
        padding-bottom: 0.4em;	
}

#contents { margin: 0 200px 40px 20px; }
#contents p { line-height: 165%; }
.blogentry { border-bottom: 1px solid #C5C877; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #272900;
	text-align: right;
	font-size: 90%;
}

#skipmenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
}

#skipmenu a
{
	color: #666;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

