* {
  font-family: Arial;
  color: #000;
}
body {
  padding: 0px;
  margin: 0px;
  background: #eee url('images/background.png') repeat-y center top;
  font-size: 12px;
}

a {
  text-decoration: underline;
  color: #EA0033;
}

a:hover {
  text-decoration: underline;
  color: #4B4696;
}


#center  {
  width: 900px;
  margin: 0px auto;
} 
img {border: none;}
img.left {
	float: left;
}img.right {
	float: right;
}

/* TOP */

#top {
  background: url('images/top_image.png') no-repeat center 10px;
  height: 150px;
  border-top: 5px solid #EA0033;
  border-bottom: 5px solid #4B4696;
  margin-top: 20px;
}

#top h1 {
  text-align: center;
  font-size: 2em;
  padding-top: 25px;
}

#top h1 a {
  color: #000;
  
  text-decoration: none;
}

/* MAIN MENU */

#menu {
  width: 225px;
  padding: 0px;
  margin-top: 10px;
  border-right: 1px solid #4B4696;
}

#menu ul{
  padding: 20px 0 20px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
  margin: 0;
  text-align: left;
}

#menu ul li{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#menu ul li a {
  display: block;
  background: #4B4696;
  width: 205px;
  margin: 1px 0px 2px 10px;
  text-align: center;
  padding: 5px 0px 5px 0px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#menu ul li a.sub {
  background: #EA0033;
}

#menu ul li a:hover, #menu ul li a.selected{
  background: #817DB5;
}
#menu ul li a.sub:hover, #menu ul li a.sub_selected{
  background: #F04C70;
}


/* CONTENT */

#content {
  float: right;
  width: 665px;
  padding-top: 20px;
}

#content table {
  width: 645px;
}

#content h2 {
  font-weight: bold;
  font-size: 1.6em;
}

#content h3 {
  font-weight: bold;
  font-size: 1.1em;
}

#guestbook_form table {
  border: 1px solid #EA0033;
}

#guestbook_form table td {
  background: #eee;
  margin: 0px;
  padding: 5px;
}

#guestbook_form input.text {
  border: 1px solid #EA0033;
}

#guestbook_form textarea {
  width: 460px;
  height: 80px;
  margin-bottom: 10px;
  border: 1px solid #EA0033;
}

#guestbook_table th {
  font-weight: normal;
  text-align: left;
  background: #817DB5;
  padding: 5px;
  color: #fff;
}

#guestbook_table th strong {
  color: #fff;
}

#guestbook_table th.date {
  text-align: right;
}

#guestbook_table td {
  padding: 5px;
}
#guestbook_table td.text {
  padding-bottom: 10px;
  padding-left: 50px;
}

#paging {
	text-align: center;
	color: #777;
}

.gallery {
	text-align: center;
}

.gallery img {
	margin: 3px;
}
