﻿
/* CSS Document */  /* T R B L */
 body {
      background: rgb(136,119,78) url('images/textur.png');
      /*color: rgb(255,255,255);*/
      margin: 0;
      padding: 0;
      text-align: center;
      font: 12px Arial, sans-serif;
      position: relative;
      
 }
  
  /*---------------------------------------------inline menu---------------------- */
  div#menu {
      height:19px;
      width: 100%;
      margin: 0 0 33px 0;    /* T R B L */
      padding: 10px 0;
      text-align: center;
      background: rgb(87,83,71) url('images/top.png') top repeat-x;*/
  }
  /* inline ul */
  ul#menutop {
      width: 715px;
      margin: 0 auto;
      padding: 0;
  }
  ul#menutop li {
      float: left;
      list-style: none;
      padding: 2px 12px;
      margin: 3px 0;
      /*background: url('images/link-border.png') no-repeat right center;*/
  }
  ul#menutop a {
      color: rgb(192,192,192);
      text-decoration: none;
      font-size: 14px;
  }
  ul#menutop a:hover{
      color: rgb(136,119,78);
      text-decoration: underline;
  }
  /*-----------------------------contain-----------------------------------------------*/
  #contain {
      width: 715px;
      margin: 0 auto;
      text-align: left;
  }
  #top {
      width: 715px;  
      float:right; 
  }
  #box {
      width: 243px;
      float: left;
      /*height: 280px;*/
      
  }
  #box p {
      margin: 0;
      padding: 3px 15px;
      background: rgb(64,59,46);
      line-height: 200%;
      text-align: justify;
      height:280px;
      color: rgb(255,255,255); /*text color*/
 }
  /*------------------------------logo----------------------------------*/
   #logo {
      width: 442px;
      float: right;      
  }
    
  #logo h1 {
      margin: 2px 0;
      padding: 0;
      color: rgb(118,92,64);
      font-size: 50px;
      font-weight: normal;
  }
 /* #logo p {
      margin: 15px 0;
      padding: 0;
      color: rgb(118,92,64);
      line-height: 160%;
  }
  #logo img {
      margin: 0 5px;*/
     
  }
    
 /*----------------------------------text------------------------------------*/ 
  
  
  #text {
      margin: 20px 0;
      width:735px;
  }
  #text p{
      line-height: 200%;
      padding: 0 10px;
      margin: 0 0 27px 0;
      color: rgb(255,255,255); /*text color-white*/
      background-color:#403B2E;
  
  }
  
  #text h2 {
      font-size: 26px;
      color:#403B2E;
      font-weight: normal;
     /* background: url('images/headline.png') no-repeat left top;*/
      padding: 6px 10px;
      margin: 0;
      margin-bottom: 5px;
      margin-bottom: 0;
      
  }
  
  /*-------------------------------------------------------------------------------------*/
  
  #footer {
      width: 100%;
      padding: 30px 0 10px 0; /* T R B L */
      background: rgb(18,16,13) url('images/footer.png') repeat-x top;*/ /*--height:150px--*/
      
  }
  #contact {
      width: 730px; 
      margin-top: 0px;
      /*margin-left:353px;*/
      padding: 4px 0;
      height:42px;
      /*background-color:#403B2E;*/
  }
   
   #facebook {
      width:50px;
      padding:0 0 0 0;
      float:left;
	
}
   
 #email{
	 width:50px;
     padding:0 0 0 0;
     float:right;
}  
   
  #twitter{

    height:37px;
    width:45px;
    padding:0 0 0 330px;
    text-align: center;

}
 .clear {
      width: 1px;
      height: 1px;
      line-height: 1px;
      font-size: 1px;;
      clear: both;
  }  
 #pattern-gradient{
      height: 100%;
      width: 100%;
      background: url('images/top-textur.png') repeat-x;
      position: absolute; top: 40px; left: 0;
      z-index: -1;
 }
 
 #picture {
     width: 715px;
     height:613px;
     border-color:#454034;
     border-width:10px;
     border-style:solid;
}
/*------------------image----------------------------------*/

.image1{
  
     float:left;
	
}

.image2{
	padding-left:15px;
}

.image3{
	
	padding-left: 15px;
}









