#container {
            margin-top: 3px;
			background-color: #ebf4fb;
            width: 1400px;
            height: 681px;
            } 

#contact {
          float: left;
          height: 100%;
          margin: 2px 0;
          padding: 10px 0px 5px 15px;
          border: 0px solid #816681;
          width: 359px;
          }      
		    
#contact h1.contacts{
               font-family: helvetica, sans-serif;
			   color: #816681; 
               margin: -4px 1px 0px 5px;
               padding-top: 0.3em;
			   text-decoration:underline;
               }   

			      
#rightsidecontact img{
                      float:right;
                      margin: 0px 0px 0px -10px;
                      padding-left: 0px;
                      max-width: 1024px;
                      min-height: 681px;
                      border-left: 1em;
                      }  
					  
#contact h2.location {
		 			  font-family: helvetica, sans-serif; color: #816681;
					  font-size: 20px;
					  text-align:center;
 		 			  }
					  
#contact p.location {
		 			  font-family: helvetica, sans-serif; color: #816681;
					  font-size: 11px;
					  text-align:left;
 		 			  }
#footer {
         clear:both;
         float: left;
         color: #fff;
         text-align:center;
         font-family: ariel;
         line-height: 50%;
         font-size: 50% bold;
         color: #fffff;
         background-color: #01114c;
         margin: -15px 0px ;
         width: 1400px;
         }					  

