*{margin:0;padding:0;}
IMG{border:0px;}

BODY{
  background-color:#000000;
  text-align:center;
  color:#ffffff;
  font-family:arial;
  font-size:12px;
}
TD{
  color:#ffffff;
  font-family:arial;
  font-size:12px;
}
P{
  margin-bottom:15px;
}
UL{
  margin-top:10px;
  margin-bottom:10px;
}
  LI{
    list-style:square;
    margin-left:20px;
  }

H1{
  color:#ffffff;
  font-family:Arial;
  font-size:20px;
  margin-bottom:15px;
}
  H2{
    margin-top:3px;
    margin-bottom:3px;
    font-size:14px;
    color:#ffffff;
  }
  H3{
    margin-top:12px;
    margin-bottom:12px;
    font-size:16px;
    color:#ffffff;
  }
  H4{
    margin-top:15px;
    margin-bottom:15px;
    font-size:14px;
    color:#ffffff;
  }
  H5{
    margin-top:25px;
    margin-bottom:25px;
    text-transform:uppercase;
    font-size:14px;
    color:#c51823;
  }
A{
  color:#afdbf4;
  text-decoration:none;
}
  A:hover{
    text-decoration:underline;
  }

#outerContainer{
  margin-left:auto;
  margin-right:auto;
  width:1090px;
  text-align:center;
  background-image:url(/templates/themes/shof/images/bg_logo_v3.jpg);
  background-repeat:no-repeat;
  background-position:top right;
}

#pageContainer{
  margin-left:auto;
  margin-right:auto;
  width:990px;
  text-align:left;

  /*
  background-color:#000000;
  background-image:url(/templates/themes/shof/images/bg_logo.jpg);
  background-repeat:no-repeat;
  background-position:top right;
  */
}


#headerLeft{
  float:left;
  width:218px;
  height:147px;
}
#headerRight{
  width:770px;
  float:left;
  text-align:right;
}
  #searchContainer{
    margin-top:52px;
    margin-right:45px;
  }
  #menuContainer{
    margin-top:37px;
    margin-right:10px;
    text-align:left;
  }
    #mainMenu{
      list-style:none;
    }
    #mainMenu A{
      color:#ffffff;
    }
    #mainMenu LI{
      display:inline;
      margin:0;
    }
    #mainMenu LI A{
      font-family:arial;
      font-size:12px;


      text-decoration:none;
      padding-left:9px;
      padding-right:9px;
    }
    #mainMenu LI A:hover{
      text-decoration:underline;
    }
    .menuSelected{
      font-weight:bold;
      color:#a6d7f3;
    }

#pageContent{
  width:600px;
  margin-top:60px;
  margin-left:90px;
  padding-bottom:100px;
}

/* Page specific Styles */
  #homeLeft{
    width:641px;
    float:left;
  }
    #homeLeftContent{
      margin-left:144px;
      padding-right:20px;
    }

  #homeRight{
    float:left;
    width:226px;
    margin-top:247px;
    text-align:center;
  }
  #homeRightButton{
    padding-top:10px;
    padding-bottom:10px;
  }
  #homeRightInner{
    padding-top:15px !important;
    padding-top:24px;
    /*height:542px !important;*/
    /*height:632px;*/
    width:226px;
    text-align:center;
    background-image:url(/templates/themes/shof/images/bg_home_awards_v4_mid.gif);
    background-repeat:repeat-y;
  }
    #homeRightInner h3{
      font-size:12px;
    }

  .aboutLeft{
    float:left;
    width:200px;
    margin-left:90px;
  }
  .aboutMid{
    float:left;
    width:200px;
  }
  .aboutRight{
    float:left;
    width:337px;

  }
  #awardsContent{
    width:340px;
    margin-left:220px;
    text-align:center;
  }
  #contactLeft{
    width:180px;
    float:left;
  }
  #contactRight{
    width:300px;
    float:left;
  }
  #hallLeft{
    float:left;
    width:410px !important;
    width:700px;
padding-left:235px;
    padding-right:40px;

  }
  #hallRight{
    float:left;
    width:260px;

  }
/* //Page specific Styles */

.thumb_class{
  width:150px;
}

.searchBox{
  padding:1px;
  padding-top:5px;
  font-size:10px;
  background-image:url(/templates/themes/shof/images/bg_search.gif);
  background-repeat:repeat-x;
  border:0px;
  height:24px;
  width:188px;
  vertical-align:top;
}

.clr{clear:both;}
.debug{border:1px solid #00ff00;}

