body {
             width: 780px;
             height: auto;
             color: #ffffff;
             margin: 0px 0px 0px 0px;
             padding: 0px 0px 0px 0px;
           }
           div {
             position:relative;
           }
           #google {
             width: 780px;
             height: 120px;
             top: 0;
             right: 0;
             bottom: auto;
             left: 0;
             background: #295994;
             margin: 0px 0px 0px 0px;
             padding: 0px 0px 0px 0px;
           }
           #header {
             width: 780px;
             height: 20px;
             top: 0;
             right:0;
             bottom:auto;
             left:0;
             background: #295994;
           }
           #main {
             width: 700px;
             height: auto;
             top: 30px;
             right: 15px;
             left: 15px;
             bottom:15px;
             background: #FFCC45;
             margin-bottom: 0px;
             margin-top: 0px;
             padding-top: 0px;
             padding-bottom: 0px;
             font-weight: bold;
           }
           #footer {
             width: 780px;
             height: 30px;
             top: -17px;
             right: 0;
             bottom: 0px;
             left: 0;
             padding-bottom:10px;
             background: #295994;
           }
           #logo {
             position: absolute;
             width:auto;
             height:auto;
             left: 575px;
             top:128px;

           }
           #menu {
             position: absolute;
             width:120px;
             height:190px;
             top: 250px;
             left:0px;
             background: #295994;
           }
           html>body #menu{
             position: fixed;
           }
           #contact {
             float: right;
           }
           img {
             border: none;
           }
           a {
               text-decoration: none;
               font-size:12px;
               font-weight:bold;
               font-family:sans-serif;
           }
           a:link, a:visited {
               color:#ffc739;
           }
           a:hover {
               text-decoration: underline;
           }
           a.xhtml {
               text-decoration: none;
               font-size:0px;
               font-weight:normal;
               font-family:sans-serif;
               color: #295994;
               background: #295994;
           }
           a.xhtml:link, a.xhtml:visited {
               color:#295994;
           }
           a.xhtml:hover {
               color:#295994;
           }
           table.layout
           {
               width: 780px;
           }
           table.menu {
               width:120px;
               padding: 0px 0px 0px 0px;
               margin: 0px 0px 0px 0px;
           }
           table.image {
               width:100%;
               font-weight:bold;
           }
           table.google {
               width:780px;
           }
           td.google {
               width: 728px;
               height: 90px;
               background: #295994;
           }
           table.contact {
               width:250px;
               font-weight:bold;
           }
           td.menu {
               padding-left: 20px;
               padding-right: 5px;
               padding-bottom: 0px;
               padding-top: 0px;
               margin: 0px 0px 0px 0px;
           }
           td.text {
               padding: 5px 5px 5px 5px;
               background: #295994;
               color: #ffffff;
               font-weight:bold;
           }
           td.blueborder {
               background: #295994;
               width: 15px;
           }
           p.text {
               padding: 3px 3px 3px 3px;
               font-size: 12pt;
               line-height:12pt;
           }
           p.text:first-letter {
               font-size: 200%;
               font-style: italic;
               float: none;
           }
           p.news {
               padding: 3px 3px 3px 3px;
               font-size: 12pt;
               line-height:12pt;
               color: #ffc739;
           }
           p.news:first-letter {
               font-size: 200%;
               font-style: italic;
               float: none;
               color: #ffc739;
           }
           p.bugs {
               padding: 3px 3px 3px 3px;
               font-size: 12pt;
               line-height:12pt;
               color: #ffc739;
           }
           p.image {
               float:left;
           }
           p.details {

               padding: 3px 3px 3px 3px;
               font-size: 12pt;
               line-height:12pt;
           }
           p.details:first-letter {
               font-size: 200%;
               font-style: italic;
               float: none;
           }
           h2.main{
              padding: 3px 3px 3px 3px;
              font-size: 14pt;
              line-height: 14pt;
              font-family: Arial,sans-serif;
           }
           h2.google{
              text-align: center;
              padding: 0px 10px 0px 10px;
              margin-bottom: 0px;
              margin-top: 0px;
              font-size: 12pt;
              line-height: 14pt;
              font-family: Arial,sans-serif;
           }
           p.google{
              text-align: center;
              padding-top: 0px;
              padding-bottom: 0px;
           }
           p.tiny {
               font-size:10pt;
               line-height: 10pt;
               font-weight:normal;
           }
           p.ital {
               font-style: italic;
           }
           input.submit {
               background: #295994;
               color: #ffffff;
               font-weight: bold;
           }
           span.bugs {
               color: #ffffff;
           }
           span.ital {
               font-style: italic;
           }
           span.red {
               color: #ff0000;
           }
           span.xhtml {
               float: left;
               margin-top: 5px;
           }
           p.textlink {
               text-align: center;
               margin-top: 5px;
               padding-top: 10px;
           }