/*--------------------------------------*/
/*           GLOBAL DEFAULTS            */
/*--------------------------------------*/
body {
  margin-top:25px;
  background-color: #25542a;
  margin-bottom:25px;
}

a:link {
  color: #25542a;
  text-decoration: none;
}

a:visited {
  color: #25542a;
  text-decoration: none;
}

a:active {
  color: #25542a;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
}

/*--------------------------------------*/
/*               TITLE                  */
/*--------------------------------------*/
.title {
  background-color: #ffffff;
  text-align:center;
}

.title-left {
  background-image:url('http://www.fatrabbitband.com/images/carrot-left.gif');
}

.title-right {
  background-image:url('http://www.fatrabbitband.com/images/carrot-right.gif');
}

img.title {
  width:500px;
  height:100px;
}
/*--------------------------------------*/
/*         LEFT MENU BAR                */
/*--------------------------------------*/
.leftbar {
  background-color: #ffffff;
  width:200px;
  margin:0px;
  vertical-align:top;
  background-image:url('http://www.fatrabbitband.com/images/logo.gif');
  background-repeat: no-repeat;
  background-position: bottom;
}

.leftbar li {
  font-weight: bold;
  font-size: 16pt;
  list-style: none;
  font-family: "Comic Sans", "Comic Sans MS", cursive;
}

/*--------------------------------------*/
/*        RIGHT MENU BAR                */
/*--------------------------------------*/
.rightbar {
  background-color: #ffffff;
  background-image:url('http://www.fatrabbitband.com/images/logo.gif');
  background-position: bottom;  
  background-repeat: no-repeat;
  width:200px;
  margin:0px;
  vertical-align:top;
}

.rightbar p {
  padding:20px;
  font-size: 10pt;
}

/*--------------------------------------*/
/*               MAIN                   */
/*--------------------------------------*/
.main {
  margin:0px;
  background-color: #ffffff;
  vertical-align:top;
  width:500px;
}

img.rabbit {
  width:500px;
  height:450px;
}

.main a:link {
  text-decoration: underline;
  font-weight: bold;
}

.main a:visited {
  text-decoration: underline;
  font-weight: bold;
}

.main a:active {
  text-decoration: underline;
  font-weight: bold;
}

.main a:hover {
  text-decoration: underline;
  font-weight: bold;
}

.main h1 {
  margin:0px;
  padding-top:30px;
}

.main h3 {
  margin:0px;
  padding:10px;
  padding-top:20px;
}

.main td {
  border-bottom: 1px dashed;
  padding-right:20px;
}

/*--------------------------------------*/
/*               DATES                  */
/*--------------------------------------*/
.dates {
  padding-bottom:40px;
}

/*--------------------------------------*/
/*              PHOTOS                  */
/*--------------------------------------*/
.photos {
  margin:0px;
  background-color: #ffffff;
  vertical-align:center;
  text-align:center;
  width:500px;
  background-image:url('http://www.fatrabbitband.com/images/frame.gif');
  background-position: center;  
  background-repeat: no-repeat;
}

/*--------------------------------------*/
/*              MUSIC                   */
/*--------------------------------------*/
.music {
  border:1px solid;
}

.music td {
  border:0px;
}

