html {
     height: 100%;
     margin: 0;
     padding:0;
}

html,body {
     padding: 0;
     margin: 0;
     background-color: #ded99c;
     font-family: Arial, Helvetica, Verdana;
     color: #134800;
     
}

body {
     text-align: left;
     min-width: 930px; /* for mozilla */
     background-color: #ded99c;
     height: 100%;
     font-family: Arial, Helvetica, Verdana;
     color: #134800;
     
}

div,p {
     margin-top: 0px;
}    /*clear top margin for mozilla */ 

#wrapper {
     background: url(images/header-wrap.png) no-repeat left top;
     margin: 0;
     padding: 0;
     background-color: #ded99c;
     height: 100%;
}

#outer {
     height:99.9%;
     min-height:100%
     width:930px;
     text-align:left;
     margin:auto;
     position:relative;
     overflow:visible;
     
}

/* mac hide \*/
* html #outer {
     width:930px
}
/* end hide */

html>body #outer {
     height:auto;
} /* for mozilla as IE treats height as min-height anyway */     



#header {
     position:ablosute;
     margin:auto;
     top:0px;
     left:0px;
     width:100%;
     height:245px;
     z-index:74;
     background: url(images/header.png) no-repeat center top;
     border-bottom: 0px solid #ace106;
}     

#ajaxmenu {
     position:relative;
     top:-15px;
     left:0px;
     width:100%;
     height:31px;
     z-index:1000;
}    

#outer_content {
     position:relative;
     background-color: #ded99c;
     margin: auto;
     top: 0px;
     left:0px;
     width:100%;
     z-index:75;
     background: url(images/header-logo.png) no-repeat center top;
}        

#inner_content {
     position:relative;
     background-color: #ded99c;
     margin-left: auto;
     margin-top: 0px;
     margin-right: auto;
     min-height: 500px;
     width: 57%;
     top:0px;
     padding-top: 25px;
     padding-left: 10px;
     padding-right: 10px;
     border-left: 0px solid #ace106;
     border-right: 0px solid #ace106;
     border-top: 0px solid #ace106;
     border-bottom: 0px solid #ace106;


     z-index:76;
     
} 

#text_content {
     position:relative;
     margin: auto;
     width: 100%;
     top:0px;
     left:0px;
     padding-top: 0px;
     padding-left: 0px;
     padding-right: 0px;
     z-index:76;
}     


#footer_content {
     position:relative;
     background: url(images/footer.png) no-repeat left bottom;
     background-color: #f3f4de;
     margin: auto;
     width: 920px;
     height: 75px;
     top:0px;
     left:0px;
     padding-top: 25px;
     padding-left: 10px;
     z-index:76;
     
}    



a {
    color: #cb7b18;
    text-decoration: none;
}  
