/* CSS Document */

 body {
    background: url('images/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: rgb(92,92,92);
    position: relative;
    margin: 0px 0 60px 0;
    padding: 0;
  }
  a {
    color: rgb(69,69,69);
    text-decoration: underline;
  }
  a:hover {
    text-decoration: none;
  }
 #page {
    width: 716px;
    background: url('images/background-body.png');
    margin: 0 auto;
    text-align: left;
    position: relative;
 }
 #header {
    width: 100%;
    height: 100px;
    background: url('images/header.png') no-repeat;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 100px;
    font-size: 300%;
    color: #009696;
 }
 #contain {
    background: url('images/shadow.png') top left no-repeat;
    padding: 15px 20px 10px 20px;   
 }
 h1, h2 {
    margin: 30px 0 15px 14px;
    padding: 0;
    font-size: 22px;
    color: #009696;
 }
 h3 {
   font-size:1.1em;
 }
 p {
    margin: 0;
    padding: 0;
    
 }
 #menu {
    padding: 5px 20px 0 35px;
    margin: 0 8px;
    background: url('images/menu.png');
    height: 36px;
    min-height: 28px;
    line-height: 28px;    
 }
 #menu li {  
    list-style: none;
    float: left;   
 }
 #menu li a {
    display: block;    
    padding: 0 10px;
    background: url('images/link-border.png') no-repeat right;
    color: rgb(92,92,92);
    text-decoration: none;
 }
 #menu li.non-image a {
    background: transparent;
 }
 #menu li a:hover {
    color: #009696;
    text-decoration: underline;
 }
 .cleaner {
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    clear: both;
 }
 p#footer {
    padding: 16px 8px;
    margin: 25px 0 0 0;
    background: url('images/footer.png') no-repeat bottom;
    text-align: center; 
 }
 #pattern-gradient{
    height: 160px;
    width: 100%;
    position: absolute; top: 0; left: 0;
    z-index: -1;
 }
 img.left {
    float: left;
    margin: 10px 15px 5px 5px;
 }
 #contain p {
    margin: 18px;
    text-align: justify;
 }
 #contain li {
   margin-left:30px;
 }
 #center {
  display: block;
  margin-left: auto;
  margin-right: auto
}
 .links {
    width: 716px;
    margin: 0 auto;
    padding: 0;
    text-align: right;
    color: rgb(244,244,244);
 }
 .links li {
    list-style: none;
    display: inline;
    padding: 1px;  
 }
 .links li a {
    color: rgb(244,244,244);
    font-size: 90%;   
 }
 .links .right-link {
    margin-right: 20px;
 }

fieldset {
  border:none;
}

label {
 clear: left;
 float:left;
 width: 5em;
 text-align:right;
 margin-right: .5em; 
}

input {
  float:left;
  width:250px;
  margin-bottom:5px;
}

#button {
  float:left;
  clear:both;
  margin-left: 107em;
  margin-top: 1em;
}

