/* Header Styles */
#rice_header {
   width: 100%;
   height: 100px;
   background-image: url(../img/rice/shadow_top.gif);
   background-position: bottom left;
   background-repeat: repeat-x;
   background-color: #fff;
   margin: 10px 0 20px 0;
   padding: 0;
}
#rice_logo {
   float: left;
   margin: 0;
   padding: 10px 0 0 10px;
}
#rice_title {
   float: left;
   font-weight: bold;
   color: #5e6062;
   font-family: Helvetica, sans-serif;
   padding: 32px 0 0 20px;
   /* Hack for IE6 */
   _padding: 25px 0 0 20px;
}
#rice_title a {
   font-weight: bold;
   color: #5e6062;
   font-family: Helvetica, sans-serif;
   text-decoration: none;
}
#rice_search {
   float: right;
   margin: 0;
   padding: 32px 0 0 0;
   width: 215px;
}
#rice_search .searchtext {
   color: #666666;
   width: 120px;
   height: 14px;
   border: solid 1px #999999;
   padding: 1px;
   float: left;
}
#rice_search .searchbutton {
   padding: 0 10px 0 10px;
}

/* Content Area */
#rice_content {
   font-size: .8em;
   position: relative;
   font-family: Arial, Helvetica, sans-serif;
   background-color: #fff; 
   text-align: left;
   padding: 20px;
}

/* Footer Styles */
#rice_footer {
   width: 100%;
   clear: both;
   color: #616161;
   text-align: center;  
   background-image: url(../img/rice/shadow_bottom.gif);
   background-position: top left;
   background-repeat: repeat-x;
   font-family: Helvetica, sans-serif;
   font-size: 11px;
   background-color: #fff; 
   margin-top: 20px;
   padding-top: 25px;
}
#rice_footer a {
   color: #616161;
   margin: 20px;
}
