/* Tag Styles */

body{
  font-family: "Bodoni MT Condensed", "Times New Roman", serif;
  color:#000000;
  background-color:#330000;
}

a{
  color:#663333;
  font-weight:bold;
  text-decoration:none;
}

a:hover{
  color:#000000;
}

img{
  border-style:none;
}

/* ID Styles */

#out{
  width:800px;
  border-color:#663333;
  border-width:2px;
  border-style:solid;
  background-color:#C6C46D;
  font-size:20px;
}

#top{
  height:120px;
  border-color:#663333;
  border-width:2px;
  border-bottom-style:solid;
  background-image:url("top.jpg");
}

#nav{
  width:200px;
  padding:30px 0 0 0;
  float:left;
  background-image:url("nav.jpg");
  background-repeat:no-repeat;
  background-position:0 30px;
  text-align:center;
  font-size:20px;
  font-family: "Bradley Hand ITC", "Times New Roman", serif;
  line-height:15px;
}

#main{
  width:575px;
  padding:30px 0 30px 10px;
  float:left;
}

#foot{
  text-align:center;
  clear:both;
}

#holidays{
  font-weight:bold;
  font-size:22px;
  font-family:"Lucida Calligraphy", serif;
  color:#DD0000;
}

#announce{
  font-weight:bold;
  font-size:26px;
  color:#DD0000;
}

#promo{
  text-align:center;
  font-weight:bold;
  font-size:20px;
  color:#DD0000;
  border-color:#663333;
  border-width:2px;
  border-style:dashed;
}

/* Class Styles */

.bighead{
  font-family:"Bradley Hand ITC", serif;
  font-size:30px;
  font-weight:bold;
  text-decoration:underline;
  color:#663333;
}

.head{
  font-family:"Bradley Hand ITC", serif;
  font-size:24px;
  font-weight:bold;
  color:#663333;
}