/*  
Sticky Footer Solution
*/
* {
  margin:0;
  padding:0;
}
html, body {
  height: 100%;
  font: small/1.45 "Helvetica Neue",Helvetica,Arial;
  background-color:#FFFFFF;
}
#wrapper {
  min-height: 100%;
  width: 620px;
  margin-left: auto;  /* center div */
  margin-right: auto;  /* center div */ 
}
#main {
  overflow:auto;
  padding-bottom: 30px;  /* must be same height as the footer */
}
#footer {
  position: relative;
  margin-top: -30px; /* negative value of footer height */
  height: 30px;
  clear:both;
  width: 620px;
  margin-left: auto;  /* center div */
  margin-right: auto;  /* center div */
} 
#text {
  width: 620px;
}
#nav {
  background: url("top.jpg") no-repeat 0 25px transparent;
  padding-top: 230px;
}
#nav ul {
    list-style-type: none;
    padding-bottom: 16px;
}
#nav li {
    display: inline;
}
#nav a {
    text-decoration: none;
    color: #000000;
}
li.selected {
  font-weight: bold;
}
a {
    color: #0000FF;
}
#text ul {
    margin-left: 16px;
}
#text ul li {
    margin-left: 1px;
    padding-bottom: 2px;
}
#text ol li {
    list-style-position: inside;
    margin-left: 1px;
    padding-bottom: 2px;
}
#left {
    float: left;
    padding-bottom: 6px;
    padding-right: 10px;
}
p {
    margin: 0 0 12px;
}
/*Opera Fix*/
body:before {
  content:"";
  height:100%;
  float:left;
  width:0;
  margin-top:-32767px;
}

