html
{
  height: 100%;
}

body
{
  margin: 0px;
  padding: 0px;
  background-image: url('images/bg_test3.jpg');
  background-color: #000;
  font-family: arial;
  text-align: center;
  height: 100%;
}

img
{
  border: none 0px;
  margin: 0px;
  padding: 0px;
}

#main
{
  background-color: #fbdcea;
  width: 781px;
  text-align: left;
  margin: 0 auto;
  padding: 0px;
  height: auto;
}

#logo
{
  float: left;
  background-image: url('images/top_bg.jpg');
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-color: #231f20;
}

#splash
{
  padding-left: 263px;
  background-color: #231f20;
  float: left;
  height: 132px;
}

#infobar_1
{
  clear: both;
  background-color: #ed83b3;
  padding-top: 4px;
  padding-left: 4px;
  height: 24px;
}

#infobar_2
{
  float: left;
  background-image: url('images/menu_bg.jpg');
  background-color: #343031;
  height: 37px;
}

#infobar_2_holder
{
  background-image: url('images/menu_bg.jpg');
  background-color: #343031;
  height: 37px;
}

#infobar_2_bgdesign
{
  float: right;
  height: 37px;
  width: 0px;
}

#menu
{
  height: 32px;
  background-color: #fbdcea;
}

#sidebar
{
  clear: both;
  /*Min height hack*/
  min-height:200px;
  height:auto !important;
  height:200px;

  width: 190px;
  float: left;
  margin-right: 4px;
  padding-bottom: 6px;
  background-color: #fbdcea;
}

#sidebar.halloween
{
  background-color: #000;
}

#content
{
  padding-top: 10px;
  padding-right: 0px;

  /*Min height hack*/
  min-height:330px;
  height:auto !important;
  height:330px;

  margin-left: 190px;
  width: 571px;
  background-color: #fbdcea;
  background-repeat: none;
}

#content.halloween
{
  width: 550px;
  background-color: #000;
}

#content_pad
{
  padding-left: 30px;
  padding-right: 10px;
}

#animated_pic_main
{
  padding-top: 10px;
  text-align: center;
  width: 581px;
}

#animated_pic
{
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
  width: 581px;
}

#content_main2
{
  margin-left: 210px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 550px;
}

.info_table {
	border:1px solid #B49BC0;
	border:0;
	border-bottom-width:0;
}
.info_table td {
	border-bottom:1px solid #C4A5B6;
	padding:6px;
}
.info_table .first td {
	border-bottom:1px solid #999999;
	text-transform:lowercase;
}

#footer
{
  clear: both;
  background-image: url('images/footer.jpg');
  background-repeat: no-repeat;
  background-color: #231f20;
  background:#231f20;
  color:#999999;
  height:30px;
  padding:10px;
  font-weight:lighter;
}

#header
{
}

#sidebar a
{
  color: #000000;

  display: block;
  width: 164px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 10px;
  margin-bottom: 6px;
  padding-left: 6px;
  color: #fff;
  border-left: solid 10px #dd137b;
  background-color: #100d0c;
  text-decoration: none;
}

#sidebar a.halloween
{
  color: #000;
  border-left: solid 10px #000;
  background-color: #ff7e00;
}

#sidebar.halloween a
{
  color: #000;
  padding-left: 44px;
  border-left: none;
  width: 170px;
  background-color: #e77917;
  background-image: url('images/sidebar_link_bg_halloween.jpg');
  background-repeat: repeat-y;
  background-position: 0 0;
}

#sidebar.halloween a:hover
{
  padding-left: 48px;
  width: 166px;
}

#sidebar ul
{
  margin: 0;
  padding: 0;
  padding-top: 10px;
  list-style-type: none;
}

li.categoryHeader
{
  width: 164px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 10px;
  margin-bottom: 6px;
  margin-top: 20px;
  padding-left: 6px;
  color: #fff;
  font-weight: bold;
  border-left: solid 10px #000;
  background-color: #000;
  text-decoration: none;
}

a.menubutton
{
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: 0px 0px;

}

a.menubutton:hover
{
  background-position: 0px -32px;
}

