﻿body 
{
  color: #000;
  font-family: Verdana, arial, sans serif;
  margin: 0 auto;
  background-color:#e9e9e9;
}
#layout 
{
  width: 760px;
  background-color:#fff;
  border: solid 2px #4170ae;
  margin: 0 auto;
 }
#top 
{
  background: #fff url(images/header2.jpg) no-repeat center;
  visibility:visible;
  height: 200px;
  margin: 0;
  background-position:left top;

}
#quote 
{
 position: absolute;
 vertical-align: bottom;
margin-top: 140px;
 width:760px;
}
p.quote 
{
 text-align: center;
 font-style: oblique;
 font-size: medium;
 font-family:Albertus MT;
}
h1
{
  color:#5388c6;
  text-align: center;
  margin: 0;
  padding-top:40px;
  /*font-family:Lucida Calligraphy;*/
  font-family: "Albertus MT";
}
h2
{
  color:#969696;
  border-bottom: double 3px #C6827B;
  text-align: left;
  margin: 0;
  font-family:Verdana;
  font-size: 95%;
  padding-top: 10px;
}
#content
{
  /*margin:10px;*/
  margin: 0 10px 10px 10px;
  padding-top:10px;
  font-size: 80%;
  min-height:400px;
  text-align:justify;
}
img
{
  padding-left: 5px;
}
input.btn
{
  margin-left:150px; 
}
#menu
{
  top: 290px;
  width:780px;
  left:0;
  margin-bottom: -25px;
  margin-left:-32px;
}
ul
{
  margin:0 auto;
  list-style:none;
}
li.menu
{ 
  float:right;
  height:25px;
  width:71px;
  background-color:#C6827B;
  color:#fff;
  font-size: 70%;
  display:inline;
  border-left: solid 1px #fff;
  text-align:center;
  padding:6px 5px 5px 5px;
}
li.menu2
{ 
  float:right;
  height:18px;
  width:80px;
  background-color:#C6827B;
  color:#fff;
  font-size: 70%;
  display:inline;
  border-left: solid 1px #fff;
  text-align:center;
  padding:6px 5px 5px 5px;
}
 a:link.nodec
{ 
  text-decoration:none;
  color:#fff;
 }
a:hover.nodec
{ 
  color:#fff;
  font-weight:bolder;
  text-decoration:none;
 }
a:visited.nodec
{ 
  text-decoration:none;
  color:#fff;
 }
p.comments 
 {
  font-size:85%;
  line-height: 150%;
 }
p 
 {
  font-size:85%;
  line-height: 150%;
 }
#pic {
	width: 200px;
	margin-left:10px;
	display: block;
	margin:0 auto;
}
#foot 
{
   border-top: solid 1px #5388c6;
   color:#C6827B;
   margin:40px 10px 10px 10px;
   padding-top:10px;
   font-size: 50%;
   text-align: center;
}
#foot a.nodec
{ 
  color:#C6827B;
  text-decoration:none;
 }
#foot a:link.nodec
{ 
  text-decoration:none;
  color:#C6827B;
 }
#foot a:hover.nodec
{ 
  color:#C6827B;
  font-weight:bolder;
  text-decoration:none;
 }
 .bold
 {
     font-weight:bolder;
 }
 .center
 {
     text-align:center;
 }
