/* CSS Document */

body {
	background-image: url(art/bg.jpg);
	background-color: #1A2858;
	margin: 0;
	background-repeat: repeat-x;
	color: #0D294F;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
}

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  padding: 0;
}

h1 {
  font-size: 20px;
  margin: 0 0 20px 0;
}

h2 {
  font-size: 16px;
  margin: 0 0 10px 0;
}

h3 {
  font-size: 14px;
  margin: 0 0 10px 0;
}

h1 span, h2 span, h3 span {
  border-bottom: 1px dashed #808DBB;
}

hr {
  height: 3px;
  width: 100%;
  background-image: url(art/dot.gif);
  margin: 5px 0 5px 0;
  padding: 0;
  border-width: 0;
}

p {
  text-align: justify;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

p.sign {
  text-align: right;
}

img, object, form {
  margin: 0;
  padding: 0;
  border-width: 0;
}

a {
  color: #0D294F;
	font-style: italic;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div.alert {
  margin: 0 0 20px 0;
  padding: 10px;
  border: 1px dashed #808DBB;
  text-align: center;
  font-size: 16px;  
}

.hidden {
  display: none;
}

.red {
  color: #FF0000;
}

/* -------------------------------------------------------------------------- */

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

ul#menu li {
  display: block;
  margin: 0 3px 0 0;
  padding: 0 0 0 28px;
  _padding: 0 0 0 26px;
  float: left;
  height: 28px;
  background-image: url(art/bt_l.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}

ul#menu li.selected {
  background-image: url(art/bt_a_l.gif);
}

ul#menu li a {
  margin: 0;
  padding: 6px 28px 0 0;
  _padding: 6px 26px 0 0;
  float: left;
  height: 22px;
  background-image: url(art/bt_r.gif);
  background-position: 100% 0;
  background-repeat: no-repeat;
	font-size: 12px;
	color: #313537;
	font-weight: bold;
	font-style: italic;
}

ul#menu li.selected a {
  background-image: url(art/bt_a_r.gif);
}

ul#menu li a:hover {
  text-decoration: none;
}

/* -------------------------------------------------------------------------- */

form div {
  padding: 0 0 5px 0;
}

form label, form span {
  color: #B77A09;
}

form label {
  display: block;
}

form input, form textarea {
  background-color:#FFF8DC;
  border-color: #DAB75A;
  border-style: solid;
  border-width: 1px;
  width: 490px;
}

form input.button {
  margin-left: 332px;  
  width: 160px;
  color: #AE1600;
}

/* -------------------------------------------------------------------------- */

form#contact {  
  width: 580px;
  padding: 0 0 0 100px;
  background-image: url(art/contact.gif);
  background-position: 10px 0;
  background-repeat: no-repeat;
}

/* -------------------------------------------------------------------------- */

form#guestbook {  
  width: 580px;
  padding: 0 0 0 100px;
  background-image: url(art/guestbook.gif);
  background-position: 10px 0;
  background-repeat: no-repeat;
}

/* -------------------------------------------------------------------------- */

div#video_menu {
  width: 250px;
  float: right;
}

div#video {
  width: 440px;
  height: 360px;
  float: left;
}

/* -------------------------------------------------------------------------- */

div.guestbook_item {
  border-color: #747190;
  border-style: dashed;
  border-width: 1px 0 0 0;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;  
}

div.guestbook_date {
  font-weight: bold;
  color: #AE1600;  
}

div.guestbook_name {
  color: #B77A09;
  text-decoration: underline;
}

div.guestbook_text {
  padding: 5px;
}

/* -------------------------------------------------------------------------- */

table.images {
  border-width: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}

table.images td {
  border-width: 0;
  padding: 5px;
  text-align: center;
  vertical-align: top;  
}
