
html{
	height: 100%;
    font-size:16px; /* Make sure the default is always 16px */
    overflow-y:scroll;
}

body {
      border:0;
      margin:0;
      padding:0;
      height: 100%;
      font-family: trebuchet ms, verdana, arial, tahoma;
      background:#51924D;
      background: #50914D url('images/mainbg.gif') repeat-x;
}      

   
#wrapper { 
         margin: 0 auto;
         width: 930px;
         position: relative;
         min-height: 100%;
         background: #fff;
         border-left: 10px solid #C5DA59;
         border-right: 10px solid #C5DA59;
}

#maincontainer { 
               float: left;
               width: 930px;
               padding: 0px;
               margin: 0px;
               border: 0px solid #00FFFF;
               background: url('images/banners_01.png') no-repeat;
}

#nav {
      width: 230px;
      float: left;
      border: 0px solid red;
      padding:20px 0px 0px 0px;
      margin:150px 0px 0px 23px;
      background: url('images/navbg_01.gif') repeat-y;
}

.navbottom {
            width: 240px;
            height:150px;
            background: url('images/navbg_02.gif') no-repeat left, bottom;
}

#content {
         float: left;
         width: 545px;
         padding:20px 0px 20px 35px;
         margin:100px 60px 0px 30px;
         border-left: 1px dotted #84B94D;
}

.contentflash {
         float: left;
         width: 525px;
         border: 1px solid #A8C257;
         padding:10px;
         margin-bottom:10px;
}

.indexflash {
         float: left;
         width: 525px;
         border: 0px solid #A8C257;
         margin-left:15px;
         padding:10px;
}

.contentgallery {
         float: left;
         width: 525px;
         border: 0px solid #A8C257;
         padding:10px 0 10px 35px;
         margin-bottom:10px;
}

   
#clearfooter {
             clear:both;
             height:230px;
             width:930px;
}

#footer {
        width: 930px;
		position: absolute;
		bottom: 0;
        height:225px;
        background-image: url(images/banners_02.png);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: left, bottom;
}

.footaddress {
             float:left;
             width:100%;
             border:0px solid black;
             margin: 120px 0 0px 0px;}
