/*** DIVs ***/

#wrapper {
width: 750px;
position: relative;
left: 50%;
margin: 0 0 0 -375px;
background-color: #fff;
padding: 0;
}
#header {
background: #D7AB7C url("../images/header_bgd.jpg") no-repeat left top;
height: 97px;
position: relative;
}
#footer {
font-weight: bold;
font-size: .85em;
height: 70px;
color: #FFCE76;
background-color: #B22727;
text-align: center;
clear: both;
margin: 0;
padding: 1px;
}
#footer a {
color: #FFCE76;
}

/***** Global *****/

body {
font: 16px/1.3em Georgia, "Times New Roman", Times, serif;
color: #6D3227;
background: #cbc2ba url(../images/body_bgd.gif) repeat-y center;
margin: 0;
padding:0;
}
hr { display: none; }

h1 {
font: 20px/21px Georgia, "Times New Roman", Times, serif;
color: #756651;
margin: 0;
padding:0;
}
h1 a:link, h1 a:visited, h1 a:hover {
color: #fff;
}
h1 a img {
border: 0;
}



h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4,h5,h6 { font-size: 118%; }
h3,h4,h5,h6 { font-weight: normal }


a:link,
a:visited {
color: #B22727;
}
a:hover {
color: #B22727;
}




/***** nav1 *****/
#home .home,
#contact .contact,
#about .about{
background:  url("../images/triangle-up.gif") no-repeat center bottom;
}

#nav1 ul {
font-weight: bold;
margin: 0;
padding: 0;
position: absolute;
right: 50px;
top: 24px;
}
#nav1 li {
list-style-type: none;
color: #fff;
padding: 0 25px 0 0;
float: left;
}
#nav1 a {
text-decoration: none;
display: block;
padding: 0 0 11px 0;
}
#nav1 a:link,
#nav1 a:visited {
color: #fff;
}
#nav1 a:hover {
color: #fff;
background:  url("../images/triangle-up.gif") no-repeat center bottom;
}


/***** nav2 *****/

#pianos .pianos,
#reedorgans .reedorgans,
#links .links {
background:  url("../images/triangle-left.gif") no-repeat right center;
}
#nav2 {
font-size: 130%;
width: 200px;
float: left;
padding: 40px 50px 150px 0;
background: #F5EAE0 url("../images/menu_bgd.gif") repeat-x bottom;
}
#nav2 ul {
text-align: right;
margin: 0;
}
#nav2 li {
list-style-type: none;
color: #fff;
line-height: 200%;
}
#nav2 a {
text-decoration: none;
display: block;
padding-right: 15px;
margin-right: -15px;
}
#nav2 a:link,
#nav2 a:visited {
color: #B22727;
}
#nav2 a:hover {
color: #B22727;
background:  url("../images/triangle-left.gif") no-repeat right center;
}

/*** content ***/

#content {
background-color: #fff;
width: 400px;
float: right;
padding: 30px 50px 80px 50px;
min-height: 350px;
overflow: hidden;
}
#content a {
text-decoration: none;
}

#links #content p a {
padding-left: 50px;
}

