html, body
{
  padding: 0;
  margin: 0;
  text-align: center;
/*  color: #7695b4;*/
  color: #6685a4;
  background-color: #7695b4;
  font-family: tahoma;
}

a
{
  color: #7695b4;
  text-decoration: none;
}

a img
{
border: 0;

}

div#main
{
  margin: 0 auto;
  width: 780px;
  line-height: 0;
  background: white;
}
div#main div
{
  line-height: 1em;
}

div#content
{
  margin: 0px;
  padding: 0px;
  text-align: justify;
}

div#foot
{
  background-color: #333399;
  color: white;
  text-align: center;
  font-size: smaller;
font-size: 0.8em;
font-weight: bold;
}

div.line_top
{
 background-color: #990033;
 height: 2px;
 margin: 0 auto;
}

div.line_bottom
{
 border-top: 1px solid #7695b4;
 height: 0px;
 margin: 0 auto;
}

div.w1
{
 width: 778px;
}

div.w2
{
 width: 776px;
}

div#foot a
{
  color: white;
}

div#foot span.sep
{
  margin: 0 12px;
}

#links
{
  color: silver;
  font-size: smaller;
}

up
{
text-align: right;
}

h1
{
  font-size: 1.2em;
}
h1 img
{
  margin: 0 0px;
}



div.gal
{
  width: 180px;
  float: left;
  margin: 3px;
  padding: 0px;
  padding-left: 10px;
}

.gal span
{
  margin-left: 5px;
}

form
{
  text-align: center;
}

label
{
  display: block;
  padding-top: 10px;
  margin-left: 8px;
  font-size: smaller;
  text-align: left;
}

input, textarea, select
{
  width: 100%;
  border: 1px solid #7695b4;
  padding: 2px;
  margin-bottom: 5px;
}

textarea
{
  height: 200px;
}


.msg
{
  border-top: 1px dashed #7695b4;
  border-bottom: 1px dashed #7695b4;
  padding: 2px;
  margin: 10px;
  text-align: center;
}
