html, body, ul, li, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    border: 0;
}
a {
    color: #fff;
}
a:hover {
    color: #F2AB9E;
}

.clear {
    clear: both;
}

body {
    background-image: url('../images/backgroundSolid.jpg');
    background-repeat: repeat;
    text-align: center;
    font-size: 11px;
    font-family: 'Times New Roman',Times,serif;
}
#headerWrapper{
  height: 300px;
  width: 100%;
  background-image: url('../images/HeaderBG.jpg');
  background-repeat: repeat-x;
}
#head-1 {
    top: 20px;
    left: 100px;
    width: 225px;
    position: absolute;
}
#head-1 img{
    margin-left: 30px;
    margin-right: 30px;
}
#head-1 a:hover{
    
}
#head-2 {
    top: 20px;
    left: 325px;
    width: 45px;
    position: absolute;
}
#MiddleBottomPic{
  margin-left: 45px;
}

#head-3 {
    top: 20px;
    left: 630px;
    width: 225px;
    position: absolute;
}
#head-3 img{
    margin-left: 30px;
    margin-right: 30px;
}
#gallery img {
    display: block;
}
h1 {
    padding-top: 8px;
    padding-left: 6px;
    height: 95px;
    width: 300px;
    color: black;
    font-weight: normal;
}
h1 span {
    display: block;
}
h1 em {
    font-style: normal;
    color: white;
    padding-right: 3px;
}
h4 {
    font: 18px sans-serif, verdana, cursive;
    font-weight: normal;
    font-style: italic;
    color: white;
}
h1 .hone {
    padding: 65px 0 0 0px;
    font: 50px cursive, Keaton, "Arial Narrow", "Tahoma", arial, sans-serif;
}
h1 .htwo {
    position: relative;
    top: -0.5em;
    left: 7.5em;
    font-size: 18px;
}
h1 .hthree {
    position: relative;
    top: -1.0em;
    left: 4.5em;
    font-size: 12px;
    letter-spacing: 2px;
    color: #E3C0C1;
}
h2 {
    font: 26px cursive, verdana, sans-serif;
    font-weight: normal;
    color: white;
}

h2 em{
    font: 26px cursive, verdana, sans-serif;
    color: white;
    font-weight: bold;
}

h3{
    font: 24px cursive;
    font-weight: bold;
    color: black;
    position: relative;
    left: 325px;
}
*:lang(en) h3{
    left: -165px;
    
}
#home-topLeft{
    font: 14px verdana, sans-serif, cursive;
    float: left;
    width: 725px;
    margin-left: 75px;
}
#home-topLeft li{
    padding: 2px 10px 2px 3px;
}
#promoPics {
    top: 350px;
    left: 475px;
    width: 450px;
    position: absolute;
}
#musicWrapper{
    top: 860px;
    left: 520px;
    position: absolute;
}
#bio-imgs{
    margin-top: 35px;
}
#bio-center{
    float: left;
    width: 750px;
    margin-left: 90px;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: 'Times New Roman',Times,serif;
    text-align: left;
    color: #FFFFFF;
}
#body-center-left{
    float: left;
    width: 500px;
    margin-left: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
    
}
.synopsis{
    font-size: 14px;
    color: white; 
    font-family: verdana;
    font-weight: bold;
}
#body-bottom {
    width: 825px;
    margin-left: 95px;
}
*:lang(en) #body-bottom{
    padding-top: 725px !important;
}
#body-bottom:empty {
    padding-top: 725px !important
}
#body-left {
    float: left;
    width: 278px;
    padding-top: 150px;
    padding-left: 28px;
    padding-bottom: 150px;
}
#gallery {
    background-image: url('../images/galleryBackground.jpg');
    background-repeat: no-repeat;
    margin: 0px 10px 0 6px;
    height: 470px;
    position: relative;
}
#galLarge {
    text-align: center;
    padding: 4px;
    position: absolute;
    top: 30px;
    left: 90px;
    overflow: auto;
    width: 605px;
    height: 305px;
}
#galLarge img{
    padding: 8px;
}
#galAll {
    top: 360px;
    left: 55px;
    padding: 10px 0px 10px 10px;
    overflow: auto;
    height: 55px;
    width: 675px;
    padding: 4px;
    position: absolute;
}

#galAll a img{
    float: left;
    padding: 4px;
}
.selImg{
    border: 2px solid white;
}
.indent{
    margin: 10px 300px 10px 10px;
}