/* CSS Document */

#main {
  position: relative;
  top: 0px;
  margin-left: 270px;
  background-image: url('/pictures/bckgrds/shadow_01.png');
  background-repeat: repeat-y;
  /* background-color: #3ea898; */
}
  #shadowLeftContent {
    position: relative;
    top: 0px;
    margin-left: -74px;
    background-image: url('/pictures/bckgrds/shadow_02.png');
    background-repeat: no-repeat;
  }
    #bckgrdRight {
      position: relative;
      top: 0px;
      margin-left: 290px;
      padding-bottom: 170px;
      background-color: #515151;
    }
      #blueheader {
        position: relative;
        top: 100px;
        height: 46px;
        margin-left: -216px;
        background-color: #0924AC;
      }
      #contentMain {
        position: relative;
        top: 100px;
        width: 946px;
        margin-left: -216px;
        padding-bottom: 150px;
        /* background-color: #FF5623; */
      }
        #contentLeft {
          position: relative;
          height: 390px;
          width: 216px;
          float: left;
          background-color: #000000;
        }
				#contentLeft.intro {
          position: relative;
          height: 405px;
          width: 336px;
          float: left;
          background-color: #000000;
        }
          #contentLeft1 {
            
          }
        #contentRight {
          position: relative;
          width: 520px;
          float: left;
          padding: 0px 0px 30px 0px;
          /* background-color: #23CC88; */
        }
          #contentRight1 { /* basic */
            width: 500px;
            margin: 0px 0px 0px 20px;
            padding: 15px 0px 0px 0px;
          }
          #contentRight2 { /* picturegallery */
            width: 500px;
            margin: 0px 0px 0px 20px;
            padding: 15px 0px 0px 0px;
          }
				bluefooter.intro {
					
				}
				but_go.intro {
					
				}
        #menu {
          position: relative;
          top: -26px;
          left: 40px;
          width: 170px;
          float: left;
          padding: 4px 4px 22px 4px;
          background-image: url('/pictures/basic/menue_recess_01.gif');
          background-repeat: no-repeat;
          /* background-color: #668349; */
        }
        #footer {
          position: relative;
          clear: both;
          top: 20px;
          margin-left: 236px;
          width: 710px;
          height: 20px;
          color: #FFFFFF;
          /* background-color: #234566; */
        }
          #footerLeft {
            position: relative;
            width: 300px;
            height: 20px;
            float: left;
            /* background-color: #dd5629; */
          }
          #footerRight {
            position: relative;
            width: 300px;
            height: 20px;
            text-align: right;
            float: right;
            /* background-color: #dd5629; */
          }
