#container    { /* div container of all the components */
                width:            1000px;
                height:           900px;
                margin-right:     auto;
                margin-left:      auto;
                margin-top:       0px;
                margin-bottom:    0px;
                text-align:       left;
                color:            #fff;
                background:       url(../img/bgcontact2.jpg) no-repeat top left;
                font-size:        80%;
                
              }

#content_text_center {
                width:            595px;
                height:           466px;
                float:            left;
                display:          inline;
                padding:          0px;
                margin:           0px;
                line-height:      18px;
                margin-top:       10px;

                /*border: 1px solid #fff;*/
              }

#content_text_center p       {
                padding:          10px;
                text-align:       center;
                font-size:        140%;
                line-height:      20px;   
                font-weight:      bold;
                color:            #4b2705;
              }



#gallery       {
                width:            430px;
                height:           85px;
                float:            left;
                padding-left:     30px;
                padding-top:      22px;
                color:            #fff;
                font-size:        110%;
                text-align:       center;
              }



strong        {
                 color:      #FFF5B5;
                 font-size:  110%;
              }

img {
      margin: 2px;
      
      border: 1px solid #ccc;
    }

