/*<![CDATA[*/
         /* --- override default browser styling rules --- */

         /* see <http://tantek.com/log/2004/undohtml.css> for the inspiration for these rules */

         /* suppress image borders */
a img, *:link img, *:visited img {
  border:  none;
}

       /* don’t italicize addresses */
address {
  font-style: normal;
}

       /* suppress default padding */
blockquote, body, fieldset, form, html, input, li, p {
  margin: 0;
  padding: 0;
}

     /* suppress default padding and pre-defined heading font sizes */
h1, h2, h3, h4, h5, h6, pre, code {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

      /* suppress default padding and bullets */
ol, ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}

    /*liquid layout-in-line*/
#wrap {
  margin: 20px auto;
  padding: 30px 20px 0 0;
        /*background: transparent url(rackhall.gif) repeat scroll left top;*/
  /*background-color: #a0dfbf;*/
  max-width: 900px;
  min-width: 480px;
  width: 70%;
}
#screen {
  padding: 10px 10px 10px 0;
  background-color: #bfffbf;
}
#header_logo {
 /* border-right: 5px solid black;*/
 /*border-bottom: 3px solid black;*/
  /* -moz-border-radius: 0.75em; /* FF1+ */
   /*-webkit-border-radius: 0.75em; /* Saf3+, Chrome */
  /*border-radius: 0.75em; /* Opera 10.5, IE 9 */
  width: 85.25%;
  margin-top: 10px;
  margin-left: 20px;
  text-align: left;
  height: 200px;
  margin-right: auto;
}
#hmenut {
  border-style: none;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  height: 12px;
  margin-left: 2%;
  font-size: 0.8em;
  text-align: center;
  line-height: 3em;
}
#hmenut ul {
  margin: 0;
  list-style-type: none;
}
#hmenut li {
  border-style: none;
  color: #bfffbf;
  float: left;
  width: 100px;
  background-repeat: no-repeat;
  background-image: url(18a.jpg);
  padding-right: 2px;
}
#hmenut a {
  margin: 0;
  padding: 0;
  color: white;
  display: block;
  text-decoration: none;
          /*background-position: 0px -30px;*/
  background-repeat: no-repeat;
  background-image: url(18a.jpg);
}
#hmenut a:hover {
  color: #ff3300;    /*Orange*/
        /*background-position: 0px -60px;*/
  background-repeat: no-repeat;
  background-image: url(18a.jpg);
}
#ads {
  border: 2px solid grey;
  -moz-border-radius: 0.75em; /* FF1+ */
   -webkit-border-radius: 0.75em; /* Saf3+, Chrome */
  border-radius: 0.75em; /* Opera 10.5, IE 9 */
  width: 15%;
  margin-right: 20px;
  margin-top: 10px;
  float: right;
  background-color: #00ac71;
  padding-right: 1%;
  padding-left: 1%;
  font-family: "Times New Roman",Times,serif;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  text-transform: inherit;
  font-size: 100%;
  line-height: 100%;
}
#main {
  border: 2px solid black;
  -moz-border-radius: 0.75em; /* FF1+ */
   -webkit-border-radius: 0.75em; /* Saf3+, Chrome */
  border-radius: 0.75em; /* Opera 10.5, IE 9 */
  border-right-width:5px;
  /*border-bottom-width:5px;*/
  width: 75%;
  padding-left: 1%;
  background-color: #f2f4f4;  /*light grey*/
  padding-bottom: 5%;
  line-height: 100%;
  font-style: normal;
  text-align: justify;
  float: left;
  margin-top: 10px;
  margin-left: 20px;
  padding-right: 1%;
  font-size: 100%;
  font-weight: normal;
  text-transform: inherit;
  font-family: "Times New Roman",Times,serif;
}
#hmenub {
  border-style: none;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  height: 12px;
  font-size: 0.8em;
  text-align: center;
  line-height: 2em;
}
#hmenub ul {
  margin: 0;
  list-style-type: none;
}
#hmenub li {
  border-style: none;
  color: white;
  float: left;
  width: 100px;
  background-repeat: no-repeat;
  background-image: url(18a.jpg);
  padding-right: 5px;
}
#hmenub a {
  margin: 0;
  padding: 0;
  color: white;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-image: url(18a.jpg);
}
#hmenub a:hover {
  color: #ff3300;
  background-repeat: no-repeat;
  background-image: url(18a.jpg);
}
#footer {
  float: left;
  margin-bottom: 30px;
  width: 95%;
  margin-left: 20px;
  margin-top: 10px;
  background-color: #bfffbf;
  font-family: "Times New Roman",Times,serif;
  font-size: 100%;
  line-height: 100%;
  font-weight: normal;
  font-style: normal;
  text-transform: inherit;
  text-align: justify;
}
       /*]]>*/
