html, body, body #container {height: 100%;  padding:0; }

body {
   margin: 0px;
   font-family: Verdana, Arial, sans-serif;
   font-size: 100%;
   color: #000000;
   background-color: #F29E44;
   height: 100%;
}


#container {
   width: 780px;
   height: 100%;
   background-color: #FFFFFF;
}

#containerLeft {
   position:relative;
   top: 0px;
   left: 0px;
   width: 165px;
   font-size: 0.8em;
}

#containerRight {
   position:relative;
   top: 0px;
   left: 0px;
   width: 615px;
   font-size: 0.8em;
   background-color: #FFFFFF;
}

#containerSingle {
   position:relative;
   top: 0px;
   left: 10px;
   width: 615px;
   height: 100%;
   font-size: 0.8em;
   background-color: #FFFFFF;
}

.border {
   background-image: url('images/border.gif');
   background-repeat: repeat-x;
   background-position: top left;
   font-size: 0px;
   margin: 0px;
   padding: 0px;
   height: 1px;
}

.readmore {
   text-decoration: none;
   color: #000000;
}

form { display: inline; }
input {   border: solid 0px #F29E44; }
.select { font-size: 1em; border: solid 1px #F29E44; }

.footer {
   margin-top: 5px;
   font-size: 9px;
}

.Odd {
   background-color: #F8EACD;
}

.Even {
   background-color: #EFD5BA;
}

