html {
  background-color: #dbbef4;
  border-bottom-color: #dfb94e;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 25px;
  background-attachment: fixed;
  text-align: justify;
}
body {
  background: url('images/curve.png') repeat-y 100% -499px;
  margin: 0px;
  padding: 1px 20px;
  min-width: 750px;
}
a img {
  border-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-style: italic;
}
h1 {
  font-size: 2em;
  line-height: 1em;
  margin: 25px 0px;
  text-align: center;
}
h2 {
  line-height: 1em;
  margin: 25px 0px;
}
p {
  margin: 25px 0px;
}
td p {
  margin: 0px;
}
a {
  color: #652d90;
  font-weight: bold;
}
a:visited {
  color: #8c58b7;
}
div#nav_right {
  position: absolute;
  top: 100px;
  right: 0px;
  width: 155px;
  font-weight: bold;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-style: italic;
  font-size: 20px;
  text-align: center;
}
div#nav_right a {
  display: block;
  color: #e1b824;
  text-decoration: none;
  margin: 10px 0px;
}
div#nav_right a:hover {
  padding-left: 25px;
  background: url('images/butterfly-small.png') no-repeat top left;
}
div#nav_right hr {
  width: 70px;
  height: 1px;
  border-style: none;
  background-color: #dbbdee;
}
div#sandbags div {
  float: right;
  clear: right;
  height: 25px;
  /*background-color: #f00;
  filter: alpha(opacity=25);
  opacity: .25;*/
}
#decoration {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 331px;
  height: 342px;
}
#logo {
  display: block;
  margin: 19px auto 0px auto;
  width: 398px;
  height: 227px;
}
div#banner {
  height: 185px;
  width: 555px;
  margin: 27px auto 0px auto;
}
div#banner img {
  width: 555px;
  height: 185px;
}
div#content {
  overflow: hidden;
  padding-right: 250px;
}

div#footer {
  text-align: center;
}
div#footer a {
  text-decoration: none;
}
table#calendar {
	border-collapse: collapse;
	margin: 20px auto;
}
table#calendar tr td, table#calendar tr th {
	text-align: center;
	border: 1px solid #642c8f;
	width: 87px;
	vertical-align: top;
}
table#calendar tr td {
	font-size: 12px;
	line-height: 1.2em;
}
table#calendar tr th {
	height: 25px;
	line-height: 25px;
	background-color: #642c8f;
	color: #fff;
}
table#calendar td.outofmonth {
	border-style: none !important;
	padding: 1px;
	color: inherit;
}
table#calendar a {
	text-decoration: none;
	font-size: .8em;
	display: block;
	margin: 5px 2px;
}
div.photo_gallery {
  overflow: hidden;
}
div.photo_gallery a {
  display: block;
  width: 150px;
  height: 100px;
  float: left;
  margin: 5px;
}
div.photo_gallery img {
  display: block;
  width: 150px;
  height: 100px;
}
